#ADD2E7

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

Shades of Sail #ADD2E7

Tints of Sail #ADD2E7

Color information

#ADD2E7 (or 0xADD2E7) is unknown color: approx Sail. HEX triplet: AD, D2 and E7. RGB value is (173,210,231). Sum of RGB (Red+Green+Blue) = 173+210+231=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2E7 is #522D18. Grayscale: #C9C9C9. Windows color (decimal): -5385497 or 15192749. OLE color: 15192749.

HSL color Cylindrical-coordinate representation of color #ADD2E7: hue angle of 201.72º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD2E7 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173210231-
CMYK0.250.0900.09
HSL201.72º54.72%79.22%-
HSV(B)201.72º25.11%90.59%-
XYZ54.760.7584.44-
YUV201.33144.74107.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 231 (90.62% from 255) = 37.62%
R=28.18%
G=34.20%
B=37.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732102310.250.0900.09201.7254.7279.22
HexADD2E719909ca374f
Octal255322347311101131267117
Binary10101101110100101110011111001100101001110010101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2E7; }

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

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

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

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

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

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

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

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