Shades of Vista Blue #8FDEAD
Tints of Vista Blue #8FDEAD
RGB
CMYK
RGB Variations
Color information
#8FDEAD (or 0x8FDEAD) is known color: Vista Blue. HEX triplet: 8F, DE and AD. RGB value is (143,222,173). Sum of RGB (Red+Green+Blue) = 143+222+173=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEAD is #702152. Grayscale: #C0C0C0. Windows color (decimal): -7348563 or 11394703. OLE color: 11394703.
HSL color Cylindrical-coordinate representation of color #8FDEAD: hue angle of 142.78º 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 #8FDEAD is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 173 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.13 |
| HSL | 142.78º | 0.54% | 0.72% | - |
| HSV(B) | 142.78º | 0.36% | 0.87% | - |
| XYZ | 44.99 | 61.1 | 48.96 | - |
| YUV | 192.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 173 | 0.36 | 0 | 0.22 | 0.13 | 142.78 | 0.54 | 0.72 |
| Hex | 8F | DE | AD | 24 | 0 | 16 | D | 8F | 36 | 48 |
| Octal | 217 | 336 | 255 | 44 | 0 | 26 | 15 | 217 | 66 | 110 |
| Binary | 10001111 | 11011110 | 10101101 | 100100 | 0 | 10110 | 1101 | 10001111 | 110110 | 1001000 |
Color Harmonies of #8FDEAD
Complementary color
Monochromatic Colors of #8FDEAD
Black with #8FDEAD
Text Example
Text Example
White with #8FDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEAD; }
p { color: rgb(143,222,173); }
H1.HeaderClassName
{
color: #8FDEAD;
}
.AnyTagClassName
{
color: #8FDEAD;
}
</style>
background-color css
<style>
a { background-color: #8FDEAD; }
a { background-color: rgb(143,222,173); }
div.DivClassName
{
background-color: #8FDEAD;
}
.BgClassName
{
background-color: #8FDEAD;
}
</style>
border-color css
<style>
span { border-color: #8FDEAD; }
span { border-color: rgb(143,222,173); }
td.TdClassName
{
border-color: #8FDEAD;
}
.TagClassName
{
border-color: #8FDEAD;
}
</style>