COLOR #95AFF0

HEX: #95AFF0 RGB: (149,175,240)

Color info

#95AFF0 contains mainly blue color. Web safe color of #95AFF0 is #9999FF (or #99F).

RGB color model

#95AFF0 color RGB value is (149,175,240).

RGB: (149,175,240) (58%, 69%, 94%)

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 240 of 255 = 94%

149
175
240

R + G + B ~ 74%. #95AFF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 175 + 240 = 564 (100%)
R 149 of 564 ~ 26.42%
G 175 of 564 ~ 31.03%
B 240 of 564 ~ 42.55'%

%26.42
%31.03
%42.55

CMYK color model

#95AFF0 color CMYK value is (38,27,0,6).

  • cyan value is 37.92%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (38,27,0,6)
C38M27Y0K6 (38%, 27%, 0%, 6%)
(0.38 / 0.27 / 0.00 / 0.06)

CMYK percentages

%37.92
%27.08
%0
%5.88

Codes

Color #95AFF0 in popluar color models

95 AF F0
RGB 149 175 240
HSL 223° 75.21% 76.27%
HSB/HSV 223° 37.92% 94.12%
CMYK 37.92% 27.08% 0.00%
5.88%

Color #95AFF0 in popluar number systems.

HEX 95 AF F0
Decimal 149 175 240
Binary 10010101 10101111 11110000
Octal 225 257 360

Shades and tints

Shades of #95AFF0

#95AFF0
(149,175,240)
#88A0DB
(136,160,219)
#7B91C6
(123,145,198)
#6E82B1
(110,130,177)
#61739C
(97,115,156)
#546487
(84,100,135)
#475572
(71,85,114)
#3A465D
(58,70,93)
#2D3748
(45,55,72)
#202833
(32,40,51)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #95AFF0

#95AFF0
(149,175,240)
#9EB6F1
(158,182,241)
#A7BDF2
(167,189,242)
#B0C4F3
(176,196,243)
#B9CBF4
(185,203,244)
#C2D2F5
(194,210,245)
#CBD9F6
(203,217,246)
#D4E0F7
(212,224,247)
#DDE7F8
(221,231,248)
#E6EEF9
(230,238,249)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AFF0 color. Also use rgb(149,175,240) instead hex code.

Text Font Color

.myTextColor { color: #95AFF0; }

<p style="color:#95AFF0">This sample text font color is #95AFF0.</p>

This text font color is #95AFF0.

Background Color

.myBgColor { background-color: #95AFF0; }

<div style="background-color:#95AFF0">Inner text</div>

This div background color is #95AFF0.

Border color

.myBorderColor { border: 1px solid #95AFF0; }

<div style="border:3px solid #95AFF0">Div</div>

This div border color is #95AFF0.

Opacity

.myOpacity80 { color: #95AFF0; opacity: 0.8; }

<p style="color:#95AFF0;opacity:0.8;">80%</p>

Text with #95AFF0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95AFF0;}

<p style="text-shadow: 3px 3px 1px #95AFF0">Text here.</p>

This text has shadow with #95AFF0 color.


.textShadow {text-shadow: 3px 3px 1px #95AFF0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95AFF0, 5px 5px 20px red">Text here.</p>

This text has shadow with #95AFF0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95AFF0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95AFF0, Direction=45, Strength=4)">Text</p>

This text has shadow with #95AFF0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95AFF0;
-webkit-box-shadow: 1px 1px 3px 2px #95AFF0;
box-shadow: 1px 1px 3px 2px #95AFF0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95AFF0; -webkit-box-shadow: 1px 1px 3px 2px #95AFF0; box-shadow:1px 1px 3px 2px #95AFF0;">
Div content here
</div>

This div box has shadow with color #95AFF0.

Preview

Color preview on black background

This text has color #95AFF0 on black background.


Color preview on white background

This text has color #95AFF0 on white background.


Black color preview on #95AFF0 background

This text has black color on #95AFF0 background.


White color preview on #95AFF0 background

This text has white color on #95AFF0 background.


Related colors

Complementary color

Complementary color for #hex is #6A500F.


I love getcolorcode.com

Triadic colors

1 #F095AF and #AFF095 with #95AFF0 are triadic colors.

2 #F0AF95 and #AF95F0 with #95AFF0 are triadic colors.