#AFD4DC

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

Shades of Light Blue #AFD4DC

Tints of Light Blue #AFD4DC

Color information

#AFD4DC (or 0xAFD4DC) is unknown color: approx Light Blue. HEX triplet: AF, D4 and DC. RGB value is (175,212,220). Sum of RGB (Red+Green+Blue) = 175+212+220=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4DC is #502B23. Grayscale: #C9C9C9. Windows color (decimal): -5253924 or 14472367. OLE color: 14472367.

HSL color Cylindrical-coordinate representation of color #AFD4DC: hue angle of 190.67º 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 #AFD4DC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175212220-
CMYK0.200.0400.14
HSL190.67º39.13%77.45%-
HSV(B)190.67º20.45%86.27%-
XYZ54.1461.3776.7-
YUV201.85138.24108.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=28.83%
G=34.93%
B=36.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752122200.200.0400.14190.6739.1377.45
HexAFD4DC1440Ebf274d
Octal25732433424401627747115
Binary1010111111010100110111001010010001110101111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4DC; }

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

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

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

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

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

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

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

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