Shades of Vista Blue #93EBB3
Tints of Vista Blue #93EBB3
RGB
CMYK
RGB Variations
Color information
#93EBB3 (or 0x93EBB3) is known color: Vista Blue. HEX triplet: 93, EB and B3. RGB value is (147,235,179). Sum of RGB (Red+Green+Blue) = 147+235+179=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBB3 is #6C144C. Grayscale: #CACACA. Windows color (decimal): -7083085 or 11791251. OLE color: 11791251.
HSL color Cylindrical-coordinate representation of color #93EBB3: hue angle of 141.82º degrees, saturation: 0.69, 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 #93EBB3 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 179 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.08 |
| HSL | 141.82º | 0.69% | 0.75% | - |
| HSV(B) | 141.82º | 0.37% | 0.92% | - |
| XYZ | 49.88 | 68.87 | 53.31 | - |
| YUV | 202.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 179 | 0.37 | 0 | 0.24 | 0.08 | 141.82 | 0.69 | 0.75 |
| Hex | 93 | EB | B3 | 25 | 0 | 18 | 8 | 8E | 45 | 4B |
| Octal | 223 | 353 | 263 | 45 | 0 | 30 | 10 | 216 | 105 | 113 |
| Binary | 10010011 | 11101011 | 10110011 | 100101 | 0 | 11000 | 1000 | 10001110 | 1000101 | 1001011 |
Color Harmonies of #93EBB3
Complementary color
Monochromatic Colors of #93EBB3
Black with #93EBB3
Text Example
Text Example
White with #93EBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBB3; }
p { color: rgb(147,235,179); }
H1.HeaderClassName
{
color: #93EBB3;
}
.AnyTagClassName
{
color: #93EBB3;
}
</style>
background-color css
<style>
a { background-color: #93EBB3; }
a { background-color: rgb(147,235,179); }
div.DivClassName
{
background-color: #93EBB3;
}
.BgClassName
{
background-color: #93EBB3;
}
</style>
border-color css
<style>
span { border-color: #93EBB3; }
span { border-color: rgb(147,235,179); }
td.TdClassName
{
border-color: #93EBB3;
}
.TagClassName
{
border-color: #93EBB3;
}
</style>