#A4C0F5

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

Shades of Tropical Blue #A4C0F5

Tints of Tropical Blue #A4C0F5

Color information

#A4C0F5 (or 0xA4C0F5) is unknown color: approx Tropical Blue. HEX triplet: A4, C0 and F5. RGB value is (164,192,245). Sum of RGB (Red+Green+Blue) = 164+192+245=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #A4C0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0F5 is #5B3F0A. Grayscale: #BDBDBD. Windows color (decimal): -5979915 or 16105636. OLE color: 16105636.

HSL color Cylindrical-coordinate representation of color #A4C0F5: hue angle of 219.26º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4C0F5 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164192245-
CMYK0.330.2200.04
HSL219.26º80.2%80.2%-
HSV(B)219.26º33.06%96.08%-
XYZ50.6452.1893.79-
YUV189.67159.22109.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=27.29%
G=31.95%
B=40.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641922450.330.2200.04219.2680.280.2
HexA4C0F5211604db5050
Octal244300365412604333120120
Binary1010010011000000111101011000011011001001101101110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C0F5; }

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

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

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

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

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

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

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

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