Shades of Vista Blue #92EFB7
Tints of Vista Blue #92EFB7
RGB
CMYK
RGB Variations
Color information
#92EFB7 (or 0x92EFB7) is known color: Vista Blue. HEX triplet: 92, EF and B7. RGB value is (146,239,183). Sum of RGB (Red+Green+Blue) = 146+239+183=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFB7 is #6D1048. Grayscale: #CCCCCC. Windows color (decimal): -7147593 or 12054418. OLE color: 12054418.
HSL color Cylindrical-coordinate representation of color #92EFB7: hue angle of 143.87º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFB7 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 239 | 183 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.06 |
| HSL | 143.87º | 0.74% | 0.75% | - |
| HSV(B) | 143.87º | 0.39% | 0.94% | - |
| XYZ | 51.27 | 71.26 | 55.85 | - |
| YUV | 204.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 183 | 0.39 | 0 | 0.23 | 0.06 | 143.87 | 0.74 | 0.75 |
| Hex | 92 | EF | B7 | 27 | 0 | 17 | 6 | 90 | 4A | 4B |
| Octal | 222 | 357 | 267 | 47 | 0 | 27 | 6 | 220 | 112 | 113 |
| Binary | 10010010 | 11101111 | 10110111 | 100111 | 0 | 10111 | 110 | 10010000 | 1001010 | 1001011 |
Color Harmonies of #92EFB7
Complementary color
Monochromatic Colors of #92EFB7
Black with #92EFB7
Text Example
Text Example
White with #92EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFB7; }
p { color: rgb(146,239,183); }
H1.HeaderClassName
{
color: #92EFB7;
}
.AnyTagClassName
{
color: #92EFB7;
}
</style>
background-color css
<style>
a { background-color: #92EFB7; }
a { background-color: rgb(146,239,183); }
div.DivClassName
{
background-color: #92EFB7;
}
.BgClassName
{
background-color: #92EFB7;
}
</style>
border-color css
<style>
span { border-color: #92EFB7; }
span { border-color: rgb(146,239,183); }
td.TdClassName
{
border-color: #92EFB7;
}
.TagClassName
{
border-color: #92EFB7;
}
</style>