Shades of Vista Blue #94DDB1
Tints of Vista Blue #94DDB1
RGB
CMYK
RGB Variations
Color information
#94DDB1 (or 0x94DDB1) is known color: Vista Blue. HEX triplet: 94, DD and B1. RGB value is (148,221,177). Sum of RGB (Red+Green+Blue) = 148+221+177=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDB1 is #6B224E. Grayscale: #C2C2C2. Windows color (decimal): -7021135 or 11656596. OLE color: 11656596.
HSL color Cylindrical-coordinate representation of color #94DDB1: hue angle of 143.84º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 177 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.13 |
| HSL | 143.84º | 0.52% | 0.72% | - |
| HSV(B) | 143.84º | 0.33% | 0.87% | - |
| XYZ | 46.01 | 61.18 | 50.98 | - |
| YUV | 194.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 177 | 0.33 | 0 | 0.20 | 0.13 | 143.84 | 0.52 | 0.72 |
| Hex | 94 | DD | B1 | 21 | 0 | 14 | D | 90 | 34 | 48 |
| Octal | 224 | 335 | 261 | 41 | 0 | 24 | 15 | 220 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10110001 | 100001 | 0 | 10100 | 1101 | 10010000 | 110100 | 1001000 |
Color Harmonies of #94DDB1
Complementary color
Monochromatic Colors of #94DDB1
Black with #94DDB1
Text Example
Text Example
White with #94DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDB1; }
p { color: rgb(148,221,177); }
H1.HeaderClassName
{
color: #94DDB1;
}
.AnyTagClassName
{
color: #94DDB1;
}
</style>
background-color css
<style>
a { background-color: #94DDB1; }
a { background-color: rgb(148,221,177); }
div.DivClassName
{
background-color: #94DDB1;
}
.BgClassName
{
background-color: #94DDB1;
}
</style>
border-color css
<style>
span { border-color: #94DDB1; }
span { border-color: rgb(148,221,177); }
td.TdClassName
{
border-color: #94DDB1;
}
.TagClassName
{
border-color: #94DDB1;
}
</style>