#A0D0FB

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

Shades of Sail #A0D0FB

Tints of Sail #A0D0FB

Color information

#A0D0FB (or 0xA0D0FB) is unknown color: approx Sail. HEX triplet: A0, D0 and FB. RGB value is (160,208,251). Sum of RGB (Red+Green+Blue) = 160+208+251=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0FB is #5F2F04. Grayscale: #C6C6C6. Windows color (decimal): -6237957 or 16502944. OLE color: 16502944.

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

Color convert

RGB160208251-
CMYK0.360.1700.02
HSL208.35º91.92%80.59%-
HSV(B)208.35º36.25%98.43%-
XYZ54.4759.5599.89-
YUV198.55157.6100.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=25.85%
G=33.60%
B=40.55%

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
Decimal1602082510.360.1700.02208.3591.9280.59
HexA0D0FB241102d05c51
Octal240320373442102320134121
Binary101000001101000011111011100100100010101101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D0FB; }

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

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

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

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

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

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

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

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