#A4CFBA

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

Shades of Vista Blue #A4CFBA

Tints of Vista Blue #A4CFBA

Color information

#A4CFBA (or 0xA4CFBA) is unknown color: approx Vista Blue. HEX triplet: A4, CF and BA. RGB value is (164,207,186). Sum of RGB (Red+Green+Blue) = 164+207+186=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFBA is #5B3045. Grayscale: #BFBFBF. Windows color (decimal): -5976134 or 12242852. OLE color: 12242852.

HSL color Cylindrical-coordinate representation of color #A4CFBA: hue angle of 150.7º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFBA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB164207186-
CMYK0.2100.100.19
HSL150.7º30.94%72.75%-
HSV(B)150.7º20.77%81.18%-
XYZ46.4956.0654.83-
YUV191.75124.75108.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=29.44%
G=37.16%
B=33.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071860.2100.100.19150.730.9472.75
HexA4CFBA150A13971f49
Octal244317272250122322737111
Binary10100100110011111011101010101010101001110010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFBA; }

 p { color: rgb(164,207,186); }

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

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

 a { background-color: rgb(164,207,186); }

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

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

 span { border-color: rgb(164,207,186); }

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