#AFD8EA

Color #AFD8EA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AFD8EA

Tints of Light Blue #AFD8EA

Color information

#AFD8EA (or 0xAFD8EA) is unknown color: approx Light Blue. HEX triplet: AF, D8 and EA. RGB value is (175,216,234). Sum of RGB (Red+Green+Blue) = 175+216+234=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8EA is #502715. Grayscale: #CDCDCD. Windows color (decimal): -5252886 or 15390895. OLE color: 15390895.

HSL color Cylindrical-coordinate representation of color #AFD8EA: hue angle of 198.31º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD8EA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175216234-
CMYK0.250.0800.08
HSL198.31º58.42%80.2%-
HSV(B)198.31º25.21%91.76%-
XYZ57.0964.1787.22-
YUV205.79143.92106.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=28%
G=34.56%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752162340.250.0800.08198.3158.4280.2
HexAFD8EA19808c63a50
Octal257330352311001030672120
Binary10101111110110001110101011001100001000110001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8EA; }

 p { color: rgb(175,216,234); }

 H1.HeaderClassName
 {
   color: #AFD8EA;
 }
 .AnyTagClassName
 {
   color: #AFD8EA;
 }
</style>
background-color css

<style>
 a { background-color: #AFD8EA; }

 a { background-color: rgb(175,216,234); }

 div.DivClassName
 {
   background-color: #AFD8EA;
 }
 .BgClassName
 {
   background-color: #AFD8EA;
 }
</style>
border-color css

<style>
 span { border-color: #AFD8EA; }

 span { border-color: rgb(175,216,234); }

 td.TdClassName
 {
   border-color: #AFD8EA;
 }
 .TagClassName
 {
   border-color: #AFD8EA;
 }
</style>