Shades of Vista Blue #90EBB8
Tints of Vista Blue #90EBB8
RGB
CMYK
RGB Variations
Color information
#90EBB8 (or 0x90EBB8) is known color: Vista Blue. HEX triplet: 90, EB and B8. RGB value is (144,235,184). Sum of RGB (Red+Green+Blue) = 144+235+184=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBB8 is #6F1447. Grayscale: #CACACA. Windows color (decimal): -7279688 or 12118928. OLE color: 12118928.
HSL color Cylindrical-coordinate representation of color #90EBB8: hue angle of 146.37º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBB8 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 184 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.08 |
| HSL | 146.37º | 0.69% | 0.74% | - |
| HSV(B) | 146.37º | 0.39% | 0.92% | - |
| XYZ | 49.86 | 68.81 | 56 | - |
| YUV | 201.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 184 | 0.39 | 0 | 0.22 | 0.08 | 146.37 | 0.69 | 0.74 |
| Hex | 90 | EB | B8 | 27 | 0 | 16 | 8 | 92 | 45 | 4A |
| Octal | 220 | 353 | 270 | 47 | 0 | 26 | 10 | 222 | 105 | 112 |
| Binary | 10010000 | 11101011 | 10111000 | 100111 | 0 | 10110 | 1000 | 10010010 | 1000101 | 1001010 |
Color Harmonies of #90EBB8
Complementary color
Monochromatic Colors of #90EBB8
Black with #90EBB8
Text Example
Text Example
White with #90EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBB8; }
p { color: rgb(144,235,184); }
H1.HeaderClassName
{
color: #90EBB8;
}
.AnyTagClassName
{
color: #90EBB8;
}
</style>
background-color css
<style>
a { background-color: #90EBB8; }
a { background-color: rgb(144,235,184); }
div.DivClassName
{
background-color: #90EBB8;
}
.BgClassName
{
background-color: #90EBB8;
}
</style>
border-color css
<style>
span { border-color: #90EBB8; }
span { border-color: rgb(144,235,184); }
td.TdClassName
{
border-color: #90EBB8;
}
.TagClassName
{
border-color: #90EBB8;
}
</style>