#ADE5ED

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

Shades of Powder Blue #ADE5ED

Tints of Powder Blue #ADE5ED

Color information

#ADE5ED (or 0xADE5ED) is unknown color: approx Powder Blue. HEX triplet: AD, E5 and ED. RGB value is (173,229,237). Sum of RGB (Red+Green+Blue) = 173+229+237=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5ED is #521A12. Grayscale: #D5D5D5. Windows color (decimal): -5380627 or 15590829. OLE color: 15590829.

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

Color convert

RGB173229237-
CMYK0.270.0300.07
HSL187.5º64%80.39%-
HSV(B)187.5º27%92.94%-
XYZ60.5471.0490.64-
YUV213.17141.4599.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.07%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=27.07%
G=35.84%
B=37.09%

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
Decimal1732292370.270.0300.07187.56480.39
HexADE5ED1B307bc4050
Octal25534535533307274100120
Binary101011011110010111101101110111101111011110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE5ED; }

 p { color: rgb(173,229,237); }

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

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

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

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

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

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

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