#A0D0FA

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

Shades of Sail #A0D0FA

Tints of Sail #A0D0FA

Color information

#A0D0FA (or 0xA0D0FA) is unknown color: approx Sail. HEX triplet: A0, D0 and FA. RGB value is (160,208,250). Sum of RGB (Red+Green+Blue) = 160+208+250=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0FA is #5F2F05. Grayscale: #C6C6C6. Windows color (decimal): -6237958 or 16437408. OLE color: 16437408.

HSL color Cylindrical-coordinate representation of color #A0D0FA: hue angle of 208º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D0FA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160208250-
CMYK0.360.1700.02
HSL208º90%80.39%-
HSV(B)208º36%98.04%-
XYZ54.3159.4999.06-
YUV198.44157.1100.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=25.89%
G=33.66%
B=40.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602082500.360.1700.022089080.39
HexA0D0FA241102d05a50
Octal240320372442102320132120
Binary101000001101000011111010100100100010101101000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D0FA; }

 p { color: rgb(160,208,250); }

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

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

 a { background-color: rgb(160,208,250); }

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

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

 span { border-color: rgb(160,208,250); }

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