Shades of Vista Blue #92DEBD
Tints of Vista Blue #92DEBD
RGB
CMYK
RGB Variations
Color information
#92DEBD (or 0x92DEBD) is known color: Vista Blue. HEX triplet: 92, DE and BD. RGB value is (146,222,189). Sum of RGB (Red+Green+Blue) = 146+222+189=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #92DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DEBD is #6D2142. Grayscale: #C3C3C3. Windows color (decimal): -7151939 or 12443282. OLE color: 12443282.
HSL color Cylindrical-coordinate representation of color #92DEBD: hue angle of 153.95º 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 #92DEBD is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 189 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.13 |
| HSL | 153.95º | 0.54% | 0.72% | - |
| HSV(B) | 153.95º | 0.34% | 0.87% | - |
| XYZ | 47.16 | 62.03 | 57.63 | - |
| YUV | 195.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 189 | 0.34 | 0 | 0.15 | 0.13 | 153.95 | 0.54 | 0.72 |
| Hex | 92 | DE | BD | 22 | 0 | F | D | 9A | 36 | 48 |
| Octal | 222 | 336 | 275 | 42 | 0 | 17 | 15 | 232 | 66 | 110 |
| Binary | 10010010 | 11011110 | 10111101 | 100010 | 0 | 1111 | 1101 | 10011010 | 110110 | 1001000 |
Color Harmonies of #92DEBD
Complementary color
Monochromatic Colors of #92DEBD
Black with #92DEBD
Text Example
Text Example
White with #92DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DEBD; }
p { color: rgb(146,222,189); }
H1.HeaderClassName
{
color: #92DEBD;
}
.AnyTagClassName
{
color: #92DEBD;
}
</style>
background-color css
<style>
a { background-color: #92DEBD; }
a { background-color: rgb(146,222,189); }
div.DivClassName
{
background-color: #92DEBD;
}
.BgClassName
{
background-color: #92DEBD;
}
</style>
border-color css
<style>
span { border-color: #92DEBD; }
span { border-color: rgb(146,222,189); }
td.TdClassName
{
border-color: #92DEBD;
}
.TagClassName
{
border-color: #92DEBD;
}
</style>