#A4C1F1

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

Shades of Tropical Blue #A4C1F1

Tints of Tropical Blue #A4C1F1

Color information

#A4C1F1 (or 0xA4C1F1) is unknown color: approx Tropical Blue. HEX triplet: A4, C1 and F1. RGB value is (164,193,241). Sum of RGB (Red+Green+Blue) = 164+193+241=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4C1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C1F1 is #5B3E0E. Grayscale: #BDBDBD. Windows color (decimal): -5979663 or 15843748. OLE color: 15843748.

HSL color Cylindrical-coordinate representation of color #A4C1F1: hue angle of 217.4º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4C1F1 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164193241-
CMYK0.320.2000.05
HSL217.4º73.33%79.41%-
HSV(B)217.4º31.95%94.51%-
XYZ50.2652.3890.68-
YUV189.8156.89109.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.42%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=27.42%
G=32.27%
B=40.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641932410.320.2000.05217.473.3379.41
HexA4C1F1201405d9494f
Octal244301361402405331111117
Binary1010010011000001111100011000001010001011101100110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1F1; }

 p { color: rgb(164,193,241); }

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

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

 a { background-color: rgb(164,193,241); }

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

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

 span { border-color: rgb(164,193,241); }

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