#A4BFEF

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

Shades of Tropical Blue #A4BFEF

Tints of Tropical Blue #A4BFEF

Color information

#A4BFEF (or 0xA4BFEF) is unknown color: approx Tropical Blue. HEX triplet: A4, BF and EF. RGB value is (164,191,239). Sum of RGB (Red+Green+Blue) = 164+191+239=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BFEF is #5B4010. Grayscale: #BCBCBC. Windows color (decimal): -5980177 or 15712164. OLE color: 15712164.

HSL color Cylindrical-coordinate representation of color #A4BFEF: hue angle of 218.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4BFEF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164191239-
CMYK0.310.2000.06
HSL218.4º70.09%79.02%-
HSV(B)218.4º31.38%93.73%-
XYZ49.5251.3988.97-
YUV188.4156.55110.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=27.61%
G=32.15%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641912390.310.2000.06218.470.0979.02
HexA4BFEF1F1406da464f
Octal244277357372406332106117
Binary101001001011111111101111111111010001101101101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFEF; }

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

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

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

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

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

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

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

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