#a4c0eb

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

Shades of Tropical Blue #A4C0EB

Tints of Tropical Blue #A4C0EB

Color information

#A4C0EB (or 0xA4C0EB) is unknown color: approx Tropical Blue. HEX triplet: A4, C0 and EB. RGB value is (164,192,235). Sum of RGB (Red+Green+Blue) = 164+192+235=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0EB is #5B3F14. Grayscale: #BCBCBC. Windows color (decimal): -5979925 or 15450276. OLE color: 15450276.

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

Color convert

RGB164192235-
CMYK0.300.1800.08
HSL216.34º63.96%78.24%-
HSV(B)216.34º30.21%92.16%-
XYZ49.1551.5985.96-
YUV188.53154.22110.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=27.75%
G=32.49%
B=39.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641922350.300.1800.08216.3463.9678.24
HexA4C0EB1E1208d8404e
Octal2443003533622010330100116
Binary1010010011000000111010111111010010010001101100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c0eb; }

 p { color: rgb(164,192,235); }

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

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

 a { background-color: rgb(164,192,235); }

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

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

 span { border-color: rgb(164,192,235); }

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