Shades of Vista Blue #8FCDB6
Tints of Vista Blue #8FCDB6
RGB
CMYK
RGB Variations
Color information
#8FCDB6 (or 0x8FCDB6) is known color: Vista Blue. HEX triplet: 8F, CD and B6. RGB value is (143,205,182). Sum of RGB (Red+Green+Blue) = 143+205+182=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDB6 is #703249. Grayscale: #B7B7B7. Windows color (decimal): -7352906 or 11980175. OLE color: 11980175.
HSL color Cylindrical-coordinate representation of color #8FCDB6: hue angle of 157.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDB6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 182 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.20 |
| HSL | 157.74º | 0.38% | 0.68% | - |
| HSV(B) | 157.74º | 0.3% | 0.8% | - |
| XYZ | 41.6 | 52.88 | 52.27 | - |
| YUV | 183.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 182 | 0.30 | 0 | 0.11 | 0.20 | 157.74 | 0.38 | 0.68 |
| Hex | 8F | CD | B6 | 1E | 0 | B | 14 | 9E | 26 | 44 |
| Octal | 217 | 315 | 266 | 36 | 0 | 13 | 24 | 236 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10110110 | 11110 | 0 | 1011 | 10100 | 10011110 | 100110 | 1000100 |
Color Harmonies of #8FCDB6
Complementary color
Monochromatic Colors of #8FCDB6
Black with #8FCDB6
Text Example
Text Example
White with #8FCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDB6; }
p { color: rgb(143,205,182); }
H1.HeaderClassName
{
color: #8FCDB6;
}
.AnyTagClassName
{
color: #8FCDB6;
}
</style>
background-color css
<style>
a { background-color: #8FCDB6; }
a { background-color: rgb(143,205,182); }
div.DivClassName
{
background-color: #8FCDB6;
}
.BgClassName
{
background-color: #8FCDB6;
}
</style>
border-color css
<style>
span { border-color: #8FCDB6; }
span { border-color: rgb(143,205,182); }
td.TdClassName
{
border-color: #8FCDB6;
}
.TagClassName
{
border-color: #8FCDB6;
}
</style>