#A4C2EC

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

Shades of Tropical Blue #A4C2EC

Tints of Tropical Blue #A4C2EC

Color information

#A4C2EC (or 0xA4C2EC) is unknown color: approx Tropical Blue. HEX triplet: A4, C2 and EC. RGB value is (164,194,236). Sum of RGB (Red+Green+Blue) = 164+194+236=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4C2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C2EC is #5B3D13. Grayscale: #BDBDBD. Windows color (decimal): -5979412 or 15516324. OLE color: 15516324.

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

Color convert

RGB164194236-
CMYK0.310.1800.07
HSL215º65.45%78.43%-
HSV(B)215º30.51%92.55%-
XYZ49.7452.5386.87-
YUV189.82154.06109.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=27.61%
G=32.66%
B=39.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641942360.310.1800.0721565.4578.43
HexA4C2EC1F1207d7414e
Octal244302354372207327101116
Binary101001001100001011101100111111001001111101011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C2EC; }

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

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

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

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

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

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

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

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