#ADD5E9

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

Shades of Light Blue #ADD5E9

Tints of Light Blue #ADD5E9

Color information

#ADD5E9 (or 0xADD5E9) is unknown color: approx Light Blue. HEX triplet: AD, D5 and E9. RGB value is (173,213,233). Sum of RGB (Red+Green+Blue) = 173+213+233=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5E9 is #522A16. Grayscale: #CBCBCB. Windows color (decimal): -5384727 or 15324589. OLE color: 15324589.

HSL color Cylindrical-coordinate representation of color #ADD5E9: hue angle of 200º 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 #ADD5E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173213233-
CMYK0.260.0900.09
HSL200º57.69%79.61%-
HSV(B)200º25.75%91.37%-
XYZ55.7462.3686.19-
YUV203.32144.75106.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=27.95%
G=34.41%
B=37.64%

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
Decimal1732132330.260.0900.0920057.6979.61
HexADD5E91A909c83a50
Octal255325351321101131072120
Binary10101101110101011110100111010100101001110010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5E9; }

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

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

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

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

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

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

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

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