Shades of Vista Blue #8FDEB2
Tints of Vista Blue #8FDEB2
RGB
CMYK
RGB Variations
Color information
#8FDEB2 (or 0x8FDEB2) is known color: Vista Blue. HEX triplet: 8F, DE and B2. RGB value is (143,222,178). Sum of RGB (Red+Green+Blue) = 143+222+178=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEB2 is #70214D. Grayscale: #C1C1C1. Windows color (decimal): -7348558 or 11722383. OLE color: 11722383.
HSL color Cylindrical-coordinate representation of color #8FDEB2: hue angle of 146.58º 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 #8FDEB2 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 178 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.13 |
| HSL | 146.58º | 0.54% | 0.72% | - |
| HSV(B) | 146.58º | 0.36% | 0.87% | - |
| XYZ | 45.48 | 61.3 | 51.55 | - |
| YUV | 193.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 178 | 0.36 | 0 | 0.20 | 0.13 | 146.58 | 0.54 | 0.72 |
| Hex | 8F | DE | B2 | 24 | 0 | 14 | D | 93 | 36 | 48 |
| Octal | 217 | 336 | 262 | 44 | 0 | 24 | 15 | 223 | 66 | 110 |
| Binary | 10001111 | 11011110 | 10110010 | 100100 | 0 | 10100 | 1101 | 10010011 | 110110 | 1001000 |
Color Harmonies of #8FDEB2
Complementary color
Monochromatic Colors of #8FDEB2
Black with #8FDEB2
Text Example
Text Example
White with #8FDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEB2; }
p { color: rgb(143,222,178); }
H1.HeaderClassName
{
color: #8FDEB2;
}
.AnyTagClassName
{
color: #8FDEB2;
}
</style>
background-color css
<style>
a { background-color: #8FDEB2; }
a { background-color: rgb(143,222,178); }
div.DivClassName
{
background-color: #8FDEB2;
}
.BgClassName
{
background-color: #8FDEB2;
}
</style>
border-color css
<style>
span { border-color: #8FDEB2; }
span { border-color: rgb(143,222,178); }
td.TdClassName
{
border-color: #8FDEB2;
}
.TagClassName
{
border-color: #8FDEB2;
}
</style>