#ADD4E9

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

Shades of Light Blue #ADD4E9

Tints of Light Blue #ADD4E9

Color information

#ADD4E9 (or 0xADD4E9) is unknown color: approx Light Blue. HEX triplet: AD, D4 and E9. RGB value is (173,212,233). Sum of RGB (Red+Green+Blue) = 173+212+233=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4E9 is #522B16. Grayscale: #CACACA. Windows color (decimal): -5384983 or 15324333. OLE color: 15324333.

HSL color Cylindrical-coordinate representation of color #ADD4E9: hue angle of 201º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD4E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173212233-
CMYK0.260.0900.09
HSL201º57.69%79.61%-
HSV(B)201º25.75%91.37%-
XYZ55.4961.8586.11-
YUV202.73145.08106.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=27.99%
G=34.30%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732122330.260.0900.0920157.6979.61
HexADD4E91A909c93a50
Octal255324351321101131172120
Binary10101101110101001110100111010100101001110010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4E9; }

 p { color: rgb(173,212,233); }

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

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

 a { background-color: rgb(173,212,233); }

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

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

 span { border-color: rgb(173,212,233); }

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