Shades of Vista Blue #93FAB8
Tints of Vista Blue #93FAB8
RGB
CMYK
RGB Variations
Color information
#93FAB8 (or 0x93FAB8) is known color: Vista Blue. HEX triplet: 93, FA and B8. RGB value is (147,250,184). Sum of RGB (Red+Green+Blue) = 147+250+184=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FAB8 is #6C0547. Grayscale: #D3D3D3. Windows color (decimal): -7079240 or 12122771. OLE color: 12122771.
HSL color Cylindrical-coordinate representation of color #93FAB8: hue angle of 141.55º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAB8 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 184 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.02 |
| HSL | 141.55º | 0.91% | 0.78% | - |
| HSV(B) | 141.55º | 0.41% | 0.98% | - |
| XYZ | 54.87 | 78.03 | 57.52 | - |
| YUV | 211.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 184 | 0.41 | 0 | 0.26 | 0.02 | 141.55 | 0.91 | 0.78 |
| Hex | 93 | FA | B8 | 29 | 0 | 1A | 2 | 8E | 5B | 4E |
| Octal | 223 | 372 | 270 | 51 | 0 | 32 | 2 | 216 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10111000 | 101001 | 0 | 11010 | 10 | 10001110 | 1011011 | 1001110 |
Color Harmonies of #93FAB8
Complementary color
Monochromatic Colors of #93FAB8
Black with #93FAB8
Text Example
Text Example
White with #93FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FAB8; }
p { color: rgb(147,250,184); }
H1.HeaderClassName
{
color: #93FAB8;
}
.AnyTagClassName
{
color: #93FAB8;
}
</style>
background-color css
<style>
a { background-color: #93FAB8; }
a { background-color: rgb(147,250,184); }
div.DivClassName
{
background-color: #93FAB8;
}
.BgClassName
{
background-color: #93FAB8;
}
</style>
border-color css
<style>
span { border-color: #93FAB8; }
span { border-color: rgb(147,250,184); }
td.TdClassName
{
border-color: #93FAB8;
}
.TagClassName
{
border-color: #93FAB8;
}
</style>