#ADD4DE

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

Shades of Light Blue #ADD4DE

Tints of Light Blue #ADD4DE

Color information

#ADD4DE (or 0xADD4DE) is unknown color: approx Light Blue. HEX triplet: AD, D4 and DE. RGB value is (173,212,222). Sum of RGB (Red+Green+Blue) = 173+212+222=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DE is #522B21. Grayscale: #C9C9C9. Windows color (decimal): -5384994 or 14603437. OLE color: 14603437.

HSL color Cylindrical-coordinate representation of color #ADD4DE: hue angle of 192.24º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD4DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173212222-
CMYK0.220.0500.13
HSL192.24º42.61%77.45%-
HSV(B)192.24º22.07%87.06%-
XYZ53.9661.2578.08-
YUV201.48139.58107.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=28.50%
G=34.93%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732122220.220.0500.13192.2442.6177.45
HexADD4DE1650Dc02b4d
Octal25532433626501530053115
Binary1010110111010100110111101011010101101110000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4DE; }

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

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

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

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

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

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

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

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