#ADE2EA

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

Shades of Powder Blue #ADE2EA

Tints of Powder Blue #ADE2EA

Color information

#ADE2EA (or 0xADE2EA) is unknown color: approx Powder Blue. HEX triplet: AD, E2 and EA. RGB value is (173,226,234). Sum of RGB (Red+Green+Blue) = 173+226+234=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2EA is #521D15. Grayscale: #D2D2D2. Windows color (decimal): -5381398 or 15393453. OLE color: 15393453.

HSL color Cylindrical-coordinate representation of color #ADE2EA: hue angle of 187.87º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE2EA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173226234-
CMYK0.260.0300.08
HSL187.87º59.22%79.8%-
HSV(B)187.87º26.07%91.76%-
XYZ59.2869.2288.08-
YUV211.06140.94100.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=27.33%
G=35.70%
B=36.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732262340.260.0300.08187.8759.2279.8
HexADE2EA1A308bc3b50
Octal25534235232301027473120
Binary101011011110001011101010110101101000101111001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2EA; }

 p { color: rgb(173,226,234); }

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

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

 a { background-color: rgb(173,226,234); }

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

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

 span { border-color: rgb(173,226,234); }

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