Shades of Vista Blue #90DEAF
Tints of Vista Blue #90DEAF
RGB
CMYK
RGB Variations
Color information
#90DEAF (or 0x90DEAF) is known color: Vista Blue. HEX triplet: 90, DE and AF. RGB value is (144,222,175). Sum of RGB (Red+Green+Blue) = 144+222+175=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DEAF is #6F2150. Grayscale: #C1C1C1. Windows color (decimal): -7283025 or 11525776. OLE color: 11525776.
HSL color Cylindrical-coordinate representation of color #90DEAF: hue angle of 143.85º 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 #90DEAF is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 175 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.13 |
| HSL | 143.85º | 0.54% | 0.72% | - |
| HSV(B) | 143.85º | 0.35% | 0.87% | - |
| XYZ | 45.36 | 61.27 | 49.99 | - |
| YUV | 193.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 175 | 0.35 | 0 | 0.21 | 0.13 | 143.85 | 0.54 | 0.72 |
| Hex | 90 | DE | AF | 23 | 0 | 15 | D | 90 | 36 | 48 |
| Octal | 220 | 336 | 257 | 43 | 0 | 25 | 15 | 220 | 66 | 110 |
| Binary | 10010000 | 11011110 | 10101111 | 100011 | 0 | 10101 | 1101 | 10010000 | 110110 | 1001000 |
Color Harmonies of #90DEAF
Complementary color
Monochromatic Colors of #90DEAF
Black with #90DEAF
Text Example
Text Example
White with #90DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEAF; }
p { color: rgb(144,222,175); }
H1.HeaderClassName
{
color: #90DEAF;
}
.AnyTagClassName
{
color: #90DEAF;
}
</style>
background-color css
<style>
a { background-color: #90DEAF; }
a { background-color: rgb(144,222,175); }
div.DivClassName
{
background-color: #90DEAF;
}
.BgClassName
{
background-color: #90DEAF;
}
</style>
border-color css
<style>
span { border-color: #90DEAF; }
span { border-color: rgb(144,222,175); }
td.TdClassName
{
border-color: #90DEAF;
}
.TagClassName
{
border-color: #90DEAF;
}
</style>