Shades of Vista Blue #92DDB4
Tints of Vista Blue #92DDB4
RGB
CMYK
RGB Variations
Color information
#92DDB4 (or 0x92DDB4) is known color: Vista Blue. HEX triplet: 92, DD and B4. RGB value is (146,221,180). Sum of RGB (Red+Green+Blue) = 146+221+180=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDB4 is #6D224B. Grayscale: #C1C1C1. Windows color (decimal): -7152204 or 11853202. OLE color: 11853202.
HSL color Cylindrical-coordinate representation of color #92DDB4: hue angle of 147.2º 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 #92DDB4 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 180 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.13 |
| HSL | 147.2º | 0.52% | 0.72% | - |
| HSV(B) | 147.2º | 0.34% | 0.87% | - |
| XYZ | 45.95 | 61.12 | 52.56 | - |
| YUV | 193.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 180 | 0.34 | 0 | 0.19 | 0.13 | 147.2 | 0.52 | 0.72 |
| Hex | 92 | DD | B4 | 22 | 0 | 13 | D | 93 | 34 | 48 |
| Octal | 222 | 335 | 264 | 42 | 0 | 23 | 15 | 223 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10110100 | 100010 | 0 | 10011 | 1101 | 10010011 | 110100 | 1001000 |
Color Harmonies of #92DDB4
Complementary color
Monochromatic Colors of #92DDB4
Black with #92DDB4
Text Example
Text Example
White with #92DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDB4; }
p { color: rgb(146,221,180); }
H1.HeaderClassName
{
color: #92DDB4;
}
.AnyTagClassName
{
color: #92DDB4;
}
</style>
background-color css
<style>
a { background-color: #92DDB4; }
a { background-color: rgb(146,221,180); }
div.DivClassName
{
background-color: #92DDB4;
}
.BgClassName
{
background-color: #92DDB4;
}
</style>
border-color css
<style>
span { border-color: #92DDB4; }
span { border-color: rgb(146,221,180); }
td.TdClassName
{
border-color: #92DDB4;
}
.TagClassName
{
border-color: #92DDB4;
}
</style>