Shades of Vista Blue #90FCB7
Tints of Vista Blue #90FCB7
RGB
CMYK
RGB Variations
Color information
#90FCB7 (or 0x90FCB7) is known color: Vista Blue. HEX triplet: 90, FC and B7. RGB value is (144,252,183). Sum of RGB (Red+Green+Blue) = 144+252+183=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCB7 is #6F0348. Grayscale: #D4D4D4. Windows color (decimal): -7275337 or 12057744. OLE color: 12057744.
HSL color Cylindrical-coordinate representation of color #90FCB7: hue angle of 141.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCB7 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 183 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.01 |
| HSL | 141.67º | 0.95% | 0.78% | - |
| HSV(B) | 141.67º | 0.43% | 0.99% | - |
| XYZ | 54.86 | 78.97 | 57.15 | - |
| YUV | 211.84 | 111.72 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 183 | 0.43 | 0 | 0.27 | 0.01 | 141.67 | 0.95 | 0.78 |
| Hex | 90 | FC | B7 | 2B | 0 | 1B | 1 | 8E | 5F | 4E |
| Octal | 220 | 374 | 267 | 53 | 0 | 33 | 1 | 216 | 137 | 116 |
| Binary | 10010000 | 11111100 | 10110111 | 101011 | 0 | 11011 | 1 | 10001110 | 1011111 | 1001110 |
Color Harmonies of #90FCB7
Complementary color
Monochromatic Colors of #90FCB7
Black with #90FCB7
Text Example
Text Example
White with #90FCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCB7; }
p { color: rgb(144,252,183); }
H1.HeaderClassName
{
color: #90FCB7;
}
.AnyTagClassName
{
color: #90FCB7;
}
</style>
background-color css
<style>
a { background-color: #90FCB7; }
a { background-color: rgb(144,252,183); }
div.DivClassName
{
background-color: #90FCB7;
}
.BgClassName
{
background-color: #90FCB7;
}
</style>
border-color css
<style>
span { border-color: #90FCB7; }
span { border-color: rgb(144,252,183); }
td.TdClassName
{
border-color: #90FCB7;
}
.TagClassName
{
border-color: #90FCB7;
}
</style>