Shades of Vista Blue #90F2BF
Tints of Vista Blue #90F2BF
RGB
CMYK
RGB Variations
Color information
#90F2BF (or 0x90F2BF) is known color: Vista Blue. HEX triplet: 90, F2 and BF. RGB value is (144,242,191). Sum of RGB (Red+Green+Blue) = 144+242+191=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F2BF is #6F0D40. Grayscale: #CECECE. Windows color (decimal): -7277889 or 12579472. OLE color: 12579472.
HSL color Cylindrical-coordinate representation of color #90F2BF: hue angle of 148.78º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2BF is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 191 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.05 |
| HSL | 148.78º | 0.79% | 0.76% | - |
| HSV(B) | 148.78º | 0.4% | 0.95% | - |
| XYZ | 52.66 | 73.2 | 60.64 | - |
| YUV | 206.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 191 | 0.40 | 0 | 0.21 | 0.05 | 148.78 | 0.79 | 0.76 |
| Hex | 90 | F2 | BF | 28 | 0 | 15 | 5 | 95 | 4F | 4C |
| Octal | 220 | 362 | 277 | 50 | 0 | 25 | 5 | 225 | 117 | 114 |
| Binary | 10010000 | 11110010 | 10111111 | 101000 | 0 | 10101 | 101 | 10010101 | 1001111 | 1001100 |
Color Harmonies of #90F2BF
Complementary color
Monochromatic Colors of #90F2BF
Black with #90F2BF
Text Example
Text Example
White with #90F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2BF; }
p { color: rgb(144,242,191); }
H1.HeaderClassName
{
color: #90F2BF;
}
.AnyTagClassName
{
color: #90F2BF;
}
</style>
background-color css
<style>
a { background-color: #90F2BF; }
a { background-color: rgb(144,242,191); }
div.DivClassName
{
background-color: #90F2BF;
}
.BgClassName
{
background-color: #90F2BF;
}
</style>
border-color css
<style>
span { border-color: #90F2BF; }
span { border-color: rgb(144,242,191); }
td.TdClassName
{
border-color: #90F2BF;
}
.TagClassName
{
border-color: #90F2BF;
}
</style>