Shades of Vista Blue #92DFB4
Tints of Vista Blue #92DFB4
RGB
CMYK
RGB Variations
Color information
#92DFB4 (or 0x92DFB4) is known color: Vista Blue. HEX triplet: 92, DF and B4. RGB value is (146,223,180). Sum of RGB (Red+Green+Blue) = 146+223+180=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DFB4 is #6D204B. Grayscale: #C3C3C3. Windows color (decimal): -7151692 or 11853714. OLE color: 11853714.
HSL color Cylindrical-coordinate representation of color #92DFB4: hue angle of 146.49º 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 #92DFB4 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 180 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.13 |
| HSL | 146.49º | 0.55% | 0.72% | - |
| HSV(B) | 146.49º | 0.35% | 0.87% | - |
| XYZ | 46.48 | 62.18 | 52.73 | - |
| YUV | 195.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 180 | 0.35 | 0 | 0.19 | 0.13 | 146.49 | 0.55 | 0.72 |
| Hex | 92 | DF | B4 | 23 | 0 | 13 | D | 92 | 37 | 48 |
| Octal | 222 | 337 | 264 | 43 | 0 | 23 | 15 | 222 | 67 | 110 |
| Binary | 10010010 | 11011111 | 10110100 | 100011 | 0 | 10011 | 1101 | 10010010 | 110111 | 1001000 |
Color Harmonies of #92DFB4
Complementary color
Monochromatic Colors of #92DFB4
Black with #92DFB4
Text Example
Text Example
White with #92DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFB4; }
p { color: rgb(146,223,180); }
H1.HeaderClassName
{
color: #92DFB4;
}
.AnyTagClassName
{
color: #92DFB4;
}
</style>
background-color css
<style>
a { background-color: #92DFB4; }
a { background-color: rgb(146,223,180); }
div.DivClassName
{
background-color: #92DFB4;
}
.BgClassName
{
background-color: #92DFB4;
}
</style>
border-color css
<style>
span { border-color: #92DFB4; }
span { border-color: rgb(146,223,180); }
td.TdClassName
{
border-color: #92DFB4;
}
.TagClassName
{
border-color: #92DFB4;
}
</style>