Shades of Vista Blue #90CFA8
Tints of Vista Blue #90CFA8
RGB
CMYK
RGB Variations
Color information
#90CFA8 (or 0x90CFA8) is known color: Vista Blue. HEX triplet: 90, CF and A8. RGB value is (144,207,168). Sum of RGB (Red+Green+Blue) = 144+207+168=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA8 is #6F3057. Grayscale: #B7B7B7. Windows color (decimal): -7286872 or 11063184. OLE color: 11063184.
HSL color Cylindrical-coordinate representation of color #90CFA8: hue angle of 142.86º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFA8 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 168 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.19 |
| HSL | 142.86º | 0.4% | 0.69% | - |
| HSV(B) | 142.86º | 0.3% | 0.81% | - |
| XYZ | 40.88 | 53.38 | 45.19 | - |
| YUV | 183.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 168 | 0.30 | 0 | 0.19 | 0.19 | 142.86 | 0.4 | 0.69 |
| Hex | 90 | CF | A8 | 1E | 0 | 13 | 13 | 8F | 28 | 45 |
| Octal | 220 | 317 | 250 | 36 | 0 | 23 | 23 | 217 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10101000 | 11110 | 0 | 10011 | 10011 | 10001111 | 101000 | 1000101 |
Color Harmonies of #90CFA8
Complementary color
Monochromatic Colors of #90CFA8
Black with #90CFA8
Text Example
Text Example
White with #90CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFA8; }
p { color: rgb(144,207,168); }
H1.HeaderClassName
{
color: #90CFA8;
}
.AnyTagClassName
{
color: #90CFA8;
}
</style>
background-color css
<style>
a { background-color: #90CFA8; }
a { background-color: rgb(144,207,168); }
div.DivClassName
{
background-color: #90CFA8;
}
.BgClassName
{
background-color: #90CFA8;
}
</style>
border-color css
<style>
span { border-color: #90CFA8; }
span { border-color: rgb(144,207,168); }
td.TdClassName
{
border-color: #90CFA8;
}
.TagClassName
{
border-color: #90CFA8;
}
</style>