Shades of Vista Blue #92E5BC
Tints of Vista Blue #92E5BC
RGB
CMYK
RGB Variations
Color information
#92E5BC (or 0x92E5BC) is known color: Vista Blue. HEX triplet: 92, E5 and BC. RGB value is (146,229,188). Sum of RGB (Red+Green+Blue) = 146+229+188=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #92E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E5BC is #6D1A43. Grayscale: #C7C7C7. Windows color (decimal): -7150148 or 12379538. OLE color: 12379538.
HSL color Cylindrical-coordinate representation of color #92E5BC: hue angle of 150.36º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E5BC is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 188 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.10 |
| HSL | 150.36º | 0.61% | 0.74% | - |
| HSV(B) | 150.36º | 0.36% | 0.9% | - |
| XYZ | 48.95 | 65.78 | 57.69 | - |
| YUV | 199.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 188 | 0.36 | 0 | 0.18 | 0.10 | 150.36 | 0.61 | 0.74 |
| Hex | 92 | E5 | BC | 24 | 0 | 12 | A | 96 | 3D | 4A |
| Octal | 222 | 345 | 274 | 44 | 0 | 22 | 12 | 226 | 75 | 112 |
| Binary | 10010010 | 11100101 | 10111100 | 100100 | 0 | 10010 | 1010 | 10010110 | 111101 | 1001010 |
Color Harmonies of #92E5BC
Complementary color
Monochromatic Colors of #92E5BC
Black with #92E5BC
Text Example
Text Example
White with #92E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E5BC; }
p { color: rgb(146,229,188); }
H1.HeaderClassName
{
color: #92E5BC;
}
.AnyTagClassName
{
color: #92E5BC;
}
</style>
background-color css
<style>
a { background-color: #92E5BC; }
a { background-color: rgb(146,229,188); }
div.DivClassName
{
background-color: #92E5BC;
}
.BgClassName
{
background-color: #92E5BC;
}
</style>
border-color css
<style>
span { border-color: #92E5BC; }
span { border-color: rgb(146,229,188); }
td.TdClassName
{
border-color: #92E5BC;
}
.TagClassName
{
border-color: #92E5BC;
}
</style>