Shades of Vista Blue #8FDCB4
Tints of Vista Blue #8FDCB4
RGB
CMYK
RGB Variations
Color information
#8FDCB4 (or 0x8FDCB4) is known color: Vista Blue. HEX triplet: 8F, DC and B4. RGB value is (143,220,180). Sum of RGB (Red+Green+Blue) = 143+220+180=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCB4 is #70234B. Grayscale: #C0C0C0. Windows color (decimal): -7349068 or 11852943. OLE color: 11852943.
HSL color Cylindrical-coordinate representation of color #8FDCB4: hue angle of 148.83º 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 #8FDCB4 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 180 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.14 |
| HSL | 148.83º | 0.52% | 0.71% | - |
| HSV(B) | 148.83º | 0.35% | 0.86% | - |
| XYZ | 45.16 | 60.32 | 52.44 | - |
| YUV | 192.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 180 | 0.35 | 0 | 0.18 | 0.14 | 148.83 | 0.52 | 0.71 |
| Hex | 8F | DC | B4 | 23 | 0 | 12 | E | 95 | 34 | 47 |
| Octal | 217 | 334 | 264 | 43 | 0 | 22 | 16 | 225 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10110100 | 100011 | 0 | 10010 | 1110 | 10010101 | 110100 | 1000111 |
Color Harmonies of #8FDCB4
Complementary color
Monochromatic Colors of #8FDCB4
Black with #8FDCB4
Text Example
Text Example
White with #8FDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCB4; }
p { color: rgb(143,220,180); }
H1.HeaderClassName
{
color: #8FDCB4;
}
.AnyTagClassName
{
color: #8FDCB4;
}
</style>
background-color css
<style>
a { background-color: #8FDCB4; }
a { background-color: rgb(143,220,180); }
div.DivClassName
{
background-color: #8FDCB4;
}
.BgClassName
{
background-color: #8FDCB4;
}
</style>
border-color css
<style>
span { border-color: #8FDCB4; }
span { border-color: rgb(143,220,180); }
td.TdClassName
{
border-color: #8FDCB4;
}
.TagClassName
{
border-color: #8FDCB4;
}
</style>