#ADD0E8

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

Shades of Sail #ADD0E8

Tints of Sail #ADD0E8

Color information

#ADD0E8 (or 0xADD0E8) is unknown color: approx Sail. HEX triplet: AD, D0 and E8. RGB value is (173,208,232). Sum of RGB (Red+Green+Blue) = 173+208+232=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0E8 is #522F17. Grayscale: #C8C8C8. Windows color (decimal): -5386008 or 15257773. OLE color: 15257773.

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

Color convert

RGB173208232-
CMYK0.250.1000.09
HSL204.41º56.19%79.41%-
HSV(B)204.41º25.43%90.98%-
XYZ54.3559.8285.03-
YUV200.27145.9108.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=28.22%
G=33.93%
B=37.85%

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
Decimal1732082320.250.1000.09204.4156.1979.41
HexADD0E819A09cc384f
Octal255320350311201131470117
Binary10101101110100001110100011001101001001110011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0E8; }

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

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

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

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

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

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

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

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