#A4C0ED

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

Shades of Tropical Blue #A4C0ED

Tints of Tropical Blue #A4C0ED

Color information

#A4C0ED (or 0xA4C0ED) is unknown color: approx Tropical Blue. HEX triplet: A4, C0 and ED. RGB value is (164,192,237). Sum of RGB (Red+Green+Blue) = 164+192+237=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4C0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0ED is #5B3F12. Grayscale: #BCBCBC. Windows color (decimal): -5979923 or 15581348. OLE color: 15581348.

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

Color convert

RGB164192237-
CMYK0.310.1900.07
HSL216.99º66.97%78.63%-
HSV(B)216.99º30.8%92.94%-
XYZ49.4551.7187.5-
YUV188.76155.22110.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.66%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=27.66%
G=32.38%
B=39.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641922370.310.1900.07216.9966.9778.63
HexA4C0ED1F1307d9434f
Octal244300355372307331103117
Binary101001001100000011101101111111001101111101100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C0ED; }

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

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

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

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

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

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

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

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