#ADD7E7

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

Shades of Light Blue #ADD7E7

Tints of Light Blue #ADD7E7

Color information

#ADD7E7 (or 0xADD7E7) is unknown color: approx Light Blue. HEX triplet: AD, D7 and E7. RGB value is (173,215,231). Sum of RGB (Red+Green+Blue) = 173+215+231=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD7E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7E7 is #522818. Grayscale: #CCCCCC. Windows color (decimal): -5384217 or 15194029. OLE color: 15194029.

HSL color Cylindrical-coordinate representation of color #ADD7E7: hue angle of 196.55º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD7E7 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173215231-
CMYK0.250.0700.09
HSL196.55º54.72%79.22%-
HSV(B)196.55º25.11%90.59%-
XYZ55.9663.2584.86-
YUV204.27143.09105.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=27.95%
G=34.73%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732152310.250.0700.09196.5554.7279.22
HexADD7E719709c5374f
Octal25532734731701130567117
Binary1010110111010111111001111100111101001110001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7E7; }

 p { color: rgb(173,215,231); }

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

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

 a { background-color: rgb(173,215,231); }

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

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

 span { border-color: rgb(173,215,231); }

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