Shades of Vista Blue #94DDB3
Tints of Vista Blue #94DDB3
RGB
CMYK
RGB Variations
Color information
#94DDB3 (or 0x94DDB3) is known color: Vista Blue. HEX triplet: 94, DD and B3. RGB value is (148,221,179). Sum of RGB (Red+Green+Blue) = 148+221+179=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDB3 is #6B224C. Grayscale: #C2C2C2. Windows color (decimal): -7021133 or 11787668. OLE color: 11787668.
HSL color Cylindrical-coordinate representation of color #94DDB3: hue angle of 145.48º 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 #94DDB3 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 179 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.13 |
| HSL | 145.48º | 0.52% | 0.72% | - |
| HSV(B) | 145.48º | 0.33% | 0.87% | - |
| XYZ | 46.21 | 61.26 | 52.04 | - |
| YUV | 194.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 179 | 0.33 | 0 | 0.19 | 0.13 | 145.48 | 0.52 | 0.72 |
| Hex | 94 | DD | B3 | 21 | 0 | 13 | D | 91 | 34 | 48 |
| Octal | 224 | 335 | 263 | 41 | 0 | 23 | 15 | 221 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10110011 | 100001 | 0 | 10011 | 1101 | 10010001 | 110100 | 1001000 |
Color Harmonies of #94DDB3
Complementary color
Monochromatic Colors of #94DDB3
Black with #94DDB3
Text Example
Text Example
White with #94DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDB3; }
p { color: rgb(148,221,179); }
H1.HeaderClassName
{
color: #94DDB3;
}
.AnyTagClassName
{
color: #94DDB3;
}
</style>
background-color css
<style>
a { background-color: #94DDB3; }
a { background-color: rgb(148,221,179); }
div.DivClassName
{
background-color: #94DDB3;
}
.BgClassName
{
background-color: #94DDB3;
}
</style>
border-color css
<style>
span { border-color: #94DDB3; }
span { border-color: rgb(148,221,179); }
td.TdClassName
{
border-color: #94DDB3;
}
.TagClassName
{
border-color: #94DDB3;
}
</style>