Shades of Vista Blue #90CEB3
Tints of Vista Blue #90CEB3
RGB
CMYK
RGB Variations
Color information
#90CEB3 (or 0x90CEB3) is known color: Vista Blue. HEX triplet: 90, CE and B3. RGB value is (144,206,179). Sum of RGB (Red+Green+Blue) = 144+206+179=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB3 is #6F314C. Grayscale: #B8B8B8. Windows color (decimal): -7287117 or 11783824. OLE color: 11783824.
HSL color Cylindrical-coordinate representation of color #90CEB3: hue angle of 153.87º 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 #90CEB3 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 179 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.19 |
| HSL | 153.87º | 0.39% | 0.69% | - |
| HSV(B) | 153.87º | 0.3% | 0.81% | - |
| XYZ | 41.71 | 53.33 | 50.74 | - |
| YUV | 184.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 179 | 0.30 | 0 | 0.13 | 0.19 | 153.87 | 0.39 | 0.69 |
| Hex | 90 | CE | B3 | 1E | 0 | D | 13 | 9A | 27 | 45 |
| Octal | 220 | 316 | 263 | 36 | 0 | 15 | 23 | 232 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10110011 | 11110 | 0 | 1101 | 10011 | 10011010 | 100111 | 1000101 |
Color Harmonies of #90CEB3
Complementary color
Monochromatic Colors of #90CEB3
Black with #90CEB3
Text Example
Text Example
White with #90CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEB3; }
p { color: rgb(144,206,179); }
H1.HeaderClassName
{
color: #90CEB3;
}
.AnyTagClassName
{
color: #90CEB3;
}
</style>
background-color css
<style>
a { background-color: #90CEB3; }
a { background-color: rgb(144,206,179); }
div.DivClassName
{
background-color: #90CEB3;
}
.BgClassName
{
background-color: #90CEB3;
}
</style>
border-color css
<style>
span { border-color: #90CEB3; }
span { border-color: rgb(144,206,179); }
td.TdClassName
{
border-color: #90CEB3;
}
.TagClassName
{
border-color: #90CEB3;
}
</style>