#ADDFE7

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

Shades of Powder Blue #ADDFE7

Tints of Powder Blue #ADDFE7

Color information

#ADDFE7 (or 0xADDFE7) is unknown color: approx Powder Blue. HEX triplet: AD, DF and E7. RGB value is (173,223,231). Sum of RGB (Red+Green+Blue) = 173+223+231=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE7 is #522018. Grayscale: #D0D0D0. Windows color (decimal): -5382169 or 15196077. OLE color: 15196077.

HSL color Cylindrical-coordinate representation of color #ADDFE7: hue angle of 188.28º degrees, saturation: 0.55, 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 #ADDFE7 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173223231-
CMYK0.250.0300.09
HSL188.28º54.72%79.22%-
HSV(B)188.28º25.11%90.59%-
XYZ58.0567.4385.56-
YUV208.96140.44102.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=27.59%
G=35.57%
B=36.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732232310.250.0300.09188.2854.7279.22
HexADDFE719309bc374f
Octal25533734731301127467117
Binary101011011101111111100111110011101001101111001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFE7; }

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

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

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

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

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

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

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

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