#A0C0FA

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

Shades of Tropical Blue #A0C0FA

Tints of Tropical Blue #A0C0FA

Color information

#A0C0FA (or 0xA0C0FA) is unknown color: approx Tropical Blue. HEX triplet: A0, C0 and FA. RGB value is (160,192,250). Sum of RGB (Red+Green+Blue) = 160+192+250=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0FA is #5F3F05. Grayscale: #BCBCBC. Windows color (decimal): -6242054 or 16433312. OLE color: 16433312.

HSL color Cylindrical-coordinate representation of color #A0C0FA: hue angle of 218.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C0FA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160192250-
CMYK0.360.2300.02
HSL218.67º90%80.39%-
HSV(B)218.67º36%98.04%-
XYZ50.652.0797.83-
YUV189.04162.4107.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=26.58%
G=31.89%
B=41.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601922500.360.2300.02218.679080.39
HexA0C0FA241702db5a50
Octal240300372442702333132120
Binary101000001100000011111010100100101110101101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0FA; }

 p { color: rgb(160,192,250); }

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

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

 a { background-color: rgb(160,192,250); }

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

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

 span { border-color: rgb(160,192,250); }

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