Shades of Vista Blue #8FECB8
Tints of Vista Blue #8FECB8
RGB
CMYK
RGB Variations
Color information
#8FECB8 (or 0x8FECB8) is known color: Vista Blue. HEX triplet: 8F, EC and B8. RGB value is (143,236,184). Sum of RGB (Red+Green+Blue) = 143+236+184=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECB8 is #701347. Grayscale: #CACACA. Windows color (decimal): -7344968 or 12119183. OLE color: 12119183.
HSL color Cylindrical-coordinate representation of color #8FECB8: hue angle of 146.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECB8 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 236 | 184 | - |
CMYK | 0.39 | 0 | 0.22 | 0.07 |
HSL | 146.45º | 0.71% | 0.74% | - |
HSV(B) | 146.45º | 0.39% | 0.93% | - |
XYZ | 49.97 | 69.29 | 56.09 | - |
YUV | 202.27 | 117.69 | 85.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 236 | 184 | 0.39 | 0 | 0.22 | 0.07 | 146.45 | 0.71 | 0.74 |
Hex | 8F | EC | B8 | 27 | 0 | 16 | 7 | 92 | 47 | 4A |
Octal | 217 | 354 | 270 | 47 | 0 | 26 | 7 | 222 | 107 | 112 |
Binary | 10001111 | 11101100 | 10111000 | 100111 | 0 | 10110 | 111 | 10010010 | 1000111 | 1001010 |
Color Harmonies of #8FECB8
Complementary color
Monochromatic Colors of #8FECB8
Black with #8FECB8
Text Example
Text Example
White with #8FECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECB8; }
p { color: rgb(143,236,184); }
H1.HeaderClassName
{
color: #8FECB8;
}
.AnyTagClassName
{
color: #8FECB8;
}
</style>
background-color css
<style>
a { background-color: #8FECB8; }
a { background-color: rgb(143,236,184); }
div.DivClassName
{
background-color: #8FECB8;
}
.BgClassName
{
background-color: #8FECB8;
}
</style>
border-color css
<style>
span { border-color: #8FECB8; }
span { border-color: rgb(143,236,184); }
td.TdClassName
{
border-color: #8FECB8;
}
.TagClassName
{
border-color: #8FECB8;
}
</style>