#ADD7EA

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

Shades of Light Blue #ADD7EA

Tints of Light Blue #ADD7EA

Color information

#ADD7EA (or 0xADD7EA) is unknown color: approx Light Blue. HEX triplet: AD, D7 and EA. RGB value is (173,215,234). Sum of RGB (Red+Green+Blue) = 173+215+234=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7EA is #522815. Grayscale: #CCCCCC. Windows color (decimal): -5384214 or 15390637. OLE color: 15390637.

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

Color convert

RGB173215234-
CMYK0.260.0800.08
HSL198.69º59.22%79.8%-
HSV(B)198.69º26.07%91.76%-
XYZ56.3963.4387.11-
YUV204.61144.59105.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=27.81%
G=34.57%
B=37.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732152340.260.0800.08198.6959.2279.8
HexADD7EA1A808c73b50
Octal255327352321001030773120
Binary10101101110101111110101011010100001000110001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7EA; }

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

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

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

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

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

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

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

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