Shades of Vista Blue #90CEB0
Tints of Vista Blue #90CEB0
RGB
CMYK
RGB Variations
Color information
#90CEB0 (or 0x90CEB0) is known color: Vista Blue. HEX triplet: 90, CE and B0. RGB value is (144,206,176). Sum of RGB (Red+Green+Blue) = 144+206+176=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEB0 is #6F314F. Grayscale: #B8B8B8. Windows color (decimal): -7287120 or 11587216. OLE color: 11587216.
HSL color Cylindrical-coordinate representation of color #90CEB0: hue angle of 150.97º 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 #90CEB0 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 176 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.19 |
| HSL | 150.97º | 0.39% | 0.69% | - |
| HSV(B) | 150.97º | 0.3% | 0.81% | - |
| XYZ | 41.41 | 53.21 | 49.16 | - |
| YUV | 184.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 176 | 0.30 | 0 | 0.15 | 0.19 | 150.97 | 0.39 | 0.69 |
| Hex | 90 | CE | B0 | 1E | 0 | F | 13 | 97 | 27 | 45 |
| Octal | 220 | 316 | 260 | 36 | 0 | 17 | 23 | 227 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10110000 | 11110 | 0 | 1111 | 10011 | 10010111 | 100111 | 1000101 |
Color Harmonies of #90CEB0
Complementary color
Monochromatic Colors of #90CEB0
Black with #90CEB0
Text Example
Text Example
White with #90CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEB0; }
p { color: rgb(144,206,176); }
H1.HeaderClassName
{
color: #90CEB0;
}
.AnyTagClassName
{
color: #90CEB0;
}
</style>
background-color css
<style>
a { background-color: #90CEB0; }
a { background-color: rgb(144,206,176); }
div.DivClassName
{
background-color: #90CEB0;
}
.BgClassName
{
background-color: #90CEB0;
}
</style>
border-color css
<style>
span { border-color: #90CEB0; }
span { border-color: rgb(144,206,176); }
td.TdClassName
{
border-color: #90CEB0;
}
.TagClassName
{
border-color: #90CEB0;
}
</style>