Shades of Vista Blue #90DEBA
Tints of Vista Blue #90DEBA
RGB
CMYK
RGB Variations
Color information
#90DEBA (or 0x90DEBA) is known color: Vista Blue. HEX triplet: 90, DE and BA. RGB value is (144,222,186). Sum of RGB (Red+Green+Blue) = 144+222+186=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEBA is #6F2145. Grayscale: #C2C2C2. Windows color (decimal): -7283014 or 12246672. OLE color: 12246672.
HSL color Cylindrical-coordinate representation of color #90DEBA: hue angle of 152.31º 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 #90DEBA is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 186 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.13 |
| HSL | 152.31º | 0.54% | 0.72% | - |
| HSV(B) | 152.31º | 0.35% | 0.87% | - |
| XYZ | 46.49 | 61.72 | 55.92 | - |
| YUV | 194.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 186 | 0.35 | 0 | 0.16 | 0.13 | 152.31 | 0.54 | 0.72 |
| Hex | 90 | DE | BA | 23 | 0 | 10 | D | 98 | 36 | 48 |
| Octal | 220 | 336 | 272 | 43 | 0 | 20 | 15 | 230 | 66 | 110 |
| Binary | 10010000 | 11011110 | 10111010 | 100011 | 0 | 10000 | 1101 | 10011000 | 110110 | 1001000 |
Color Harmonies of #90DEBA
Complementary color
Monochromatic Colors of #90DEBA
Black with #90DEBA
Text Example
Text Example
White with #90DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEBA; }
p { color: rgb(144,222,186); }
H1.HeaderClassName
{
color: #90DEBA;
}
.AnyTagClassName
{
color: #90DEBA;
}
</style>
background-color css
<style>
a { background-color: #90DEBA; }
a { background-color: rgb(144,222,186); }
div.DivClassName
{
background-color: #90DEBA;
}
.BgClassName
{
background-color: #90DEBA;
}
</style>
border-color css
<style>
span { border-color: #90DEBA; }
span { border-color: rgb(144,222,186); }
td.TdClassName
{
border-color: #90DEBA;
}
.TagClassName
{
border-color: #90DEBA;
}
</style>