Shades of Vista Blue #92DDB5
Tints of Vista Blue #92DDB5
RGB
CMYK
RGB Variations
Color information
#92DDB5 (or 0x92DDB5) is known color: Vista Blue. HEX triplet: 92, DD and B5. RGB value is (146,221,181). Sum of RGB (Red+Green+Blue) = 146+221+181=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDB5 is #6D224A. Grayscale: #C2C2C2. Windows color (decimal): -7152203 or 11918738. OLE color: 11918738.
HSL color Cylindrical-coordinate representation of color #92DDB5: hue angle of 148º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDB5 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 181 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.13 |
| HSL | 148º | 0.52% | 0.72% | - |
| HSV(B) | 148º | 0.34% | 0.87% | - |
| XYZ | 46.05 | 61.16 | 53.09 | - |
| YUV | 194.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 181 | 0.34 | 0 | 0.18 | 0.13 | 148 | 0.52 | 0.72 |
| Hex | 92 | DD | B5 | 22 | 0 | 12 | D | 94 | 34 | 48 |
| Octal | 222 | 335 | 265 | 42 | 0 | 22 | 15 | 224 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10110101 | 100010 | 0 | 10010 | 1101 | 10010100 | 110100 | 1001000 |
Color Harmonies of #92DDB5
Complementary color
Monochromatic Colors of #92DDB5
Black with #92DDB5
Text Example
Text Example
White with #92DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDB5; }
p { color: rgb(146,221,181); }
H1.HeaderClassName
{
color: #92DDB5;
}
.AnyTagClassName
{
color: #92DDB5;
}
</style>
background-color css
<style>
a { background-color: #92DDB5; }
a { background-color: rgb(146,221,181); }
div.DivClassName
{
background-color: #92DDB5;
}
.BgClassName
{
background-color: #92DDB5;
}
</style>
border-color css
<style>
span { border-color: #92DDB5; }
span { border-color: rgb(146,221,181); }
td.TdClassName
{
border-color: #92DDB5;
}
.TagClassName
{
border-color: #92DDB5;
}
</style>