Shades of Vista Blue #90CEA8
Tints of Vista Blue #90CEA8
RGB
CMYK
RGB Variations
Color information
#90CEA8 (or 0x90CEA8) is known color: Vista Blue. HEX triplet: 90, CE and A8. RGB value is (144,206,168). Sum of RGB (Red+Green+Blue) = 144+206+168=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEA8 is #6F3157. Grayscale: #B7B7B7. Windows color (decimal): -7287128 or 11062928. OLE color: 11062928.
HSL color Cylindrical-coordinate representation of color #90CEA8: hue angle of 143.23º degrees, saturation: 0.39, 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 #90CEA8 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
RGB | 144 | 206 | 168 | - |
CMYK | 0.30 | 0 | 0.18 | 0.19 |
HSL | 143.23º | 0.39% | 0.69% | - |
HSV(B) | 143.23º | 0.3% | 0.81% | - |
XYZ | 40.64 | 52.9 | 45.11 | - |
YUV | 183.13 | 119.46 | 100.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 206 | 168 | 0.30 | 0 | 0.18 | 0.19 | 143.23 | 0.39 | 0.69 |
Hex | 90 | CE | A8 | 1E | 0 | 12 | 13 | 8F | 27 | 45 |
Octal | 220 | 316 | 250 | 36 | 0 | 22 | 23 | 217 | 47 | 105 |
Binary | 10010000 | 11001110 | 10101000 | 11110 | 0 | 10010 | 10011 | 10001111 | 100111 | 1000101 |
Color Harmonies of #90CEA8
Complementary color
Monochromatic Colors of #90CEA8
Black with #90CEA8
Text Example
Text Example
White with #90CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEA8; }
p { color: rgb(144,206,168); }
H1.HeaderClassName
{
color: #90CEA8;
}
.AnyTagClassName
{
color: #90CEA8;
}
</style>
background-color css
<style>
a { background-color: #90CEA8; }
a { background-color: rgb(144,206,168); }
div.DivClassName
{
background-color: #90CEA8;
}
.BgClassName
{
background-color: #90CEA8;
}
</style>
border-color css
<style>
span { border-color: #90CEA8; }
span { border-color: rgb(144,206,168); }
td.TdClassName
{
border-color: #90CEA8;
}
.TagClassName
{
border-color: #90CEA8;
}
</style>