#ADE3EC

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

Shades of Powder Blue #ADE3EC

Tints of Powder Blue #ADE3EC

Color information

#ADE3EC (or 0xADE3EC) is unknown color: approx Powder Blue. HEX triplet: AD, E3 and EC. RGB value is (173,227,236). Sum of RGB (Red+Green+Blue) = 173+227+236=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3EC is #521C13. Grayscale: #D3D3D3. Windows color (decimal): -5381140 or 15524781. OLE color: 15524781.

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

Color convert

RGB173227236-
CMYK0.270.0400.07
HSL188.57º62.38%80.2%-
HSV(B)188.57º26.69%92.55%-
XYZ59.8469.8889.69-
YUV211.88141.61100.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=27.20%
G=35.69%
B=37.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732272360.270.0400.07188.5762.3880.2
HexADE3EC1B407bd3e50
Octal2553433543340727576120
Binary101011011110001111101100110111000111101111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE3EC; }

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

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

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

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

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

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

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

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