Shades of Vista Blue #90DEB4
Tints of Vista Blue #90DEB4
RGB
CMYK
RGB Variations
Color information
#90DEB4 (or 0x90DEB4) is known color: Vista Blue. HEX triplet: 90, DE and B4. RGB value is (144,222,180). Sum of RGB (Red+Green+Blue) = 144+222+180=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEB4 is #6F214B. Grayscale: #C1C1C1. Windows color (decimal): -7283020 or 11853456. OLE color: 11853456.
HSL color Cylindrical-coordinate representation of color #90DEB4: hue angle of 147.69º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEB4 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 180 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.13 |
| HSL | 147.69º | 0.54% | 0.72% | - |
| HSV(B) | 147.69º | 0.35% | 0.87% | - |
| XYZ | 45.86 | 61.47 | 52.63 | - |
| YUV | 193.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 180 | 0.35 | 0 | 0.19 | 0.13 | 147.69 | 0.54 | 0.72 |
| Hex | 90 | DE | B4 | 23 | 0 | 13 | D | 94 | 36 | 48 |
| Octal | 220 | 336 | 264 | 43 | 0 | 23 | 15 | 224 | 66 | 110 |
| Binary | 10010000 | 11011110 | 10110100 | 100011 | 0 | 10011 | 1101 | 10010100 | 110110 | 1001000 |
Color Harmonies of #90DEB4
Complementary color
Monochromatic Colors of #90DEB4
Black with #90DEB4
Text Example
Text Example
White with #90DEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEB4; }
p { color: rgb(144,222,180); }
H1.HeaderClassName
{
color: #90DEB4;
}
.AnyTagClassName
{
color: #90DEB4;
}
</style>
background-color css
<style>
a { background-color: #90DEB4; }
a { background-color: rgb(144,222,180); }
div.DivClassName
{
background-color: #90DEB4;
}
.BgClassName
{
background-color: #90DEB4;
}
</style>
border-color css
<style>
span { border-color: #90DEB4; }
span { border-color: rgb(144,222,180); }
td.TdClassName
{
border-color: #90DEB4;
}
.TagClassName
{
border-color: #90DEB4;
}
</style>