Shades of Vista Blue #94DBB8
Tints of Vista Blue #94DBB8
RGB
CMYK
RGB Variations
Color information
#94DBB8 (or 0x94DBB8) is known color: Vista Blue. HEX triplet: 94, DB and B8. RGB value is (148,219,184). Sum of RGB (Red+Green+Blue) = 148+219+184=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBB8 is #6B2447. Grayscale: #C1C1C1. Windows color (decimal): -7021640 or 12114836. OLE color: 12114836.
HSL color Cylindrical-coordinate representation of color #94DBB8: hue angle of 150.42º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBB8 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 184 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.14 |
| HSL | 150.42º | 0.5% | 0.72% | - |
| HSV(B) | 150.42º | 0.32% | 0.86% | - |
| XYZ | 46.2 | 60.42 | 54.57 | - |
| YUV | 193.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 184 | 0.32 | 0 | 0.16 | 0.14 | 150.42 | 0.5 | 0.72 |
| Hex | 94 | DB | B8 | 20 | 0 | 10 | E | 96 | 32 | 48 |
| Octal | 224 | 333 | 270 | 40 | 0 | 20 | 16 | 226 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10111000 | 100000 | 0 | 10000 | 1110 | 10010110 | 110010 | 1001000 |
Color Harmonies of #94DBB8
Complementary color
Monochromatic Colors of #94DBB8
Black with #94DBB8
Text Example
Text Example
White with #94DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBB8; }
p { color: rgb(148,219,184); }
H1.HeaderClassName
{
color: #94DBB8;
}
.AnyTagClassName
{
color: #94DBB8;
}
</style>
background-color css
<style>
a { background-color: #94DBB8; }
a { background-color: rgb(148,219,184); }
div.DivClassName
{
background-color: #94DBB8;
}
.BgClassName
{
background-color: #94DBB8;
}
</style>
border-color css
<style>
span { border-color: #94DBB8; }
span { border-color: rgb(148,219,184); }
td.TdClassName
{
border-color: #94DBB8;
}
.TagClassName
{
border-color: #94DBB8;
}
</style>