Shades of Vista Blue #8FCAAE
Tints of Vista Blue #8FCAAE
RGB
CMYK
RGB Variations
Color information
#8FCAAE (or 0x8FCAAE) is known color: Vista Blue. HEX triplet: 8F, CA and AE. RGB value is (143,202,174). Sum of RGB (Red+Green+Blue) = 143+202+174=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAE is #703551. Grayscale: #B5B5B5. Windows color (decimal): -7353682 or 11455119. OLE color: 11455119.
HSL color Cylindrical-coordinate representation of color #8FCAAE: hue angle of 151.53º 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 #8FCAAE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 174 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.21 |
| HSL | 151.53º | 0.36% | 0.68% | - |
| HSV(B) | 151.53º | 0.29% | 0.79% | - |
| XYZ | 40.09 | 51.14 | 47.8 | - |
| YUV | 181.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 174 | 0.29 | 0 | 0.14 | 0.21 | 151.53 | 0.36 | 0.68 |
| Hex | 8F | CA | AE | 1D | 0 | E | 15 | 98 | 24 | 44 |
| Octal | 217 | 312 | 256 | 35 | 0 | 16 | 25 | 230 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10101110 | 11101 | 0 | 1110 | 10101 | 10011000 | 100100 | 1000100 |
Color Harmonies of #8FCAAE
Complementary color
Monochromatic Colors of #8FCAAE
Black with #8FCAAE
Text Example
Text Example
White with #8FCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAAE; }
p { color: rgb(143,202,174); }
H1.HeaderClassName
{
color: #8FCAAE;
}
.AnyTagClassName
{
color: #8FCAAE;
}
</style>
background-color css
<style>
a { background-color: #8FCAAE; }
a { background-color: rgb(143,202,174); }
div.DivClassName
{
background-color: #8FCAAE;
}
.BgClassName
{
background-color: #8FCAAE;
}
</style>
border-color css
<style>
span { border-color: #8FCAAE; }
span { border-color: rgb(143,202,174); }
td.TdClassName
{
border-color: #8FCAAE;
}
.TagClassName
{
border-color: #8FCAAE;
}
</style>