Shades of Vista Blue #8FDEAE
Tints of Vista Blue #8FDEAE
RGB
CMYK
RGB Variations
Color information
#8FDEAE (or 0x8FDEAE) is known color: Vista Blue. HEX triplet: 8F, DE and AE. RGB value is (143,222,174). Sum of RGB (Red+Green+Blue) = 143+222+174=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEAE is #702151. Grayscale: #C1C1C1. Windows color (decimal): -7348562 or 11460239. OLE color: 11460239.
HSL color Cylindrical-coordinate representation of color #8FDEAE: hue angle of 143.54º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEAE is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 174 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.13 |
| HSL | 143.54º | 0.54% | 0.72% | - |
| HSV(B) | 143.54º | 0.36% | 0.87% | - |
| XYZ | 45.09 | 61.14 | 49.47 | - |
| YUV | 192.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 174 | 0.36 | 0 | 0.22 | 0.13 | 143.54 | 0.54 | 0.72 |
| Hex | 8F | DE | AE | 24 | 0 | 16 | D | 90 | 36 | 48 |
| Octal | 217 | 336 | 256 | 44 | 0 | 26 | 15 | 220 | 66 | 110 |
| Binary | 10001111 | 11011110 | 10101110 | 100100 | 0 | 10110 | 1101 | 10010000 | 110110 | 1001000 |
Color Harmonies of #8FDEAE
Complementary color
Monochromatic Colors of #8FDEAE
Black with #8FDEAE
Text Example
Text Example
White with #8FDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEAE; }
p { color: rgb(143,222,174); }
H1.HeaderClassName
{
color: #8FDEAE;
}
.AnyTagClassName
{
color: #8FDEAE;
}
</style>
background-color css
<style>
a { background-color: #8FDEAE; }
a { background-color: rgb(143,222,174); }
div.DivClassName
{
background-color: #8FDEAE;
}
.BgClassName
{
background-color: #8FDEAE;
}
</style>
border-color css
<style>
span { border-color: #8FDEAE; }
span { border-color: rgb(143,222,174); }
td.TdClassName
{
border-color: #8FDEAE;
}
.TagClassName
{
border-color: #8FDEAE;
}
</style>