Shades of Vista Blue #90CEB5
Tints of Vista Blue #90CEB5
RGB
CMYK
RGB Variations
Color information
#90CEB5 (or 0x90CEB5) is known color: Vista Blue. HEX triplet: 90, CE and B5. RGB value is (144,206,181). Sum of RGB (Red+Green+Blue) = 144+206+181=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB5 is #6F314A. Grayscale: #B8B8B8. Windows color (decimal): -7287115 or 11914896. OLE color: 11914896.
HSL color Cylindrical-coordinate representation of color #90CEB5: hue angle of 155.81º 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 #90CEB5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 181 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.19 |
| HSL | 155.81º | 0.39% | 0.69% | - |
| HSV(B) | 155.81º | 0.3% | 0.81% | - |
| XYZ | 41.91 | 53.41 | 51.82 | - |
| YUV | 184.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 181 | 0.30 | 0 | 0.12 | 0.19 | 155.81 | 0.39 | 0.69 |
| Hex | 90 | CE | B5 | 1E | 0 | C | 13 | 9C | 27 | 45 |
| Octal | 220 | 316 | 265 | 36 | 0 | 14 | 23 | 234 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10110101 | 11110 | 0 | 1100 | 10011 | 10011100 | 100111 | 1000101 |
Color Harmonies of #90CEB5
Complementary color
Monochromatic Colors of #90CEB5
Black with #90CEB5
Text Example
Text Example
White with #90CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEB5; }
p { color: rgb(144,206,181); }
H1.HeaderClassName
{
color: #90CEB5;
}
.AnyTagClassName
{
color: #90CEB5;
}
</style>
background-color css
<style>
a { background-color: #90CEB5; }
a { background-color: rgb(144,206,181); }
div.DivClassName
{
background-color: #90CEB5;
}
.BgClassName
{
background-color: #90CEB5;
}
</style>
border-color css
<style>
span { border-color: #90CEB5; }
span { border-color: rgb(144,206,181); }
td.TdClassName
{
border-color: #90CEB5;
}
.TagClassName
{
border-color: #90CEB5;
}
</style>