#ADE0E1

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

Shades of Powder Blue #ADE0E1

Tints of Powder Blue #ADE0E1

Color information

#ADE0E1 (or 0xADE0E1) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and E1. RGB value is (173,224,225). Sum of RGB (Red+Green+Blue) = 173+224+225=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADE0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0E1 is #521F1E. Grayscale: #D0D0D0. Windows color (decimal): -5381919 or 14803117. OLE color: 14803117.

HSL color Cylindrical-coordinate representation of color #ADE0E1: hue angle of 181.15º degrees, saturation: 0.46, 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 #ADE0E1 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173224225-
CMYK0.230.0000.12
HSL181.15º46.43%78.04%-
HSV(B)181.15º23.11%88.24%-
XYZ57.4867.6381.26-
YUV208.86137.1102.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=27.81%
G=36.01%
B=36.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242250.230.0000.12181.1546.4378.04
HexADE0E11700Cb52e4e
Octal25534034127001426556116
Binary10101101111000001110000110111001100101101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0E1; }

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

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

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

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

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

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

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

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