#ADDFE9

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

Shades of Powder Blue #ADDFE9

Tints of Powder Blue #ADDFE9

Color information

#ADDFE9 (or 0xADDFE9) is unknown color: approx Powder Blue. HEX triplet: AD, DF and E9. RGB value is (173,223,233). Sum of RGB (Red+Green+Blue) = 173+223+233=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE9 is #522016. Grayscale: #D1D1D1. Windows color (decimal): -5382167 or 15327149. OLE color: 15327149.

HSL color Cylindrical-coordinate representation of color #ADDFE9: hue angle of 190º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDFE9 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173223233-
CMYK0.260.0400.09
HSL190º57.69%79.61%-
HSV(B)190º25.75%91.37%-
XYZ58.3367.5487.05-
YUV209.19141.44102.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=27.50%
G=35.45%
B=37.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732232330.260.0400.0919057.6979.61
HexADDFE91A409be3a50
Octal25533735132401127672120
Binary1010110111011111111010011101010001001101111101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFE9; }

 p { color: rgb(173,223,233); }

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

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

 a { background-color: rgb(173,223,233); }

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

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

 span { border-color: rgb(173,223,233); }

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