#ADD0EA

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

Shades of Sail #ADD0EA

Tints of Sail #ADD0EA

Color information

#ADD0EA (or 0xADD0EA) is unknown color: approx Sail. HEX triplet: AD, D0 and EA. RGB value is (173,208,234). Sum of RGB (Red+Green+Blue) = 173+208+234=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EA is #522F15. Grayscale: #C8C8C8. Windows color (decimal): -5386006 or 15388845. OLE color: 15388845.

HSL color Cylindrical-coordinate representation of color #ADD0EA: hue angle of 205.57º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD0EA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173208234-
CMYK0.260.1100.08
HSL205.57º59.22%79.8%-
HSV(B)205.57º26.07%91.76%-
XYZ54.6459.9486.53-
YUV200.5146.9108.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=28.13%
G=33.82%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732082340.260.1100.08205.5759.2279.8
HexADD0EA1AB08ce3b50
Octal255320352321301031673120
Binary10101101110100001110101011010101101000110011101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0EA; }

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

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

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

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

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

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

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

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