Shades of Vista Blue #90E8BF
Tints of Vista Blue #90E8BF
RGB
CMYK
RGB Variations
Color information
#90E8BF (or 0x90E8BF) is known color: Vista Blue. HEX triplet: 90, E8 and BF. RGB value is (144,232,191). Sum of RGB (Red+Green+Blue) = 144+232+191=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8BF is #6F1740. Grayscale: #C9C9C9. Windows color (decimal): -7280449 or 12576912. OLE color: 12576912.
HSL color Cylindrical-coordinate representation of color #90E8BF: hue angle of 152.05º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E8BF is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 191 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.09 |
| HSL | 152.05º | 0.66% | 0.74% | - |
| HSV(B) | 152.05º | 0.38% | 0.91% | - |
| XYZ | 49.76 | 67.4 | 59.68 | - |
| YUV | 201.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 191 | 0.38 | 0 | 0.18 | 0.09 | 152.05 | 0.66 | 0.74 |
| Hex | 90 | E8 | BF | 26 | 0 | 12 | 9 | 98 | 42 | 4A |
| Octal | 220 | 350 | 277 | 46 | 0 | 22 | 11 | 230 | 102 | 112 |
| Binary | 10010000 | 11101000 | 10111111 | 100110 | 0 | 10010 | 1001 | 10011000 | 1000010 | 1001010 |
Color Harmonies of #90E8BF
Complementary color
Monochromatic Colors of #90E8BF
Black with #90E8BF
Text Example
Text Example
White with #90E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8BF; }
p { color: rgb(144,232,191); }
H1.HeaderClassName
{
color: #90E8BF;
}
.AnyTagClassName
{
color: #90E8BF;
}
</style>
background-color css
<style>
a { background-color: #90E8BF; }
a { background-color: rgb(144,232,191); }
div.DivClassName
{
background-color: #90E8BF;
}
.BgClassName
{
background-color: #90E8BF;
}
</style>
border-color css
<style>
span { border-color: #90E8BF; }
span { border-color: rgb(144,232,191); }
td.TdClassName
{
border-color: #90E8BF;
}
.TagClassName
{
border-color: #90E8BF;
}
</style>