#A4CFBB

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

Shades of Vista Blue #A4CFBB

Tints of Vista Blue #A4CFBB

Color information

#A4CFBB (or 0xA4CFBB) is unknown color: approx Vista Blue. HEX triplet: A4, CF and BB. RGB value is (164,207,187). Sum of RGB (Red+Green+Blue) = 164+207+187=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFBB is #5B3044. Grayscale: #BFBFBF. Windows color (decimal): -5976133 or 12308388. OLE color: 12308388.

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

Color convert

RGB164207187-
CMYK0.2100.100.19
HSL152.09º30.94%72.75%-
HSV(B)152.09º20.77%81.18%-
XYZ46.5956.1155.39-
YUV191.86125.25108.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=29.39%
G=37.10%
B=33.51%

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
Decimal1642071870.2100.100.19152.0930.9472.75
HexA4CFBB150A13981f49
Octal244317273250122323037111
Binary10100100110011111011101110101010101001110011000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFBB; }

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

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

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

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

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

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

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

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