#ADE7EC

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

Shades of Powder Blue #ADE7EC

Tints of Powder Blue #ADE7EC

Color information

#ADE7EC (or 0xADE7EC) is unknown color: approx Powder Blue. HEX triplet: AD, E7 and EC. RGB value is (173,231,236). Sum of RGB (Red+Green+Blue) = 173+231+236=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7EC is #521813. Grayscale: #D6D6D6. Windows color (decimal): -5380116 or 15525805. OLE color: 15525805.

HSL color Cylindrical-coordinate representation of color #ADE7EC: hue angle of 184.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE7EC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173231236-
CMYK0.270.0200.07
HSL184.76º62.38%80.2%-
HSV(B)184.76º26.69%92.55%-
XYZ60.9572.0990.06-
YUV214.23140.2898.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=27.03%
G=36.09%
B=36.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732312360.270.0200.07184.7662.3880.2
HexADE7EC1B207b93e50
Octal2553473543320727176120
Binary10101101111001111110110011011100111101110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7EC; }

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

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

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

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

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

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

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

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