#ADE0EB

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

Shades of Powder Blue #ADE0EB

Tints of Powder Blue #ADE0EB

Color information

#ADE0EB (or 0xADE0EB) is unknown color: approx Powder Blue. HEX triplet: AD, E0 and EB. RGB value is (173,224,235). Sum of RGB (Red+Green+Blue) = 173+224+235=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0EB is #521F14. Grayscale: #D1D1D1. Windows color (decimal): -5381909 or 15458477. OLE color: 15458477.

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

Color convert

RGB173224235-
CMYK0.260.0500.08
HSL190.65º60.78%80%-
HSV(B)190.65º26.38%92.16%-
XYZ58.8868.1988.66-
YUV210142.1101.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=27.37%
G=35.44%
B=37.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732242350.260.0500.08190.6560.7880
HexADE0EB1A508bf3d50
Octal25534035332501027775120
Binary1010110111100000111010111101010101000101111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0EB; }

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

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

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

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

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

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

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

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