#ADD7EE

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

Shades of Light Blue #ADD7EE

Tints of Light Blue #ADD7EE

Color information

#ADD7EE (or 0xADD7EE) is unknown color: approx Light Blue. HEX triplet: AD, D7 and EE. RGB value is (173,215,238). Sum of RGB (Red+Green+Blue) = 173+215+238=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7EE is #522811. Grayscale: #CCCCCC. Windows color (decimal): -5384210 or 15652781. OLE color: 15652781.

HSL color Cylindrical-coordinate representation of color #ADD7EE: hue angle of 201.23º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD7EE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173215238-
CMYK0.270.1000.07
HSL201.23º65.66%80.59%-
HSV(B)201.23º27.31%93.33%-
XYZ56.9763.6690.17-
YUV205.06146.59105.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=27.64%
G=34.35%
B=38.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732152380.270.1000.07201.2365.6680.59
HexADD7EE1BA07c94251
Octal255327356331207311102121
Binary10101101110101111110111011011101001111100100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7EE; }

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

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

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

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

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

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

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

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