Shades of Vista Blue #90EEB6
Tints of Vista Blue #90EEB6
RGB
CMYK
RGB Variations
Color information
#90EEB6 (or 0x90EEB6) is known color: Vista Blue. HEX triplet: 90, EE and B6. RGB value is (144,238,182). Sum of RGB (Red+Green+Blue) = 144+238+182=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEB6 is #6F1149. Grayscale: #CBCBCB. Windows color (decimal): -7278922 or 11988624. OLE color: 11988624.
HSL color Cylindrical-coordinate representation of color #90EEB6: hue angle of 144.26º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEB6 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 182 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.07 |
| HSL | 144.26º | 0.73% | 0.75% | - |
| HSV(B) | 144.26º | 0.39% | 0.93% | - |
| XYZ | 50.52 | 70.46 | 55.19 | - |
| YUV | 203.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 182 | 0.39 | 0 | 0.24 | 0.07 | 144.26 | 0.73 | 0.75 |
| Hex | 90 | EE | B6 | 27 | 0 | 18 | 7 | 90 | 49 | 4B |
| Octal | 220 | 356 | 266 | 47 | 0 | 30 | 7 | 220 | 111 | 113 |
| Binary | 10010000 | 11101110 | 10110110 | 100111 | 0 | 11000 | 111 | 10010000 | 1001001 | 1001011 |
Color Harmonies of #90EEB6
Complementary color
Monochromatic Colors of #90EEB6
Black with #90EEB6
Text Example
Text Example
White with #90EEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEB6; }
p { color: rgb(144,238,182); }
H1.HeaderClassName
{
color: #90EEB6;
}
.AnyTagClassName
{
color: #90EEB6;
}
</style>
background-color css
<style>
a { background-color: #90EEB6; }
a { background-color: rgb(144,238,182); }
div.DivClassName
{
background-color: #90EEB6;
}
.BgClassName
{
background-color: #90EEB6;
}
</style>
border-color css
<style>
span { border-color: #90EEB6; }
span { border-color: rgb(144,238,182); }
td.TdClassName
{
border-color: #90EEB6;
}
.TagClassName
{
border-color: #90EEB6;
}
</style>