#ADDCEE

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

Shades of Light Blue #ADDCEE

Tints of Light Blue #ADDCEE

Color information

#ADDCEE (or 0xADDCEE) is unknown color: approx Light Blue. HEX triplet: AD, DC and EE. RGB value is (173,220,238). Sum of RGB (Red+Green+Blue) = 173+220+238=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCEE is #522311. Grayscale: #CFCFCF. Windows color (decimal): -5382930 or 15654061. OLE color: 15654061.

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

Color convert

RGB173220238-
CMYK0.270.0800.07
HSL196.62º65.66%80.59%-
HSV(B)196.62º27.31%93.33%-
XYZ58.2666.2490.6-
YUV208144.93103.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=27.42%
G=34.87%
B=37.72%

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
Decimal1732202380.270.0800.07196.6265.6680.59
HexADDCEE1B807c54251
Octal255334356331007305102121
Binary10101101110111001110111011011100001111100010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCEE; }

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

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

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

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

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

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

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

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