Shades of Vista Blue #92E0BD
Tints of Vista Blue #92E0BD
RGB
CMYK
RGB Variations
Color information
#92E0BD (or 0x92E0BD) is known color: Vista Blue. HEX triplet: 92, E0 and BD. RGB value is (146,224,189). Sum of RGB (Red+Green+Blue) = 146+224+189=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E0BD is #6D1F42. Grayscale: #C4C4C4. Windows color (decimal): -7151427 or 12443794. OLE color: 12443794.
HSL color Cylindrical-coordinate representation of color #92E0BD: hue angle of 153.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E0BD is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 189 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.12 |
| HSL | 153.08º | 0.56% | 0.73% | - |
| HSV(B) | 153.08º | 0.35% | 0.88% | - |
| XYZ | 47.7 | 63.1 | 57.81 | - |
| YUV | 196.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 189 | 0.35 | 0 | 0.16 | 0.12 | 153.08 | 0.56 | 0.73 |
| Hex | 92 | E0 | BD | 23 | 0 | 10 | C | 99 | 38 | 49 |
| Octal | 222 | 340 | 275 | 43 | 0 | 20 | 14 | 231 | 70 | 111 |
| Binary | 10010010 | 11100000 | 10111101 | 100011 | 0 | 10000 | 1100 | 10011001 | 111000 | 1001001 |
Color Harmonies of #92E0BD
Complementary color
Monochromatic Colors of #92E0BD
Black with #92E0BD
Text Example
Text Example
White with #92E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0BD; }
p { color: rgb(146,224,189); }
H1.HeaderClassName
{
color: #92E0BD;
}
.AnyTagClassName
{
color: #92E0BD;
}
</style>
background-color css
<style>
a { background-color: #92E0BD; }
a { background-color: rgb(146,224,189); }
div.DivClassName
{
background-color: #92E0BD;
}
.BgClassName
{
background-color: #92E0BD;
}
</style>
border-color css
<style>
span { border-color: #92E0BD; }
span { border-color: rgb(146,224,189); }
td.TdClassName
{
border-color: #92E0BD;
}
.TagClassName
{
border-color: #92E0BD;
}
</style>