#A5C4EC

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

Shades of Tropical Blue #A5C4EC

Tints of Tropical Blue #A5C4EC

Color information

#A5C4EC (or 0xA5C4EC) is unknown color: approx Tropical Blue. HEX triplet: A5, C4 and EC. RGB value is (165,196,236). Sum of RGB (Red+Green+Blue) = 165+196+236=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4EC is #5A3B13. Grayscale: #BFBFBF. Windows color (decimal): -5913364 or 15516837. OLE color: 15516837.

HSL color Cylindrical-coordinate representation of color #A5C4EC: hue angle of 213.8º 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 #A5C4EC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165196236-
CMYK0.300.1700.07
HSL213.8º65.14%78.63%-
HSV(B)213.8º30.08%92.55%-
XYZ50.453.5487.03-
YUV191.29153.23109.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 196 (76.95% from 255) = 32.83%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=27.64%
G=32.83%
B=39.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651962360.300.1700.07213.865.1478.63
HexA5C4EC1E1107d6414f
Octal245304354362107326101117
Binary101001011100010011101100111101000101111101011010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4EC; }

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

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

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

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

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

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

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

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