#ADE6ED

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

Shades of Powder Blue #ADE6ED

Tints of Powder Blue #ADE6ED

Color information

#ADE6ED (or 0xADE6ED) is unknown color: approx Powder Blue. HEX triplet: AD, E6 and ED. RGB value is (173,230,237). Sum of RGB (Red+Green+Blue) = 173+230+237=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6ED is #521912. Grayscale: #D5D5D5. Windows color (decimal): -5380371 or 15591085. OLE color: 15591085.

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

Color convert

RGB173230237-
CMYK0.270.0300.07
HSL186.56º64%80.39%-
HSV(B)186.56º27%92.94%-
XYZ60.8271.5990.73-
YUV213.76141.1298.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=27.03%
G=35.94%
B=37.03%

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
Decimal1732302370.270.0300.07186.566480.39
HexADE6ED1B307bb4050
Octal25534635533307273100120
Binary101011011110011011101101110111101111011101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE6ED; }

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

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

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

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

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

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

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

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