#A7CFBC

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

Shades of Vista Blue #A7CFBC

Tints of Vista Blue #A7CFBC

Color information

#A7CFBC (or 0xA7CFBC) is unknown color: approx Vista Blue. HEX triplet: A7, CF and BC. RGB value is (167,207,188). Sum of RGB (Red+Green+Blue) = 167+207+188=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFBC is #583043. Grayscale: #C0C0C0. Windows color (decimal): -5779524 or 12373927. OLE color: 12373927.

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

Color convert

RGB167207188-
CMYK0.1900.090.19
HSL151.5º29.41%73.33%-
HSV(B)151.5º19.32%81.18%-
XYZ47.3356.4755.98-
YUV192.87125.25109.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=29.72%
G=36.83%
B=33.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071880.1900.090.19151.529.4173.33
HexA7CFBC130913981d49
Octal247317274230112323035111
Binary10100111110011111011110010011010011001110011000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFBC; }

 p { color: rgb(167,207,188); }

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

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

 a { background-color: rgb(167,207,188); }

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

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

 span { border-color: rgb(167,207,188); }

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