Shades of Vista Blue #94D0B3
Tints of Vista Blue #94D0B3
RGB
CMYK
RGB Variations
Color information
#94D0B3 (or 0x94D0B3) is known color: Vista Blue. HEX triplet: 94, D0 and B3. RGB value is (148,208,179). Sum of RGB (Red+Green+Blue) = 148+208+179=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0B3 is #6B2F4C. Grayscale: #BABABA. Windows color (decimal): -7024461 or 11784340. OLE color: 11784340.
HSL color Cylindrical-coordinate representation of color #94D0B3: hue angle of 151º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0B3 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 179 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.18 |
| HSL | 151º | 0.39% | 0.7% | - |
| HSV(B) | 151º | 0.29% | 0.82% | - |
| XYZ | 42.91 | 54.66 | 50.94 | - |
| YUV | 186.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 179 | 0.29 | 0 | 0.14 | 0.18 | 151 | 0.39 | 0.7 |
| Hex | 94 | D0 | B3 | 1D | 0 | E | 12 | 97 | 27 | 46 |
| Octal | 224 | 320 | 263 | 35 | 0 | 16 | 22 | 227 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10110011 | 11101 | 0 | 1110 | 10010 | 10010111 | 100111 | 1000110 |
Color Harmonies of #94D0B3
Complementary color
Monochromatic Colors of #94D0B3
Black with #94D0B3
Text Example
Text Example
White with #94D0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0B3; }
p { color: rgb(148,208,179); }
H1.HeaderClassName
{
color: #94D0B3;
}
.AnyTagClassName
{
color: #94D0B3;
}
</style>
background-color css
<style>
a { background-color: #94D0B3; }
a { background-color: rgb(148,208,179); }
div.DivClassName
{
background-color: #94D0B3;
}
.BgClassName
{
background-color: #94D0B3;
}
</style>
border-color css
<style>
span { border-color: #94D0B3; }
span { border-color: rgb(148,208,179); }
td.TdClassName
{
border-color: #94D0B3;
}
.TagClassName
{
border-color: #94D0B3;
}
</style>