#A0C5ED

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

Shades of Sail #A0C5ED

Tints of Sail #A0C5ED

Color information

#A0C5ED (or 0xA0C5ED) is unknown color: approx Sail. HEX triplet: A0, C5 and ED. RGB value is (160,197,237). Sum of RGB (Red+Green+Blue) = 160+197+237=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0C5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5ED is #5F3A12. Grayscale: #BEBEBE. Windows color (decimal): -6240787 or 15582624. OLE color: 15582624.

HSL color Cylindrical-coordinate representation of color #A0C5ED: hue angle of 211.17º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C5ED is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160197237-
CMYK0.320.1700.07
HSL211.17º68.14%77.84%-
HSV(B)211.17º32.49%92.94%-
XYZ49.7553.5287.83-
YUV190.5154.24106.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.94%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=26.94%
G=33.16%
B=39.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601972370.320.1700.07211.1768.1477.84
HexA0C5ED201107d3444e
Octal240305355402107323104116
Binary1010000011000101111011011000001000101111101001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C5ED; }

 p { color: rgb(160,197,237); }

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

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

 a { background-color: rgb(160,197,237); }

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

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

 span { border-color: rgb(160,197,237); }

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