#A0CAF0

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

Shades of Sail #A0CAF0

Tints of Sail #A0CAF0

Color information

#A0CAF0 (or 0xA0CAF0) is unknown color: approx Sail. HEX triplet: A0, CA and F0. RGB value is (160,202,240). Sum of RGB (Red+Green+Blue) = 160+202+240=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAF0 is #5F350F. Grayscale: #C1C1C1. Windows color (decimal): -6239504 or 15780512. OLE color: 15780512.

HSL color Cylindrical-coordinate representation of color #A0CAF0: hue angle of 208.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CAF0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160202240-
CMYK0.330.1600.06
HSL208.5º72.73%78.43%-
HSV(B)208.5º33.33%94.12%-
XYZ51.3556.0190.54-
YUV193.77154.09103.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=26.58%
G=33.55%
B=39.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602022400.330.1600.06208.572.7378.43
HexA0CAF0211006d0494e
Octal240312360412006320111116
Binary1010000011001010111100001000011000001101101000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAF0; }

 p { color: rgb(160,202,240); }

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

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

 a { background-color: rgb(160,202,240); }

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

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

 span { border-color: rgb(160,202,240); }

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