#8FCCA5

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

Shades of Vista Blue #8FCCA5

Tints of Vista Blue #8FCCA5

Color information

#8FCCA5 (or 0x8FCCA5) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and A5. RGB value is (143,204,165). Sum of RGB (Red+Green+Blue) = 143+204+165=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA5 is #70335A. Grayscale: #B5B5B5. Windows color (decimal): -7353179 or 10865807. OLE color: 10865807.

HSL color Cylindrical-coordinate representation of color #8FCCA5: hue angle of 141.64º 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 #8FCCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB143204165-
CMYK0.3000.190.2
HSL141.64º37.42%68.04%-
HSV(B)141.64º29.9%80%-
XYZ39.7151.7443.49-
YUV181.32118.79100.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.93%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=27.93%
G=39.84%
B=32.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041650.3000.190.2141.6437.4268.04
Hex8FCCA51E013148e2544
Octal217314245360232421645104
Binary1000111111001100101001011111001001110100100011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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