Shades of Vista Blue #92EBB4
Tints of Vista Blue #92EBB4
RGB
CMYK
RGB Variations
Color information
#92EBB4 (or 0x92EBB4) is known color: Vista Blue. HEX triplet: 92, EB and B4. RGB value is (146,235,180). Sum of RGB (Red+Green+Blue) = 146+235+180=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EBB4 is #6D144B. Grayscale: #CACACA. Windows color (decimal): -7148620 or 11856786. OLE color: 11856786.
HSL color Cylindrical-coordinate representation of color #92EBB4: hue angle of 142.92º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBB4 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 235 | 180 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.08 |
| HSL | 142.92º | 0.69% | 0.75% | - |
| HSV(B) | 142.92º | 0.38% | 0.92% | - |
| XYZ | 49.8 | 68.82 | 53.84 | - |
| YUV | 202.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 235 | 180 | 0.38 | 0 | 0.23 | 0.08 | 142.92 | 0.69 | 0.75 |
| Hex | 92 | EB | B4 | 26 | 0 | 17 | 8 | 8F | 45 | 4B |
| Octal | 222 | 353 | 264 | 46 | 0 | 27 | 10 | 217 | 105 | 113 |
| Binary | 10010010 | 11101011 | 10110100 | 100110 | 0 | 10111 | 1000 | 10001111 | 1000101 | 1001011 |
Color Harmonies of #92EBB4
Complementary color
Monochromatic Colors of #92EBB4
Black with #92EBB4
Text Example
Text Example
White with #92EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EBB4; }
p { color: rgb(146,235,180); }
H1.HeaderClassName
{
color: #92EBB4;
}
.AnyTagClassName
{
color: #92EBB4;
}
</style>
background-color css
<style>
a { background-color: #92EBB4; }
a { background-color: rgb(146,235,180); }
div.DivClassName
{
background-color: #92EBB4;
}
.BgClassName
{
background-color: #92EBB4;
}
</style>
border-color css
<style>
span { border-color: #92EBB4; }
span { border-color: rgb(146,235,180); }
td.TdClassName
{
border-color: #92EBB4;
}
.TagClassName
{
border-color: #92EBB4;
}
</style>