#8FCAA5

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

Shades of Vista Blue #8FCAA5

Tints of Vista Blue #8FCAA5

Color information

#8FCAA5 (or 0x8FCAA5) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and A5. RGB value is (143,202,165). Sum of RGB (Red+Green+Blue) = 143+202+165=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAA5 is #70355A. Grayscale: #B4B4B4. Windows color (decimal): -7353691 or 10865295. OLE color: 10865295.

HSL color Cylindrical-coordinate representation of color #8FCAA5: hue angle of 142.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAA5 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB143202165-
CMYK0.2900.180.21
HSL142.37º35.76%67.65%-
HSV(B)142.37º29.21%79.22%-
XYZ39.2450.843.33-
YUV180.14119.45101.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.04%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=28.04%
G=39.61%
B=32.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021650.2900.180.21142.3735.7667.65
Hex8FCAA51D012158e2444
Octal217312245350222521644104
Binary1000111111001010101001011110101001010101100011101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,165); }

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

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

 a { background-color: rgb(143,202,165); }

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

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

 span { border-color: rgb(143,202,165); }

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