Shades of Vista Blue #8FDCB8
Tints of Vista Blue #8FDCB8
RGB
CMYK
RGB Variations
Color information
#8FDCB8 (or 0x8FDCB8) is known color: Vista Blue. HEX triplet: 8F, DC and B8. RGB value is (143,220,184). Sum of RGB (Red+Green+Blue) = 143+220+184=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCB8 is #702347. Grayscale: #C0C0C0. Windows color (decimal): -7349064 or 12115087. OLE color: 12115087.
HSL color Cylindrical-coordinate representation of color #8FDCB8: hue angle of 151.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCB8 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 184 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.14 |
| HSL | 151.95º | 0.52% | 0.71% | - |
| HSV(B) | 151.95º | 0.35% | 0.86% | - |
| XYZ | 45.57 | 60.49 | 54.62 | - |
| YUV | 192.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 184 | 0.35 | 0 | 0.16 | 0.14 | 151.95 | 0.52 | 0.71 |
| Hex | 8F | DC | B8 | 23 | 0 | 10 | E | 98 | 34 | 47 |
| Octal | 217 | 334 | 270 | 43 | 0 | 20 | 16 | 230 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10111000 | 100011 | 0 | 10000 | 1110 | 10011000 | 110100 | 1000111 |
Color Harmonies of #8FDCB8
Complementary color
Monochromatic Colors of #8FDCB8
Black with #8FDCB8
Text Example
Text Example
White with #8FDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCB8; }
p { color: rgb(143,220,184); }
H1.HeaderClassName
{
color: #8FDCB8;
}
.AnyTagClassName
{
color: #8FDCB8;
}
</style>
background-color css
<style>
a { background-color: #8FDCB8; }
a { background-color: rgb(143,220,184); }
div.DivClassName
{
background-color: #8FDCB8;
}
.BgClassName
{
background-color: #8FDCB8;
}
</style>
border-color css
<style>
span { border-color: #8FDCB8; }
span { border-color: rgb(143,220,184); }
td.TdClassName
{
border-color: #8FDCB8;
}
.TagClassName
{
border-color: #8FDCB8;
}
</style>