Shades of Vista Blue #8FDDB3
Tints of Vista Blue #8FDDB3
RGB
CMYK
RGB Variations
Color information
#8FDDB3 (or 0x8FDDB3) is known color: Vista Blue. HEX triplet: 8F, DD and B3. RGB value is (143,221,179). Sum of RGB (Red+Green+Blue) = 143+221+179=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDB3 is #70224C. Grayscale: #C0C0C0. Windows color (decimal): -7348813 or 11787663. OLE color: 11787663.
HSL color Cylindrical-coordinate representation of color #8FDDB3: hue angle of 147.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDB3 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 179 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.13 |
| HSL | 147.69º | 0.53% | 0.71% | - |
| HSV(B) | 147.69º | 0.35% | 0.87% | - |
| XYZ | 45.32 | 60.81 | 52 | - |
| YUV | 192.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 179 | 0.35 | 0 | 0.19 | 0.13 | 147.69 | 0.53 | 0.71 |
| Hex | 8F | DD | B3 | 23 | 0 | 13 | D | 94 | 35 | 47 |
| Octal | 217 | 335 | 263 | 43 | 0 | 23 | 15 | 224 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10110011 | 100011 | 0 | 10011 | 1101 | 10010100 | 110101 | 1000111 |
Color Harmonies of #8FDDB3
Complementary color
Monochromatic Colors of #8FDDB3
Black with #8FDDB3
Text Example
Text Example
White with #8FDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDB3; }
p { color: rgb(143,221,179); }
H1.HeaderClassName
{
color: #8FDDB3;
}
.AnyTagClassName
{
color: #8FDDB3;
}
</style>
background-color css
<style>
a { background-color: #8FDDB3; }
a { background-color: rgb(143,221,179); }
div.DivClassName
{
background-color: #8FDDB3;
}
.BgClassName
{
background-color: #8FDDB3;
}
</style>
border-color css
<style>
span { border-color: #8FDDB3; }
span { border-color: rgb(143,221,179); }
td.TdClassName
{
border-color: #8FDDB3;
}
.TagClassName
{
border-color: #8FDDB3;
}
</style>