#ADE5EB

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

Shades of Powder Blue #ADE5EB

Tints of Powder Blue #ADE5EB

Color information

#ADE5EB (or 0xADE5EB) is unknown color: approx Powder Blue. HEX triplet: AD, E5 and EB. RGB value is (173,229,235). Sum of RGB (Red+Green+Blue) = 173+229+235=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADE5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5EB is #521A14. Grayscale: #D4D4D4. Windows color (decimal): -5380629 or 15459757. OLE color: 15459757.

HSL color Cylindrical-coordinate representation of color #ADE5EB: hue angle of 185.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE5EB is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173229235-
CMYK0.260.0300.08
HSL185.81º60.78%80%-
HSV(B)185.81º26.38%92.16%-
XYZ60.2570.9289.11-
YUV212.94140.4599.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.16%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=27.16%
G=35.95%
B=36.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732292350.260.0300.08185.8160.7880
HexADE5EB1A308ba3d50
Octal25534535332301027275120
Binary101011011110010111101011110101101000101110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE5EB; }

 p { color: rgb(173,229,235); }

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

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

 a { background-color: rgb(173,229,235); }

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

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

 span { border-color: rgb(173,229,235); }

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