#ADE3E5

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

Shades of Powder Blue #ADE3E5

Tints of Powder Blue #ADE3E5

Color information

#ADE3E5 (or 0xADE3E5) is unknown color: approx Powder Blue. HEX triplet: AD, E3 and E5. RGB value is (173,227,229). Sum of RGB (Red+Green+Blue) = 173+227+229=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADE3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3E5 is #521C1A. Grayscale: #D3D3D3. Windows color (decimal): -5381147 or 15066029. OLE color: 15066029.

HSL color Cylindrical-coordinate representation of color #ADE3E5: hue angle of 182.14º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3E5 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173227229-
CMYK0.240.0100.10
HSL182.14º51.85%78.82%-
HSV(B)182.14º24.45%89.8%-
XYZ58.8569.4884.44-
YUV211.08138.11100.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 227 (89.06% from 255) = 36.09%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=27.50%
G=36.09%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732272290.240.0100.10182.1451.8578.82
HexADE3E51810Ab6344f
Octal25534334530101226664117
Binary10101101111000111110010111000101010101101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE3E5; }

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

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

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

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

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

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

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

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