#ADD1E7

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

Shades of Sail #ADD1E7

Tints of Sail #ADD1E7

Color information

#ADD1E7 (or 0xADD1E7) is unknown color: approx Sail. HEX triplet: AD, D1 and E7. RGB value is (173,209,231). Sum of RGB (Red+Green+Blue) = 173+209+231=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1E7 is #522E18. Grayscale: #C8C8C8. Windows color (decimal): -5385753 or 15192493. OLE color: 15192493.

HSL color Cylindrical-coordinate representation of color #ADD1E7: hue angle of 202.76º 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 #ADD1E7 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173209231-
CMYK0.250.1000.09
HSL202.76º54.72%79.22%-
HSV(B)202.76º25.11%90.59%-
XYZ54.4660.2584.36-
YUV200.74145.07108.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=28.22%
G=34.09%
B=37.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732092310.250.1000.09202.7654.7279.22
HexADD1E719A09cb374f
Octal255321347311201131367117
Binary10101101110100011110011111001101001001110010111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1E7; }

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

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

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

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

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

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

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

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