#a0ccef

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

Shades of Sail #A0CCEF

Tints of Sail #A0CCEF

Color information

#A0CCEF (or 0xA0CCEF) is unknown color: approx Sail. HEX triplet: A0, CC and EF. RGB value is (160,204,239). Sum of RGB (Red+Green+Blue) = 160+204+239=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCEF is #5F3310. Grayscale: #C2C2C2. Windows color (decimal): -6238993 or 15715488. OLE color: 15715488.

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

Color convert

RGB160204239-
CMYK0.330.1500.06
HSL206.58º71.17%78.24%-
HSV(B)206.58º33.05%93.73%-
XYZ51.6756.8989.92-
YUV194.83152.92103.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.53%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=26.53%
G=33.83%
B=39.64%

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
Decimal1602042390.330.1500.06206.5871.1778.24
HexA0CCEF21F06cf474e
Octal240314357411706317107116
Binary101000001100110011101111100001111101101100111110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0ccef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0ccef; }

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

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

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

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

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

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

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

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