#AFD6DC

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

Shades of Light Blue #AFD6DC

Tints of Light Blue #AFD6DC

Color information

#AFD6DC (or 0xAFD6DC) is unknown color: approx Light Blue. HEX triplet: AF, D6 and DC. RGB value is (175,214,220). Sum of RGB (Red+Green+Blue) = 175+214+220=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6DC is #502923. Grayscale: #CACACA. Windows color (decimal): -5253412 or 14472879. OLE color: 14472879.

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

Color convert

RGB175214220-
CMYK0.200.0300.14
HSL188º39.13%77.45%-
HSV(B)188º20.45%86.27%-
XYZ54.6462.3776.87-
YUV203.02137.58108.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=28.74%
G=35.14%
B=36.12%

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
Decimal1752142200.200.0300.1418839.1377.45
HexAFD6DC1430Ebc274d
Octal25732633424301627447115
Binary101011111101011011011100101001101110101111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6DC; }

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

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

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

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

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

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

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

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