#A4C5EC

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

Shades of Tropical Blue #A4C5EC

Tints of Tropical Blue #A4C5EC

Color information

#A4C5EC (or 0xA4C5EC) is unknown color: approx Tropical Blue. HEX triplet: A4, C5 and EC. RGB value is (164,197,236). Sum of RGB (Red+Green+Blue) = 164+197+236=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 197 (77.34% from 255 or 33.00% 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 #A4C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C5EC is #5B3A13. Grayscale: #BFBFBF. Windows color (decimal): -5978644 or 15517092. OLE color: 15517092.

HSL color Cylindrical-coordinate representation of color #A4C5EC: hue angle of 212.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4C5EC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164197236-
CMYK0.310.1700.07
HSL212.5º65.45%78.43%-
HSV(B)212.5º30.51%92.55%-
XYZ50.4253.8887.1-
YUV191.58153.07108.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=27.47%
G=33.00%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641972360.310.1700.07212.565.4578.43
HexA4C5EC1F1107d4414e
Octal244305354372107324101116
Binary101001001100010111101100111111000101111101010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C5EC; }

 p { color: rgb(164,197,236); }

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

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

 a { background-color: rgb(164,197,236); }

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

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

 span { border-color: rgb(164,197,236); }

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