#ADE1EB

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

Shades of Powder Blue #ADE1EB

Tints of Powder Blue #ADE1EB

Color information

#ADE1EB (or 0xADE1EB) is unknown color: approx Powder Blue. HEX triplet: AD, E1 and EB. RGB value is (173,225,235). Sum of RGB (Red+Green+Blue) = 173+225+235=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1EB is #521E14. Grayscale: #D2D2D2. Windows color (decimal): -5381653 or 15458733. OLE color: 15458733.

HSL color Cylindrical-coordinate representation of color #ADE1EB: hue angle of 189.68º 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 #ADE1EB is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173225235-
CMYK0.260.0400.08
HSL189.68º60.78%80%-
HSV(B)189.68º26.38%92.16%-
XYZ59.1568.7388.75-
YUV210.59141.77101.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=27.33%
G=35.55%
B=37.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732252350.260.0400.08189.6860.7880
HexADE1EB1A408be3d50
Octal25534135332401027675120
Binary1010110111100001111010111101010001000101111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE1EB; }

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

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

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

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

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

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

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

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