#ADDEEC

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

Shades of Light Blue #ADDEEC

Tints of Light Blue #ADDEEC

Color information

#ADDEEC (or 0xADDEEC) is unknown color: approx Light Blue. HEX triplet: AD, DE and EC. RGB value is (173,222,236). Sum of RGB (Red+Green+Blue) = 173+222+236=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEEC is #522113. Grayscale: #D0D0D0. Windows color (decimal): -5382420 or 15523501. OLE color: 15523501.

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

Color convert

RGB173222236-
CMYK0.270.0600.07
HSL193.33º62.38%80.2%-
HSV(B)193.33º26.69%92.55%-
XYZ58.567.1889.24-
YUV208.94143.27102.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=27.42%
G=35.18%
B=37.40%

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
Decimal1732222360.270.0600.07193.3362.3880.2
HexADDEEC1B607c13e50
Octal2553363543360730176120
Binary101011011101111011101100110111100111110000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEEC; }

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

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

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

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

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

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

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

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