Shades of Vista Blue #92DFB0
Tints of Vista Blue #92DFB0
RGB
CMYK
RGB Variations
Color information
#92DFB0 (or 0x92DFB0) is known color: Vista Blue. HEX triplet: 92, DF and B0. RGB value is (146,223,176). Sum of RGB (Red+Green+Blue) = 146+223+176=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DFB0 is #6D204F. Grayscale: #C2C2C2. Windows color (decimal): -7151696 or 11591570. OLE color: 11591570.
HSL color Cylindrical-coordinate representation of color #92DFB0: hue angle of 143.38º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFB0 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 176 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.13 |
| HSL | 143.38º | 0.55% | 0.72% | - |
| HSV(B) | 143.38º | 0.35% | 0.87% | - |
| XYZ | 46.08 | 62.02 | 50.62 | - |
| YUV | 194.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 176 | 0.35 | 0 | 0.21 | 0.13 | 143.38 | 0.55 | 0.72 |
| Hex | 92 | DF | B0 | 23 | 0 | 15 | D | 8F | 37 | 48 |
| Octal | 222 | 337 | 260 | 43 | 0 | 25 | 15 | 217 | 67 | 110 |
| Binary | 10010010 | 11011111 | 10110000 | 100011 | 0 | 10101 | 1101 | 10001111 | 110111 | 1001000 |
Color Harmonies of #92DFB0
Complementary color
Monochromatic Colors of #92DFB0
Black with #92DFB0
Text Example
Text Example
White with #92DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFB0; }
p { color: rgb(146,223,176); }
H1.HeaderClassName
{
color: #92DFB0;
}
.AnyTagClassName
{
color: #92DFB0;
}
</style>
background-color css
<style>
a { background-color: #92DFB0; }
a { background-color: rgb(146,223,176); }
div.DivClassName
{
background-color: #92DFB0;
}
.BgClassName
{
background-color: #92DFB0;
}
</style>
border-color css
<style>
span { border-color: #92DFB0; }
span { border-color: rgb(146,223,176); }
td.TdClassName
{
border-color: #92DFB0;
}
.TagClassName
{
border-color: #92DFB0;
}
</style>