#ADD5E5

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

Shades of Light Blue #ADD5E5

Tints of Light Blue #ADD5E5

Color information

#ADD5E5 (or 0xADD5E5) is unknown color: approx Light Blue. HEX triplet: AD, D5 and E5. RGB value is (173,213,229). Sum of RGB (Red+Green+Blue) = 173+213+229=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADD5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5E5 is #522A1A. Grayscale: #CACACA. Windows color (decimal): -5384731 or 15062445. OLE color: 15062445.

HSL color Cylindrical-coordinate representation of color #ADD5E5: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD5E5 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173213229-
CMYK0.240.0700.10
HSL197.14º51.85%78.82%-
HSV(B)197.14º24.45%89.8%-
XYZ55.1762.1383.21-
YUV202.86142.75106.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=28.13%
G=34.63%
B=37.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732132290.240.0700.10197.1451.8578.82
HexADD5E51870Ac5344f
Octal25532534530701230564117
Binary1010110111010101111001011100011101010110001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5E5; }

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

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

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

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

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

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

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

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