Shades of Vista Blue #94DAAF
Tints of Vista Blue #94DAAF
RGB
CMYK
RGB Variations
Color information
#94DAAF (or 0x94DAAF) is known color: Vista Blue. HEX triplet: 94, DA and AF. RGB value is (148,218,175). Sum of RGB (Red+Green+Blue) = 148+218+175=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAAF is #6B2550. Grayscale: #C0C0C0. Windows color (decimal): -7021905 or 11524756. OLE color: 11524756.
HSL color Cylindrical-coordinate representation of color #94DAAF: hue angle of 143.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DAAF is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 175 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.15 |
| HSL | 143.14º | 0.49% | 0.72% | - |
| HSV(B) | 143.14º | 0.32% | 0.85% | - |
| XYZ | 45.02 | 59.53 | 49.68 | - |
| YUV | 192.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 175 | 0.32 | 0 | 0.20 | 0.15 | 143.14 | 0.49 | 0.72 |
| Hex | 94 | DA | AF | 20 | 0 | 14 | F | 8F | 31 | 48 |
| Octal | 224 | 332 | 257 | 40 | 0 | 24 | 17 | 217 | 61 | 110 |
| Binary | 10010100 | 11011010 | 10101111 | 100000 | 0 | 10100 | 1111 | 10001111 | 110001 | 1001000 |
Color Harmonies of #94DAAF
Complementary color
Monochromatic Colors of #94DAAF
Black with #94DAAF
Text Example
Text Example
White with #94DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAAF; }
p { color: rgb(148,218,175); }
H1.HeaderClassName
{
color: #94DAAF;
}
.AnyTagClassName
{
color: #94DAAF;
}
</style>
background-color css
<style>
a { background-color: #94DAAF; }
a { background-color: rgb(148,218,175); }
div.DivClassName
{
background-color: #94DAAF;
}
.BgClassName
{
background-color: #94DAAF;
}
</style>
border-color css
<style>
span { border-color: #94DAAF; }
span { border-color: rgb(148,218,175); }
td.TdClassName
{
border-color: #94DAAF;
}
.TagClassName
{
border-color: #94DAAF;
}
</style>