#ADD2E0

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

Shades of Light Blue #ADD2E0

Tints of Light Blue #ADD2E0

Color information

#ADD2E0 (or 0xADD2E0) is unknown color: approx Light Blue. HEX triplet: AD, D2 and E0. RGB value is (173,210,224). Sum of RGB (Red+Green+Blue) = 173+210+224=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADD2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2E0 is #522D1F. Grayscale: #C8C8C8. Windows color (decimal): -5385504 or 14733997. OLE color: 14733997.

HSL color Cylindrical-coordinate representation of color #ADD2E0: hue angle of 196.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD2E0 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173210224-
CMYK0.230.0600.12
HSL196.47º45.13%77.84%-
HSV(B)196.47º22.77%87.84%-
XYZ53.7360.3679.34-
YUV200.53141.24108.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=28.50%
G=34.60%
B=36.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732102240.230.0600.12196.4745.1377.84
HexADD2E01760Cc42d4e
Octal25532234027601430455116
Binary1010110111010010111000001011111001100110001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2E0; }

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

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

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

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

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

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

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

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