#ADE2DF

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

Shades of Powder Blue #ADE2DF

Tints of Powder Blue #ADE2DF

Color information

#ADE2DF (or 0xADE2DF) is unknown color: approx Powder Blue. HEX triplet: AD, E2 and DF. RGB value is (173,226,223). Sum of RGB (Red+Green+Blue) = 173+226+223=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DF is #521D20. Grayscale: #D1D1D1. Windows color (decimal): -5381409 or 14672557. OLE color: 14672557.

HSL color Cylindrical-coordinate representation of color #ADE2DF: hue angle of 176.6º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB173226223-
CMYK0.2300.010.11
HSL176.6º47.75%78.24%-
HSV(B)176.6º23.45%88.63%-
XYZ57.7568.680.01-
YUV209.81135.44101.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 226 (88.67% from 255) = 36.33%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=27.81%
G=36.33%
B=35.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732262230.2300.010.11176.647.7578.24
HexADE2DF1701Bb1304e
Octal25534233727011326160116
Binary10101101111000101101111110111011011101100011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2DF; }

 p { color: rgb(173,226,223); }

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

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

 a { background-color: rgb(173,226,223); }

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

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

 span { border-color: rgb(173,226,223); }

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