Shades of Vista Blue #93EABB
Tints of Vista Blue #93EABB
RGB
CMYK
RGB Variations
Color information
#93EABB (or 0x93EABB) is known color: Vista Blue. HEX triplet: 93, EA and BB. RGB value is (147,234,187). Sum of RGB (Red+Green+Blue) = 147+234+187=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #93EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EABB is #6C1544. Grayscale: #CACACA. Windows color (decimal): -7083333 or 12315283. OLE color: 12315283.
HSL color Cylindrical-coordinate representation of color #93EABB: hue angle of 147.59º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EABB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 187 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.08 |
| HSL | 147.59º | 0.67% | 0.75% | - |
| HSV(B) | 147.59º | 0.37% | 0.92% | - |
| XYZ | 50.43 | 68.64 | 57.6 | - |
| YUV | 202.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 187 | 0.37 | 0 | 0.20 | 0.08 | 147.59 | 0.67 | 0.75 |
| Hex | 93 | EA | BB | 25 | 0 | 14 | 8 | 94 | 43 | 4B |
| Octal | 223 | 352 | 273 | 45 | 0 | 24 | 10 | 224 | 103 | 113 |
| Binary | 10010011 | 11101010 | 10111011 | 100101 | 0 | 10100 | 1000 | 10010100 | 1000011 | 1001011 |
Color Harmonies of #93EABB
Complementary color
Monochromatic Colors of #93EABB
Black with #93EABB
Text Example
Text Example
White with #93EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EABB; }
p { color: rgb(147,234,187); }
H1.HeaderClassName
{
color: #93EABB;
}
.AnyTagClassName
{
color: #93EABB;
}
</style>
background-color css
<style>
a { background-color: #93EABB; }
a { background-color: rgb(147,234,187); }
div.DivClassName
{
background-color: #93EABB;
}
.BgClassName
{
background-color: #93EABB;
}
</style>
border-color css
<style>
span { border-color: #93EABB; }
span { border-color: rgb(147,234,187); }
td.TdClassName
{
border-color: #93EABB;
}
.TagClassName
{
border-color: #93EABB;
}
</style>