Shades of Vista Blue #92F0BC
Tints of Vista Blue #92F0BC
RGB
CMYK
RGB Variations
Color information
#92F0BC (or 0x92F0BC) is known color: Vista Blue. HEX triplet: 92, F0 and BC. RGB value is (146,240,188). Sum of RGB (Red+Green+Blue) = 146+240+188=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F0BC is #6D0F43. Grayscale: #CECECE. Windows color (decimal): -7147332 or 12382354. OLE color: 12382354.
HSL color Cylindrical-coordinate representation of color #92F0BC: hue angle of 146.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0BC is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 188 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.06 |
| HSL | 146.81º | 0.76% | 0.76% | - |
| HSV(B) | 146.81º | 0.39% | 0.94% | - |
| XYZ | 52.09 | 72.06 | 58.74 | - |
| YUV | 205.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 188 | 0.39 | 0 | 0.22 | 0.06 | 146.81 | 0.76 | 0.76 |
| Hex | 92 | F0 | BC | 27 | 0 | 16 | 6 | 93 | 4C | 4C |
| Octal | 222 | 360 | 274 | 47 | 0 | 26 | 6 | 223 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10111100 | 100111 | 0 | 10110 | 110 | 10010011 | 1001100 | 1001100 |
Color Harmonies of #92F0BC
Complementary color
Monochromatic Colors of #92F0BC
Black with #92F0BC
Text Example
Text Example
White with #92F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0BC; }
p { color: rgb(146,240,188); }
H1.HeaderClassName
{
color: #92F0BC;
}
.AnyTagClassName
{
color: #92F0BC;
}
</style>
background-color css
<style>
a { background-color: #92F0BC; }
a { background-color: rgb(146,240,188); }
div.DivClassName
{
background-color: #92F0BC;
}
.BgClassName
{
background-color: #92F0BC;
}
</style>
border-color css
<style>
span { border-color: #92F0BC; }
span { border-color: rgb(146,240,188); }
td.TdClassName
{
border-color: #92F0BC;
}
.TagClassName
{
border-color: #92F0BC;
}
</style>