#AFD5DF

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

Shades of Light Blue #AFD5DF

Tints of Light Blue #AFD5DF

Color information

#AFD5DF (or 0xAFD5DF) is unknown color: approx Light Blue. HEX triplet: AF, D5 and DF. RGB value is (175,213,223). Sum of RGB (Red+Green+Blue) = 175+213+223=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5DF is #502A20. Grayscale: #CACACA. Windows color (decimal): -5253665 or 14669231. OLE color: 14669231.

HSL color Cylindrical-coordinate representation of color #AFD5DF: hue angle of 192.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD5DF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175213223-
CMYK0.220.0400.13
HSL192.5º42.86%78.04%-
HSV(B)192.5º21.52%87.45%-
XYZ54.7962.0378.9-
YUV202.78139.41108.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=28.64%
G=34.86%
B=36.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752132230.220.0400.13192.542.8678.04
HexAFD5DF1640Dc02b4e
Octal25732533726401530053116
Binary1010111111010101110111111011010001101110000001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5DF; }

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

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

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

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

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

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

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

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