Shades of Vista Blue #8FDDB4
Tints of Vista Blue #8FDDB4
RGB
CMYK
RGB Variations
Color information
#8FDDB4 (or 0x8FDDB4) is known color: Vista Blue. HEX triplet: 8F, DD and B4. RGB value is (143,221,180). Sum of RGB (Red+Green+Blue) = 143+221+180=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDB4 is #70224B. Grayscale: #C1C1C1. Windows color (decimal): -7348812 or 11853199. OLE color: 11853199.
HSL color Cylindrical-coordinate representation of color #8FDDB4: hue angle of 148.46º 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 #8FDDB4 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 180 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.13 |
| HSL | 148.46º | 0.53% | 0.71% | - |
| HSV(B) | 148.46º | 0.35% | 0.87% | - |
| XYZ | 45.42 | 60.85 | 52.53 | - |
| YUV | 193 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 180 | 0.35 | 0 | 0.19 | 0.13 | 148.46 | 0.53 | 0.71 |
| Hex | 8F | DD | B4 | 23 | 0 | 13 | D | 94 | 35 | 47 |
| Octal | 217 | 335 | 264 | 43 | 0 | 23 | 15 | 224 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10110100 | 100011 | 0 | 10011 | 1101 | 10010100 | 110101 | 1000111 |
Color Harmonies of #8FDDB4
Complementary color
Monochromatic Colors of #8FDDB4
Black with #8FDDB4
Text Example
Text Example
White with #8FDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDB4; }
p { color: rgb(143,221,180); }
H1.HeaderClassName
{
color: #8FDDB4;
}
.AnyTagClassName
{
color: #8FDDB4;
}
</style>
background-color css
<style>
a { background-color: #8FDDB4; }
a { background-color: rgb(143,221,180); }
div.DivClassName
{
background-color: #8FDDB4;
}
.BgClassName
{
background-color: #8FDDB4;
}
</style>
border-color css
<style>
span { border-color: #8FDDB4; }
span { border-color: rgb(143,221,180); }
td.TdClassName
{
border-color: #8FDDB4;
}
.TagClassName
{
border-color: #8FDDB4;
}
</style>