#A0C8EB

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

Shades of Sail #A0C8EB

Tints of Sail #A0C8EB

Color information

#A0C8EB (or 0xA0C8EB) is unknown color: approx Sail. HEX triplet: A0, C8 and EB. RGB value is (160,200,235). Sum of RGB (Red+Green+Blue) = 160+200+235=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8EB is #5F3714. Grayscale: #BFBFBF. Windows color (decimal): -6240021 or 15452320. OLE color: 15452320.

HSL color Cylindrical-coordinate representation of color #A0C8EB: hue angle of 208º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C8EB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160200235-
CMYK0.320.1500.08
HSL208º65.22%77.45%-
HSV(B)208º31.91%92.16%-
XYZ50.1554.7886.53-
YUV192.03152.25105.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=26.89%
G=33.61%
B=39.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602002350.320.1500.0820865.2277.45
HexA0C8EB20F08d0414d
Octal2403103534017010320101115
Binary1010000011001000111010111000001111010001101000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C8EB; }

 p { color: rgb(160,200,235); }

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

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

 a { background-color: rgb(160,200,235); }

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

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

 span { border-color: rgb(160,200,235); }

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