Shades of Vista Blue #93EFB6
Tints of Vista Blue #93EFB6
RGB
CMYK
RGB Variations
Color information
#93EFB6 (or 0x93EFB6) is known color: Vista Blue. HEX triplet: 93, EF and B6. RGB value is (147,239,182). Sum of RGB (Red+Green+Blue) = 147+239+182=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFB6 is #6C1049. Grayscale: #CDCDCD. Windows color (decimal): -7082058 or 11988883. OLE color: 11988883.
HSL color Cylindrical-coordinate representation of color #93EFB6: hue angle of 142.83º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFB6 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 182 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.06 |
| HSL | 142.83º | 0.74% | 0.76% | - |
| HSV(B) | 142.83º | 0.38% | 0.94% | - |
| XYZ | 51.34 | 71.31 | 55.31 | - |
| YUV | 204.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 182 | 0.38 | 0 | 0.24 | 0.06 | 142.83 | 0.74 | 0.76 |
| Hex | 93 | EF | B6 | 26 | 0 | 18 | 6 | 8F | 4A | 4C |
| Octal | 223 | 357 | 266 | 46 | 0 | 30 | 6 | 217 | 112 | 114 |
| Binary | 10010011 | 11101111 | 10110110 | 100110 | 0 | 11000 | 110 | 10001111 | 1001010 | 1001100 |
Color Harmonies of #93EFB6
Complementary color
Monochromatic Colors of #93EFB6
Black with #93EFB6
Text Example
Text Example
White with #93EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFB6; }
p { color: rgb(147,239,182); }
H1.HeaderClassName
{
color: #93EFB6;
}
.AnyTagClassName
{
color: #93EFB6;
}
</style>
background-color css
<style>
a { background-color: #93EFB6; }
a { background-color: rgb(147,239,182); }
div.DivClassName
{
background-color: #93EFB6;
}
.BgClassName
{
background-color: #93EFB6;
}
</style>
border-color css
<style>
span { border-color: #93EFB6; }
span { border-color: rgb(147,239,182); }
td.TdClassName
{
border-color: #93EFB6;
}
.TagClassName
{
border-color: #93EFB6;
}
</style>