Shades of Vista Blue #94DCAF
Tints of Vista Blue #94DCAF
RGB
CMYK
RGB Variations
Color information
#94DCAF (or 0x94DCAF) is known color: Vista Blue. HEX triplet: 94, DC and AF. RGB value is (148,220,175). Sum of RGB (Red+Green+Blue) = 148+220+175=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCAF is #6B2350. Grayscale: #C1C1C1. Windows color (decimal): -7021393 or 11525268. OLE color: 11525268.
HSL color Cylindrical-coordinate representation of color #94DCAF: hue angle of 142.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCAF is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 175 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.14 |
| HSL | 142.5º | 0.51% | 0.72% | - |
| HSV(B) | 142.5º | 0.33% | 0.86% | - |
| XYZ | 45.54 | 60.58 | 49.85 | - |
| YUV | 193.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 175 | 0.33 | 0 | 0.20 | 0.14 | 142.5 | 0.51 | 0.72 |
| Hex | 94 | DC | AF | 21 | 0 | 14 | E | 8E | 33 | 48 |
| Octal | 224 | 334 | 257 | 41 | 0 | 24 | 16 | 216 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10101111 | 100001 | 0 | 10100 | 1110 | 10001110 | 110011 | 1001000 |
Color Harmonies of #94DCAF
Complementary color
Monochromatic Colors of #94DCAF
Black with #94DCAF
Text Example
Text Example
White with #94DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCAF; }
p { color: rgb(148,220,175); }
H1.HeaderClassName
{
color: #94DCAF;
}
.AnyTagClassName
{
color: #94DCAF;
}
</style>
background-color css
<style>
a { background-color: #94DCAF; }
a { background-color: rgb(148,220,175); }
div.DivClassName
{
background-color: #94DCAF;
}
.BgClassName
{
background-color: #94DCAF;
}
</style>
border-color css
<style>
span { border-color: #94DCAF; }
span { border-color: rgb(148,220,175); }
td.TdClassName
{
border-color: #94DCAF;
}
.TagClassName
{
border-color: #94DCAF;
}
</style>