Shades of Vista Blue #90CFAE
Tints of Vista Blue #90CFAE
RGB
CMYK
RGB Variations
Color information
#90CFAE (or 0x90CFAE) is known color: Vista Blue. HEX triplet: 90, CF and AE. RGB value is (144,207,174). Sum of RGB (Red+Green+Blue) = 144+207+174=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFAE is #6F3051. Grayscale: #B8B8B8. Windows color (decimal): -7286866 or 11456400. OLE color: 11456400.
HSL color Cylindrical-coordinate representation of color #90CFAE: hue angle of 148.57º 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 #90CFAE is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 174 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.19 |
| HSL | 148.57º | 0.4% | 0.69% | - |
| HSV(B) | 148.57º | 0.3% | 0.81% | - |
| XYZ | 41.45 | 53.61 | 48.21 | - |
| YUV | 184.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 174 | 0.30 | 0 | 0.16 | 0.19 | 148.57 | 0.4 | 0.69 |
| Hex | 90 | CF | AE | 1E | 0 | 10 | 13 | 95 | 28 | 45 |
| Octal | 220 | 317 | 256 | 36 | 0 | 20 | 23 | 225 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10101110 | 11110 | 0 | 10000 | 10011 | 10010101 | 101000 | 1000101 |
Color Harmonies of #90CFAE
Complementary color
Monochromatic Colors of #90CFAE
Black with #90CFAE
Text Example
Text Example
White with #90CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFAE; }
p { color: rgb(144,207,174); }
H1.HeaderClassName
{
color: #90CFAE;
}
.AnyTagClassName
{
color: #90CFAE;
}
</style>
background-color css
<style>
a { background-color: #90CFAE; }
a { background-color: rgb(144,207,174); }
div.DivClassName
{
background-color: #90CFAE;
}
.BgClassName
{
background-color: #90CFAE;
}
</style>
border-color css
<style>
span { border-color: #90CFAE; }
span { border-color: rgb(144,207,174); }
td.TdClassName
{
border-color: #90CFAE;
}
.TagClassName
{
border-color: #90CFAE;
}
</style>