#AFD5DC

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

Shades of Light Blue #AFD5DC

Tints of Light Blue #AFD5DC

Color information

#AFD5DC (or 0xAFD5DC) is unknown color: approx Light Blue. HEX triplet: AF, D5 and DC. RGB value is (175,213,220). Sum of RGB (Red+Green+Blue) = 175+213+220=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5DC is #502A23. Grayscale: #CACACA. Windows color (decimal): -5253668 or 14472623. OLE color: 14472623.

HSL color Cylindrical-coordinate representation of color #AFD5DC: hue angle of 189.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD5DC is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175213220-
CMYK0.200.0300.14
HSL189.33º39.13%77.45%-
HSV(B)189.33º20.45%86.27%-
XYZ54.3961.8776.79-
YUV202.44137.91108.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=28.78%
G=35.03%
B=36.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752132200.200.0300.14189.3339.1377.45
HexAFD5DC1430Ebd274d
Octal25732533424301627547115
Binary101011111101010111011100101001101110101111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5DC; }

 p { color: rgb(175,213,220); }

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

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

 a { background-color: rgb(175,213,220); }

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

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

 span { border-color: rgb(175,213,220); }

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