#ADD9ED

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

Shades of Light Blue #ADD9ED

Tints of Light Blue #ADD9ED

Color information

#ADD9ED (or 0xADD9ED) is unknown color: approx Light Blue. HEX triplet: AD, D9 and ED. RGB value is (173,217,237). Sum of RGB (Red+Green+Blue) = 173+217+237=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9ED is #522612. Grayscale: #CECECE. Windows color (decimal): -5383699 or 15587757. OLE color: 15587757.

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

Color convert

RGB173217237-
CMYK0.270.0800.07
HSL198.75º64%80.39%-
HSV(B)198.75º27%92.94%-
XYZ57.3364.6289.57-
YUV206.12145.42104.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=27.59%
G=34.61%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732172370.270.0800.07198.756480.39
HexADD9ED1B807c74050
Octal255331355331007307100120
Binary10101101110110011110110111011100001111100011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9ED; }

 p { color: rgb(173,217,237); }

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

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

 a { background-color: rgb(173,217,237); }

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

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

 span { border-color: rgb(173,217,237); }

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