Shades of Vista Blue #92DEAE
Tints of Vista Blue #92DEAE
RGB
CMYK
RGB Variations
Color information
#92DEAE (or 0x92DEAE) is known color: Vista Blue. HEX triplet: 92, DE and AE. RGB value is (146,222,174). Sum of RGB (Red+Green+Blue) = 146+222+174=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #92DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DEAE is #6D2151. Grayscale: #C1C1C1. Windows color (decimal): -7151954 or 11460242. OLE color: 11460242.
HSL color Cylindrical-coordinate representation of color #92DEAE: hue angle of 142.11º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DEAE is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 174 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.13 |
| HSL | 142.11º | 0.54% | 0.72% | - |
| HSV(B) | 142.11º | 0.34% | 0.87% | - |
| XYZ | 45.62 | 61.41 | 49.49 | - |
| YUV | 193.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 174 | 0.34 | 0 | 0.22 | 0.13 | 142.11 | 0.54 | 0.72 |
| Hex | 92 | DE | AE | 22 | 0 | 16 | D | 8E | 36 | 48 |
| Octal | 222 | 336 | 256 | 42 | 0 | 26 | 15 | 216 | 66 | 110 |
| Binary | 10010010 | 11011110 | 10101110 | 100010 | 0 | 10110 | 1101 | 10001110 | 110110 | 1001000 |
Color Harmonies of #92DEAE
Complementary color
Monochromatic Colors of #92DEAE
Black with #92DEAE
Text Example
Text Example
White with #92DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DEAE; }
p { color: rgb(146,222,174); }
H1.HeaderClassName
{
color: #92DEAE;
}
.AnyTagClassName
{
color: #92DEAE;
}
</style>
background-color css
<style>
a { background-color: #92DEAE; }
a { background-color: rgb(146,222,174); }
div.DivClassName
{
background-color: #92DEAE;
}
.BgClassName
{
background-color: #92DEAE;
}
</style>
border-color css
<style>
span { border-color: #92DEAE; }
span { border-color: rgb(146,222,174); }
td.TdClassName
{
border-color: #92DEAE;
}
.TagClassName
{
border-color: #92DEAE;
}
</style>