#ADD1E8

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

Shades of Sail #ADD1E8

Tints of Sail #ADD1E8

Color information

#ADD1E8 (or 0xADD1E8) is unknown color: approx Sail. HEX triplet: AD, D1 and E8. RGB value is (173,209,232). Sum of RGB (Red+Green+Blue) = 173+209+232=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADD1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1E8 is #522E17. Grayscale: #C8C8C8. Windows color (decimal): -5385752 or 15258029. OLE color: 15258029.

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

Color convert

RGB173209232-
CMYK0.250.1000.09
HSL203.39º56.19%79.41%-
HSV(B)203.39º25.43%90.98%-
XYZ54.660.3185.11-
YUV200.86145.57108.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=28.18%
G=34.04%
B=37.79%

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
Decimal1732092320.250.1000.09203.3956.1979.41
HexADD1E819A09cb384f
Octal255321350311201131370117
Binary10101101110100011110100011001101001001110010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1E8; }

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

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

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

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

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

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

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

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