#ADE1EE

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

Shades of Powder Blue #ADE1EE

Tints of Powder Blue #ADE1EE

Color information

#ADE1EE (or 0xADE1EE) is unknown color: approx Powder Blue. HEX triplet: AD, E1 and EE. RGB value is (173,225,238). Sum of RGB (Red+Green+Blue) = 173+225+238=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1EE is #521E11. Grayscale: #D2D2D2. Windows color (decimal): -5381650 or 15655341. OLE color: 15655341.

HSL color Cylindrical-coordinate representation of color #ADE1EE: hue angle of 192º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE1EE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173225238-
CMYK0.270.0500.07
HSL192º65.66%80.59%-
HSV(B)192º27.31%93.33%-
XYZ59.5968.9191.05-
YUV210.93143.27100.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=27.20%
G=35.38%
B=37.42%

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
Decimal1732252380.270.0500.0719265.6680.59
HexADE1EE1B507c04251
Octal25534135633507300102121
Binary1010110111100001111011101101110101111100000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE1EE; }

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

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

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

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

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

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

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

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