#ADE0E0

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

Shades of Powder Blue #ADE0E0

Tints of Powder Blue #ADE0E0

Color information

#ADE0E0 (or 0xADE0E0) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and E0. RGB value is (173,224,224). Sum of RGB (Red+Green+Blue) = 173+224+224=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #ADE0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0E0 is #521F1F. Grayscale: #D0D0D0. Windows color (decimal): -5381920 or 14737581. OLE color: 14737581.

HSL color Cylindrical-coordinate representation of color #ADE0E0: hue angle of 180º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0E0 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173224224-
CMYK0.23000.12
HSL180º45.13%77.84%-
HSV(B)180º22.77%87.84%-
XYZ57.3467.5880.54-
YUV208.75136.6102.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=27.86%
G=36.07%
B=36.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242240.23000.1218045.1377.84
HexADE0E01700Cb42d4e
Octal25534034027001426455116
Binary10101101111000001110000010111001100101101001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0E0; }

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

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

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

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

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

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

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

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