#ADDFE8

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

Shades of Powder Blue #ADDFE8

Tints of Powder Blue #ADDFE8

Color information

#ADDFE8 (or 0xADDFE8) is unknown color: approx Powder Blue. HEX triplet: AD, DF and E8. RGB value is (173,223,232). Sum of RGB (Red+Green+Blue) = 173+223+232=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE8 is #522017. Grayscale: #D0D0D0. Windows color (decimal): -5382168 or 15261613. OLE color: 15261613.

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

Color convert

RGB173223232-
CMYK0.250.0400.09
HSL189.15º56.19%79.41%-
HSV(B)189.15º25.43%90.98%-
XYZ58.1967.4986.3-
YUV209.08140.94102.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.55%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=27.55%
G=35.51%
B=36.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732232320.250.0400.09189.1556.1979.41
HexADDFE819409bd384f
Octal25533735031401127570117
Binary1010110111011111111010001100110001001101111011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFE8; }

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

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

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

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

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

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

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

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