#AFD7DE

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

Shades of Light Blue #AFD7DE

Tints of Light Blue #AFD7DE

Color information

#AFD7DE (or 0xAFD7DE) is unknown color: approx Light Blue. HEX triplet: AF, D7 and DE. RGB value is (175,215,222). Sum of RGB (Red+Green+Blue) = 175+215+222=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFD7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7DE is #502821. Grayscale: #CBCBCB. Windows color (decimal): -5253154 or 14604207. OLE color: 14604207.

HSL color Cylindrical-coordinate representation of color #AFD7DE: hue angle of 188.94º 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 #AFD7DE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175215222-
CMYK0.210.0300.13
HSL188.94º41.59%77.84%-
HSV(B)188.94º21.17%87.06%-
XYZ55.1662.9978.36-
YUV203.84138.25107.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=28.59%
G=35.13%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752152220.210.0300.13188.9441.5977.84
HexAFD7DE1530Dbd2a4e
Octal25732733625301527552116
Binary101011111101011111011110101011101101101111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7DE; }

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

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

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

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

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

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

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

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