Shades of Vista Blue #90F2B0
Tints of Vista Blue #90F2B0
RGB
CMYK
RGB Variations
Color information
#90F2B0 (or 0x90F2B0) is known color: Vista Blue. HEX triplet: 90, F2 and B0. RGB value is (144,242,176). Sum of RGB (Red+Green+Blue) = 144+242+176=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F2B0 is #6F0D4F. Grayscale: #CDCDCD. Windows color (decimal): -7277904 or 11596432. OLE color: 11596432.
HSL color Cylindrical-coordinate representation of color #90F2B0: hue angle of 139.59º 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 #90F2B0 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 176 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.05 |
| HSL | 139.59º | 0.79% | 0.76% | - |
| HSV(B) | 139.59º | 0.4% | 0.95% | - |
| XYZ | 51.09 | 72.57 | 52.39 | - |
| YUV | 205.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 176 | 0.40 | 0 | 0.27 | 0.05 | 139.59 | 0.79 | 0.76 |
| Hex | 90 | F2 | B0 | 28 | 0 | 1B | 5 | 8C | 4F | 4C |
| Octal | 220 | 362 | 260 | 50 | 0 | 33 | 5 | 214 | 117 | 114 |
| Binary | 10010000 | 11110010 | 10110000 | 101000 | 0 | 11011 | 101 | 10001100 | 1001111 | 1001100 |
Color Harmonies of #90F2B0
Complementary color
Monochromatic Colors of #90F2B0
Black with #90F2B0
Text Example
Text Example
White with #90F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2B0; }
p { color: rgb(144,242,176); }
H1.HeaderClassName
{
color: #90F2B0;
}
.AnyTagClassName
{
color: #90F2B0;
}
</style>
background-color css
<style>
a { background-color: #90F2B0; }
a { background-color: rgb(144,242,176); }
div.DivClassName
{
background-color: #90F2B0;
}
.BgClassName
{
background-color: #90F2B0;
}
</style>
border-color css
<style>
span { border-color: #90F2B0; }
span { border-color: rgb(144,242,176); }
td.TdClassName
{
border-color: #90F2B0;
}
.TagClassName
{
border-color: #90F2B0;
}
</style>