#ADE0ED

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

Shades of Powder Blue #ADE0ED

Tints of Powder Blue #ADE0ED

Color information

#ADE0ED (or 0xADE0ED) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and ED. RGB value is (173,224,237). Sum of RGB (Red+Green+Blue) = 173+224+237=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0ED is #521F12. Grayscale: #D2D2D2. Windows color (decimal): -5381907 or 15589549. OLE color: 15589549.

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

Color convert

RGB173224237-
CMYK0.270.0500.07
HSL192.19º64%80.39%-
HSV(B)192.19º27%92.94%-
XYZ59.1868.3190.19-
YUV210.23143.1101.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=27.29%
G=35.33%
B=37.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732242370.270.0500.07192.196480.39
HexADE0ED1B507c04050
Octal25534035533507300100120
Binary1010110111100000111011011101110101111100000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0ED; }

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

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

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

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

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

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

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

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