#ADE4ED

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

Shades of Powder Blue #ADE4ED

Tints of Powder Blue #ADE4ED

Color information

#ADE4ED (or 0xADE4ED) is unknown color: approx Powder Blue. HEX triplet: AD, E4 and ED. RGB value is (173,228,237). Sum of RGB (Red+Green+Blue) = 173+228+237=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE4ED is #521B12. Grayscale: #D4D4D4. Windows color (decimal): -5380883 or 15590573. OLE color: 15590573.

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

Color convert

RGB173228237-
CMYK0.270.0400.07
HSL188.44º64%80.39%-
HSV(B)188.44º27%92.94%-
XYZ60.2670.4990.55-
YUV212.58141.7899.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=27.12%
G=35.74%
B=37.15%

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
Decimal1732282370.270.0400.07188.446480.39
HexADE4ED1B407bc4050
Octal25534435533407274100120
Binary1010110111100100111011011101110001111011110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE4ED; }

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

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

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

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

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

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

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

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