Shades of Vista Blue #90F3BD
Tints of Vista Blue #90F3BD
RGB
CMYK
RGB Variations
Color information
#90F3BD (or 0x90F3BD) is known color: Vista Blue. HEX triplet: 90, F3 and BD. RGB value is (144,243,189). Sum of RGB (Red+Green+Blue) = 144+243+189=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #90F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F3BD is #6F0C42. Grayscale: #CFCFCF. Windows color (decimal): -7277635 or 12448656. OLE color: 12448656.
HSL color Cylindrical-coordinate representation of color #90F3BD: hue angle of 147.27º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F3BD is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 189 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.05 |
| HSL | 147.27º | 0.8% | 0.76% | - |
| HSV(B) | 147.27º | 0.41% | 0.95% | - |
| XYZ | 52.74 | 73.7 | 59.59 | - |
| YUV | 207.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 189 | 0.41 | 0 | 0.22 | 0.05 | 147.27 | 0.8 | 0.76 |
| Hex | 90 | F3 | BD | 29 | 0 | 16 | 5 | 93 | 50 | 4C |
| Octal | 220 | 363 | 275 | 51 | 0 | 26 | 5 | 223 | 120 | 114 |
| Binary | 10010000 | 11110011 | 10111101 | 101001 | 0 | 10110 | 101 | 10010011 | 1010000 | 1001100 |
Color Harmonies of #90F3BD
Complementary color
Monochromatic Colors of #90F3BD
Black with #90F3BD
Text Example
Text Example
White with #90F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F3BD; }
p { color: rgb(144,243,189); }
H1.HeaderClassName
{
color: #90F3BD;
}
.AnyTagClassName
{
color: #90F3BD;
}
</style>
background-color css
<style>
a { background-color: #90F3BD; }
a { background-color: rgb(144,243,189); }
div.DivClassName
{
background-color: #90F3BD;
}
.BgClassName
{
background-color: #90F3BD;
}
</style>
border-color css
<style>
span { border-color: #90F3BD; }
span { border-color: rgb(144,243,189); }
td.TdClassName
{
border-color: #90F3BD;
}
.TagClassName
{
border-color: #90F3BD;
}
</style>