#A5C0EC

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

Shades of Tropical Blue #A5C0EC

Tints of Tropical Blue #A5C0EC

Color information

#A5C0EC (or 0xA5C0EC) is unknown color: approx Tropical Blue. HEX triplet: A5, C0 and EC. RGB value is (165,192,236). Sum of RGB (Red+Green+Blue) = 165+192+236=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C0EC is #5A3F13. Grayscale: #BCBCBC. Windows color (decimal): -5914388 or 15515813. OLE color: 15515813.

HSL color Cylindrical-coordinate representation of color #A5C0EC: hue angle of 217.18º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C0EC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165192236-
CMYK0.300.1900.07
HSL217.18º65.14%78.63%-
HSV(B)217.18º30.08%92.55%-
XYZ49.5151.7586.74-
YUV188.94154.55110.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.82%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=27.82%
G=32.38%
B=39.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651922360.300.1900.07217.1865.1478.63
HexA5C0EC1E1307d9414f
Octal245300354362307331101117
Binary101001011100000011101100111101001101111101100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C0EC; }

 p { color: rgb(165,192,236); }

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

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

 a { background-color: rgb(165,192,236); }

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

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

 span { border-color: rgb(165,192,236); }

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