Shades of Vista Blue #93F8B8
Tints of Vista Blue #93F8B8
RGB
CMYK
RGB Variations
Color information
#93F8B8 (or 0x93F8B8) is known color: Vista Blue. HEX triplet: 93, F8 and B8. RGB value is (147,248,184). Sum of RGB (Red+Green+Blue) = 147+248+184=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8B8 is #6C0747. Grayscale: #D2D2D2. Windows color (decimal): -7079752 or 12122259. OLE color: 12122259.
HSL color Cylindrical-coordinate representation of color #93F8B8: hue angle of 141.98º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8B8 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 248 | 184 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.03 |
| HSL | 141.98º | 0.88% | 0.77% | - |
| HSV(B) | 141.98º | 0.41% | 0.97% | - |
| XYZ | 54.25 | 76.8 | 57.31 | - |
| YUV | 210.51 | 113.04 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 184 | 0.41 | 0 | 0.26 | 0.03 | 141.98 | 0.88 | 0.77 |
| Hex | 93 | F8 | B8 | 29 | 0 | 1A | 3 | 8E | 58 | 4D |
| Octal | 223 | 370 | 270 | 51 | 0 | 32 | 3 | 216 | 130 | 115 |
| Binary | 10010011 | 11111000 | 10111000 | 101001 | 0 | 11010 | 11 | 10001110 | 1011000 | 1001101 |
Color Harmonies of #93F8B8
Complementary color
Monochromatic Colors of #93F8B8
Black with #93F8B8
Text Example
Text Example
White with #93F8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F8B8; }
p { color: rgb(147,248,184); }
H1.HeaderClassName
{
color: #93F8B8;
}
.AnyTagClassName
{
color: #93F8B8;
}
</style>
background-color css
<style>
a { background-color: #93F8B8; }
a { background-color: rgb(147,248,184); }
div.DivClassName
{
background-color: #93F8B8;
}
.BgClassName
{
background-color: #93F8B8;
}
</style>
border-color css
<style>
span { border-color: #93F8B8; }
span { border-color: rgb(147,248,184); }
td.TdClassName
{
border-color: #93F8B8;
}
.TagClassName
{
border-color: #93F8B8;
}
</style>