#AFD8EC

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

Shades of Light Blue #AFD8EC

Tints of Light Blue #AFD8EC

Color information

#AFD8EC (or 0xAFD8EC) is unknown color: approx Light Blue. HEX triplet: AF, D8 and EC. RGB value is (175,216,236). Sum of RGB (Red+Green+Blue) = 175+216+236=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8EC is #502713. Grayscale: #CDCDCD. Windows color (decimal): -5252884 or 15521967. OLE color: 15521967.

HSL color Cylindrical-coordinate representation of color #AFD8EC: hue angle of 199.67º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD8EC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175216236-
CMYK0.260.0800.07
HSL199.67º61.62%80.59%-
HSV(B)199.67º25.85%92.55%-
XYZ57.3864.2888.74-
YUV206.02144.92105.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=27.91%
G=34.45%
B=37.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752162360.260.0800.07199.6761.6280.59
HexAFD8EC1A807c83e51
Octal25733035432100731076121
Binary1010111111011000111011001101010000111110010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8EC; }

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

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

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

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

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

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

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

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