#A0C0F7

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

Shades of Tropical Blue #A0C0F7

Tints of Tropical Blue #A0C0F7

Color information

#A0C0F7 (or 0xA0C0F7) is unknown color: approx Tropical Blue. HEX triplet: A0, C0 and F7. RGB value is (160,192,247). Sum of RGB (Red+Green+Blue) = 160+192+247=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #A0C0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0F7 is #5F3F08. Grayscale: #BCBCBC. Windows color (decimal): -6242057 or 16236704. OLE color: 16236704.

HSL color Cylindrical-coordinate representation of color #A0C0F7: hue angle of 217.93º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C0F7 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160192247-
CMYK0.350.2200.03
HSL217.93º84.47%79.8%-
HSV(B)217.93º35.22%96.86%-
XYZ50.1451.8995.37-
YUV188.7160.9107.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.71%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 247 (96.88% from 255) = 41.24%
R=26.71%
G=32.05%
B=41.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601922470.350.2200.03217.9384.4779.8
HexA0C0F7231603da5450
Octal240300367432603332124120
Binary101000001100000011110111100011101100111101101010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0F7; }

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

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

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

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

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

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

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

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