Shades of Vista Blue #93CBA8
Tints of Vista Blue #93CBA8
RGB
CMYK
RGB Variations
Color information
#93CBA8 (or 0x93CBA8) is known color: Vista Blue. HEX triplet: 93, CB and A8. RGB value is (147,203,168). Sum of RGB (Red+Green+Blue) = 147+203+168=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CBA8 is #6C3457. Grayscale: #B6B6B6. Windows color (decimal): -7091288 or 11062163. OLE color: 11062163.
HSL color Cylindrical-coordinate representation of color #93CBA8: hue angle of 142.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CBA8 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 168 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.20 |
| HSL | 142.5º | 0.35% | 0.69% | - |
| HSV(B) | 142.5º | 0.28% | 0.8% | - |
| XYZ | 40.46 | 51.74 | 44.9 | - |
| YUV | 182.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 168 | 0.28 | 0 | 0.17 | 0.20 | 142.5 | 0.35 | 0.69 |
| Hex | 93 | CB | A8 | 1C | 0 | 11 | 14 | 8E | 23 | 45 |
| Octal | 223 | 313 | 250 | 34 | 0 | 21 | 24 | 216 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10101000 | 11100 | 0 | 10001 | 10100 | 10001110 | 100011 | 1000101 |
Color Harmonies of #93CBA8
Complementary color
Monochromatic Colors of #93CBA8
Black with #93CBA8
Text Example
Text Example
White with #93CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBA8; }
p { color: rgb(147,203,168); }
H1.HeaderClassName
{
color: #93CBA8;
}
.AnyTagClassName
{
color: #93CBA8;
}
</style>
background-color css
<style>
a { background-color: #93CBA8; }
a { background-color: rgb(147,203,168); }
div.DivClassName
{
background-color: #93CBA8;
}
.BgClassName
{
background-color: #93CBA8;
}
</style>
border-color css
<style>
span { border-color: #93CBA8; }
span { border-color: rgb(147,203,168); }
td.TdClassName
{
border-color: #93CBA8;
}
.TagClassName
{
border-color: #93CBA8;
}
</style>