#A4BFF1

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

Shades of Tropical Blue #A4BFF1

Tints of Tropical Blue #A4BFF1

Color information

#A4BFF1 (or 0xA4BFF1) is unknown color: approx Tropical Blue. HEX triplet: A4, BF and F1. RGB value is (164,191,241). Sum of RGB (Red+Green+Blue) = 164+191+241=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BFF1 is #5B400E. Grayscale: #BCBCBC. Windows color (decimal): -5980175 or 15843236. OLE color: 15843236.

HSL color Cylindrical-coordinate representation of color #A4BFF1: hue angle of 218.96º 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 #A4BFF1 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164191241-
CMYK0.320.2100.05
HSL218.96º73.33%79.41%-
HSV(B)218.96º31.95%94.51%-
XYZ49.8251.590.53-
YUV188.63157.55110.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.52%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=27.52%
G=32.05%
B=40.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641912410.320.2100.05218.9673.3379.41
HexA4BFF1201505db494f
Octal244277361402505333111117
Binary1010010010111111111100011000001010101011101101110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFF1; }

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

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

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

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

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

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

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

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