#AFD4DE

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

Shades of Light Blue #AFD4DE

Tints of Light Blue #AFD4DE

Color information

#AFD4DE (or 0xAFD4DE) is unknown color: approx Light Blue. HEX triplet: AF, D4 and DE. RGB value is (175,212,222). Sum of RGB (Red+Green+Blue) = 175+212+222=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4DE is #502B21. Grayscale: #CACACA. Windows color (decimal): -5253922 or 14603439. OLE color: 14603439.

HSL color Cylindrical-coordinate representation of color #AFD4DE: hue angle of 192.77º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFD4DE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175212222-
CMYK0.210.0500.13
HSL192.77º41.59%77.84%-
HSV(B)192.77º21.17%87.06%-
XYZ54.4161.4778.11-
YUV202.08139.24108.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=28.74%
G=34.81%
B=36.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752122220.210.0500.13192.7741.5977.84
HexAFD4DE1550Dc12a4e
Octal25732433625501530152116
Binary1010111111010100110111101010110101101110000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4DE; }

 p { color: rgb(175,212,222); }

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

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

 a { background-color: rgb(175,212,222); }

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

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

 span { border-color: rgb(175,212,222); }

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