#ADE5EC

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

Shades of Powder Blue #ADE5EC

Tints of Powder Blue #ADE5EC

Color information

#ADE5EC (or 0xADE5EC) is unknown color: approx Powder Blue. HEX triplet: AD, E5 and EC. RGB value is (173,229,236). Sum of RGB (Red+Green+Blue) = 173+229+236=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5EC is #521A13. Grayscale: #D4D4D4. Windows color (decimal): -5380628 or 15525293. OLE color: 15525293.

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

Color convert

RGB173229236-
CMYK0.270.0300.07
HSL186.67º62.38%80.2%-
HSV(B)186.67º26.69%92.55%-
XYZ60.3970.9889.87-
YUV213.05140.9599.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=27.12%
G=35.89%
B=36.99%

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
Decimal1732292360.270.0300.07186.6762.3880.2
HexADE5EC1B307bb3e50
Octal2553453543330727376120
Binary10101101111001011110110011011110111101110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE5EC; }

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

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

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

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

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

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

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

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