#8FCBA7

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

Shades of Vista Blue #8FCBA7

Tints of Vista Blue #8FCBA7

Color information

#8FCBA7 (or 0x8FCBA7) is unknown color: approx Vista Blue. HEX triplet: 8F, CB and A7. RGB value is (143,203,167). Sum of RGB (Red+Green+Blue) = 143+203+167=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA7 is #703458. Grayscale: #B5B5B5. Windows color (decimal): -7353433 or 10996623. OLE color: 10996623.

HSL color Cylindrical-coordinate representation of color #8FCBA7: hue angle of 144º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCBA7 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB143203167-
CMYK0.3000.180.20
HSL144º36.59%67.84%-
HSV(B)144º29.56%79.61%-
XYZ39.6651.3444.38-
YUV180.96120.12100.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.88%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=27.88%
G=39.57%
B=32.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031670.3000.180.2014436.5967.84
Hex8FCBA71E01214902544
Octal217313247360222422045104
Binary1000111111001011101001111111001001010100100100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FCBA7; }

 p { color: rgb(143,203,167); }

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

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

 a { background-color: rgb(143,203,167); }

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

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

 span { border-color: rgb(143,203,167); }

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