#ADE7EE

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

Shades of Powder Blue #ADE7EE

Tints of Powder Blue #ADE7EE

Color information

#ADE7EE (or 0xADE7EE) is unknown color: approx Powder Blue. HEX triplet: AD, E7 and EE. RGB value is (173,231,238). Sum of RGB (Red+Green+Blue) = 173+231+238=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7EE is #521811. Grayscale: #D6D6D6. Windows color (decimal): -5380114 or 15656877. OLE color: 15656877.

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

Color convert

RGB173231238-
CMYK0.270.0300.07
HSL186.46º65.66%80.59%-
HSV(B)186.46º27.31%93.33%-
XYZ61.2472.2191.6-
YUV214.46141.2898.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=26.95%
G=35.98%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732312380.270.0300.07186.4665.6680.59
HexADE7EE1B307ba4251
Octal25534735633307272102121
Binary101011011110011111101110110111101111011101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7EE; }

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

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

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

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

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

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

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

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