#8FCAAA

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

Shades of Vista Blue #8FCAAA

Tints of Vista Blue #8FCAAA

Color information

#8FCAAA (or 0x8FCAAA) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and AA. RGB value is (143,202,170). Sum of RGB (Red+Green+Blue) = 143+202+170=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAA is #703555. Grayscale: #B4B4B4. Windows color (decimal): -7353686 or 11192975. OLE color: 11192975.

HSL color Cylindrical-coordinate representation of color #8FCAAA: hue angle of 147.46º 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 #8FCAAA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB143202170-
CMYK0.2900.160.21
HSL147.46º35.76%67.65%-
HSV(B)147.46º29.21%79.22%-
XYZ39.750.9845.78-
YUV180.71121.95101.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.77%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=27.77%
G=39.22%
B=33.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021700.2900.160.21147.4635.7667.65
Hex8FCAAA1D01015932444
Octal217312252350202522344104
Binary1000111111001010101010101110101000010101100100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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