#A2C0EA

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

Shades of Tropical Blue #A2C0EA

Tints of Tropical Blue #A2C0EA

Color information

#A2C0EA (or 0xA2C0EA) is unknown color: approx Tropical Blue. HEX triplet: A2, C0 and EA. RGB value is (162,192,234). Sum of RGB (Red+Green+Blue) = 162+192+234=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C0EA is #5D3F15. Grayscale: #BBBBBB. Windows color (decimal): -6110998 or 15384738. OLE color: 15384738.

HSL color Cylindrical-coordinate representation of color #A2C0EA: hue angle of 215º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C0EA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162192234-
CMYK0.310.1800.08
HSL215º63.16%77.65%-
HSV(B)215º30.77%91.76%-
XYZ48.651.3285.19-
YUV187.82154.06109.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=27.55%
G=32.65%
B=39.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621922340.310.1800.0821563.1677.65
HexA2C0EA1F1208d73f4e
Octal242300352372201032777116
Binary101000101100000011101010111111001001000110101111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C0EA; }

 p { color: rgb(162,192,234); }

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

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

 a { background-color: rgb(162,192,234); }

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

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

 span { border-color: rgb(162,192,234); }

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