#ADE4EC

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

Shades of Powder Blue #ADE4EC

Tints of Powder Blue #ADE4EC

Color information

#ADE4EC (or 0xADE4EC) is unknown color: approx Powder Blue. HEX triplet: AD, E4 and EC. RGB value is (173,228,236). Sum of RGB (Red+Green+Blue) = 173+228+236=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4EC is #521B13. Grayscale: #D4D4D4. Windows color (decimal): -5380884 or 15525037. OLE color: 15525037.

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

Color convert

RGB173228236-
CMYK0.270.0300.07
HSL187.62º62.38%80.2%-
HSV(B)187.62º26.69%92.55%-
XYZ60.1270.4389.78-
YUV212.47141.2899.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.16%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=27.16%
G=35.79%
B=37.05%

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
Decimal1732282360.270.0300.07187.6262.3880.2
HexADE4EC1B307bc3e50
Octal2553443543330727476120
Binary10101101111001001110110011011110111101111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE4EC; }

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

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

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

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

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

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

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

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