#AFD6DD

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

Shades of Light Blue #AFD6DD

Tints of Light Blue #AFD6DD

Color information

#AFD6DD (or 0xAFD6DD) is unknown color: approx Light Blue. HEX triplet: AF, D6 and DD. RGB value is (175,214,221). Sum of RGB (Red+Green+Blue) = 175+214+221=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFD6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6DD is #502922. Grayscale: #CBCBCB. Windows color (decimal): -5253411 or 14538415. OLE color: 14538415.

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

Color convert

RGB175214221-
CMYK0.210.0300.13
HSL189.13º40.35%77.65%-
HSV(B)189.13º20.81%86.67%-
XYZ54.7862.4377.57-
YUV203.14138.08107.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=28.69%
G=35.08%
B=36.23%

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
Decimal1752142210.210.0300.13189.1340.3577.65
HexAFD6DD1530Dbd284e
Octal25732633525301527550116
Binary101011111101011011011101101011101101101111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6DD; }

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

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

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

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

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

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

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

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