#ADDEED

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

Shades of Light Blue #ADDEED

Tints of Light Blue #ADDEED

Color information

#ADDEED (or 0xADDEED) is unknown color: approx Light Blue. HEX triplet: AD, DE and ED. RGB value is (173,222,237). Sum of RGB (Red+Green+Blue) = 173+222+237=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEED is #522112. Grayscale: #D0D0D0. Windows color (decimal): -5382419 or 15589037. OLE color: 15589037.

HSL color Cylindrical-coordinate representation of color #ADDEED: hue angle of 194.06º 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 #ADDEED is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173222237-
CMYK0.270.0600.07
HSL194.06º64%80.39%-
HSV(B)194.06º27%92.94%-
XYZ58.6467.2490.01-
YUV209.06143.77102.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=27.37%
G=35.13%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732222370.270.0600.07194.066480.39
HexADDEED1B607c24050
Octal25533635533607302100120
Binary1010110111011110111011011101111001111100001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEED; }

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

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

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

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

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

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

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

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