#ADD2E9

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

Shades of Sail #ADD2E9

Tints of Sail #ADD2E9

Color information

#ADD2E9 (or 0xADD2E9) is unknown color: approx Sail. HEX triplet: AD, D2 and E9. RGB value is (173,210,233). Sum of RGB (Red+Green+Blue) = 173+210+233=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2E9 is #522D16. Grayscale: #C9C9C9. Windows color (decimal): -5385495 or 15323821. OLE color: 15323821.

HSL color Cylindrical-coordinate representation of color #ADD2E9: hue angle of 203º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD2E9 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173210233-
CMYK0.260.1000.09
HSL203º57.69%79.61%-
HSV(B)203º25.75%91.37%-
XYZ54.9960.8685.94-
YUV201.56145.74107.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=28.08%
G=34.09%
B=37.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732102330.260.1000.0920357.6979.61
HexADD2E91AA09cb3a50
Octal255322351321201131372120
Binary10101101110100101110100111010101001001110010111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2E9; }

 p { color: rgb(173,210,233); }

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

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

 a { background-color: rgb(173,210,233); }

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

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

 span { border-color: rgb(173,210,233); }

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