Shades of Vista Blue #90EEB5
Tints of Vista Blue #90EEB5
RGB
CMYK
RGB Variations
Color information
#90EEB5 (or 0x90EEB5) is known color: Vista Blue. HEX triplet: 90, EE and B5. RGB value is (144,238,181). Sum of RGB (Red+Green+Blue) = 144+238+181=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEB5 is #6F114A. Grayscale: #CBCBCB. Windows color (decimal): -7278923 or 11923088. OLE color: 11923088.
HSL color Cylindrical-coordinate representation of color #90EEB5: hue angle of 143.62º 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 #90EEB5 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 181 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.07 |
| HSL | 143.62º | 0.73% | 0.75% | - |
| HSV(B) | 143.62º | 0.39% | 0.93% | - |
| XYZ | 50.42 | 70.41 | 54.65 | - |
| YUV | 203.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 181 | 0.39 | 0 | 0.24 | 0.07 | 143.62 | 0.73 | 0.75 |
| Hex | 90 | EE | B5 | 27 | 0 | 18 | 7 | 90 | 49 | 4B |
| Octal | 220 | 356 | 265 | 47 | 0 | 30 | 7 | 220 | 111 | 113 |
| Binary | 10010000 | 11101110 | 10110101 | 100111 | 0 | 11000 | 111 | 10010000 | 1001001 | 1001011 |
Color Harmonies of #90EEB5
Complementary color
Monochromatic Colors of #90EEB5
Black with #90EEB5
Text Example
Text Example
White with #90EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEB5; }
p { color: rgb(144,238,181); }
H1.HeaderClassName
{
color: #90EEB5;
}
.AnyTagClassName
{
color: #90EEB5;
}
</style>
background-color css
<style>
a { background-color: #90EEB5; }
a { background-color: rgb(144,238,181); }
div.DivClassName
{
background-color: #90EEB5;
}
.BgClassName
{
background-color: #90EEB5;
}
</style>
border-color css
<style>
span { border-color: #90EEB5; }
span { border-color: rgb(144,238,181); }
td.TdClassName
{
border-color: #90EEB5;
}
.TagClassName
{
border-color: #90EEB5;
}
</style>