#ADD2DF

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

Shades of Light Blue #ADD2DF

Tints of Light Blue #ADD2DF

Color information

#ADD2DF (or 0xADD2DF) is unknown color: approx Light Blue. HEX triplet: AD, D2 and DF. RGB value is (173,210,223). Sum of RGB (Red+Green+Blue) = 173+210+223=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2DF is #522D20. Grayscale: #C8C8C8. Windows color (decimal): -5385505 or 14668461. OLE color: 14668461.

HSL color Cylindrical-coordinate representation of color #ADD2DF: hue angle of 195.6º degrees, saturation: 0.44, 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 #ADD2DF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173210223-
CMYK0.220.0600.13
HSL195.6º43.86%77.65%-
HSV(B)195.6º22.42%87.45%-
XYZ53.660.3178.63-
YUV200.42140.74108.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=28.55%
G=34.65%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732102230.220.0600.13195.643.8677.65
HexADD2DF1660Dc42c4e
Octal25532233726601530454116
Binary1010110111010010110111111011011001101110001001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2DF; }

 p { color: rgb(173,210,223); }

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

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

 a { background-color: rgb(173,210,223); }

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

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

 span { border-color: rgb(173,210,223); }

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