Shades of Vista Blue #90DFBB
Tints of Vista Blue #90DFBB
RGB
CMYK
RGB Variations
Color information
#90DFBB (or 0x90DFBB) is known color: Vista Blue. HEX triplet: 90, DF and BB. RGB value is (144,223,187). Sum of RGB (Red+Green+Blue) = 144+223+187=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFBB is #6F2044. Grayscale: #C3C3C3. Windows color (decimal): -7282757 or 12312464. OLE color: 12312464.
HSL color Cylindrical-coordinate representation of color #90DFBB: hue angle of 152.66º degrees, saturation: 0.55, 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 #90DFBB is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 187 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.13 |
| HSL | 152.66º | 0.55% | 0.72% | - |
| HSV(B) | 152.66º | 0.35% | 0.87% | - |
| XYZ | 46.86 | 62.29 | 56.57 | - |
| YUV | 195.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 187 | 0.35 | 0 | 0.16 | 0.13 | 152.66 | 0.55 | 0.72 |
| Hex | 90 | DF | BB | 23 | 0 | 10 | D | 99 | 37 | 48 |
| Octal | 220 | 337 | 273 | 43 | 0 | 20 | 15 | 231 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10111011 | 100011 | 0 | 10000 | 1101 | 10011001 | 110111 | 1001000 |
Color Harmonies of #90DFBB
Complementary color
Monochromatic Colors of #90DFBB
Black with #90DFBB
Text Example
Text Example
White with #90DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFBB; }
p { color: rgb(144,223,187); }
H1.HeaderClassName
{
color: #90DFBB;
}
.AnyTagClassName
{
color: #90DFBB;
}
</style>
background-color css
<style>
a { background-color: #90DFBB; }
a { background-color: rgb(144,223,187); }
div.DivClassName
{
background-color: #90DFBB;
}
.BgClassName
{
background-color: #90DFBB;
}
</style>
border-color css
<style>
span { border-color: #90DFBB; }
span { border-color: rgb(144,223,187); }
td.TdClassName
{
border-color: #90DFBB;
}
.TagClassName
{
border-color: #90DFBB;
}
</style>