Shades of Vista Blue #94D6BD
Tints of Vista Blue #94D6BD
RGB
CMYK
RGB Variations
Color information
#94D6BD (or 0x94D6BD) is known color: Vista Blue. HEX triplet: 94, D6 and BD. RGB value is (148,214,189). Sum of RGB (Red+Green+Blue) = 148+214+189=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D6BD is #6B2942. Grayscale: #BFBFBF. Windows color (decimal): -7022915 or 12441236. OLE color: 12441236.
HSL color Cylindrical-coordinate representation of color #94D6BD: hue angle of 157.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D6BD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 189 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.16 |
| HSL | 157.27º | 0.45% | 0.71% | - |
| HSV(B) | 157.27º | 0.31% | 0.84% | - |
| XYZ | 45.44 | 58.06 | 56.96 | - |
| YUV | 191.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 189 | 0.31 | 0 | 0.12 | 0.16 | 157.27 | 0.45 | 0.71 |
| Hex | 94 | D6 | BD | 1F | 0 | C | 10 | 9D | 2D | 47 |
| Octal | 224 | 326 | 275 | 37 | 0 | 14 | 20 | 235 | 55 | 107 |
| Binary | 10010100 | 11010110 | 10111101 | 11111 | 0 | 1100 | 10000 | 10011101 | 101101 | 1000111 |
Color Harmonies of #94D6BD
Complementary color
Monochromatic Colors of #94D6BD
Black with #94D6BD
Text Example
Text Example
White with #94D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D6BD; }
p { color: rgb(148,214,189); }
H1.HeaderClassName
{
color: #94D6BD;
}
.AnyTagClassName
{
color: #94D6BD;
}
</style>
background-color css
<style>
a { background-color: #94D6BD; }
a { background-color: rgb(148,214,189); }
div.DivClassName
{
background-color: #94D6BD;
}
.BgClassName
{
background-color: #94D6BD;
}
</style>
border-color css
<style>
span { border-color: #94D6BD; }
span { border-color: rgb(148,214,189); }
td.TdClassName
{
border-color: #94D6BD;
}
.TagClassName
{
border-color: #94D6BD;
}
</style>