#A0CCE9

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

Shades of Sail #A0CCE9

Tints of Sail #A0CCE9

Color information

#A0CCE9 (or 0xA0CCE9) is unknown color: approx Sail. HEX triplet: A0, CC and E9. RGB value is (160,204,233). Sum of RGB (Red+Green+Blue) = 160+204+233=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0CCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCE9 is #5F3316. Grayscale: #C1C1C1. Windows color (decimal): -6238999 or 15322272. OLE color: 15322272.

HSL color Cylindrical-coordinate representation of color #A0CCE9: hue angle of 203.84º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CCE9 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160204233-
CMYK0.310.1200.09
HSL203.84º62.39%77.06%-
HSV(B)203.84º31.33%91.37%-
XYZ50.856.5485.33-
YUV194.15149.92103.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.80%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=26.80%
G=34.17%
B=39.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602042330.310.1200.09203.8462.3977.06
HexA0CCE91FC09cc3e4d
Octal240314351371401131476115
Binary10100000110011001110100111111110001001110011001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCE9; }

 p { color: rgb(160,204,233); }

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

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

 a { background-color: rgb(160,204,233); }

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

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

 span { border-color: rgb(160,204,233); }

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