#A0CCF0

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

Shades of Sail #A0CCF0

Tints of Sail #A0CCF0

Color information

#A0CCF0 (or 0xA0CCF0) is unknown color: approx Sail. HEX triplet: A0, CC and F0. RGB value is (160,204,240). Sum of RGB (Red+Green+Blue) = 160+204+240=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCF0 is #5F330F. Grayscale: #C2C2C2. Windows color (decimal): -6238992 or 15781024. OLE color: 15781024.

HSL color Cylindrical-coordinate representation of color #A0CCF0: hue angle of 207º 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 #A0CCF0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160204240-
CMYK0.330.1500.06
HSL207º72.73%78.43%-
HSV(B)207º33.33%94.12%-
XYZ51.8256.9590.7-
YUV194.95153.42103.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.49%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=26.49%
G=33.77%
B=39.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602042400.330.1500.0620772.7378.43
HexA0CCF021F06cf494e
Octal240314360411706317111116
Binary101000001100110011110000100001111101101100111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCF0; }

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

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

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

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

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

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

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

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