#ADE0EC

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

Shades of Powder Blue #ADE0EC

Tints of Powder Blue #ADE0EC

Color information

#ADE0EC (or 0xADE0EC) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and EC. RGB value is (173,224,236). Sum of RGB (Red+Green+Blue) = 173+224+236=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0EC is #521F13. Grayscale: #D2D2D2. Windows color (decimal): -5381908 or 15524013. OLE color: 15524013.

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

Color convert

RGB173224236-
CMYK0.270.0500.07
HSL191.43º62.38%80.2%-
HSV(B)191.43º26.69%92.55%-
XYZ59.0368.2589.42-
YUV210.12142.6101.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=27.33%
G=35.39%
B=37.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732242360.270.0500.07191.4362.3880.2
HexADE0EC1B507bf3e50
Octal2553403543350727776120
Binary101011011110000011101100110111010111101111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0EC; }

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

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

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

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

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

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

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

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