Shades of Vista Blue #8FE0B4
Tints of Vista Blue #8FE0B4
RGB
CMYK
RGB Variations
Color information
#8FE0B4 (or 0x8FE0B4) is known color: Vista Blue. HEX triplet: 8F, E0 and B4. RGB value is (143,224,180). Sum of RGB (Red+Green+Blue) = 143+224+180=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0B4 is #701F4B. Grayscale: #C2C2C2. Windows color (decimal): -7348044 or 11853967. OLE color: 11853967.
HSL color Cylindrical-coordinate representation of color #8FE0B4: hue angle of 147.41º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0B4 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 180 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.12 |
| HSL | 147.41º | 0.57% | 0.72% | - |
| HSV(B) | 147.41º | 0.36% | 0.88% | - |
| XYZ | 46.22 | 62.45 | 52.8 | - |
| YUV | 194.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 180 | 0.36 | 0 | 0.20 | 0.12 | 147.41 | 0.57 | 0.72 |
| Hex | 8F | E0 | B4 | 24 | 0 | 14 | C | 93 | 39 | 48 |
| Octal | 217 | 340 | 264 | 44 | 0 | 24 | 14 | 223 | 71 | 110 |
| Binary | 10001111 | 11100000 | 10110100 | 100100 | 0 | 10100 | 1100 | 10010011 | 111001 | 1001000 |
Color Harmonies of #8FE0B4
Complementary color
Monochromatic Colors of #8FE0B4
Black with #8FE0B4
Text Example
Text Example
White with #8FE0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0B4; }
p { color: rgb(143,224,180); }
H1.HeaderClassName
{
color: #8FE0B4;
}
.AnyTagClassName
{
color: #8FE0B4;
}
</style>
background-color css
<style>
a { background-color: #8FE0B4; }
a { background-color: rgb(143,224,180); }
div.DivClassName
{
background-color: #8FE0B4;
}
.BgClassName
{
background-color: #8FE0B4;
}
</style>
border-color css
<style>
span { border-color: #8FE0B4; }
span { border-color: rgb(143,224,180); }
td.TdClassName
{
border-color: #8FE0B4;
}
.TagClassName
{
border-color: #8FE0B4;
}
</style>