#ADDEE1

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

Shades of Powder Blue #ADDEE1

Tints of Powder Blue #ADDEE1

Color information

#ADDEE1 (or 0xADDEE1) is unknown color: approx Powder Blue. HEX triplet: AD, DE and E1. RGB value is (173,222,225). Sum of RGB (Red+Green+Blue) = 173+222+225=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE1 is #52211E. Grayscale: #CFCFCF. Windows color (decimal): -5382431 or 14802605. OLE color: 14802605.

HSL color Cylindrical-coordinate representation of color #ADDEE1: hue angle of 183.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDEE1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173222225-
CMYK0.230.0100.12
HSL183.46º46.43%78.04%-
HSV(B)183.46º23.11%88.24%-
XYZ56.9566.5681.08-
YUV207.69137.77103.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=27.90%
G=35.81%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732222250.230.0100.12183.4646.4378.04
HexADDEE11710Cb72e4e
Octal25533634127101426756116
Binary10101101110111101110000110111101100101101111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEE1; }

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

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

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

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

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

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

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

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