Shades of Vista Blue #93EFB5
Tints of Vista Blue #93EFB5
RGB
CMYK
RGB Variations
Color information
#93EFB5 (or 0x93EFB5) is known color: Vista Blue. HEX triplet: 93, EF and B5. RGB value is (147,239,181). Sum of RGB (Red+Green+Blue) = 147+239+181=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFB5 is #6C104A. Grayscale: #CDCDCD. Windows color (decimal): -7082059 or 11923347. OLE color: 11923347.
HSL color Cylindrical-coordinate representation of color #93EFB5: hue angle of 142.17º 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 #93EFB5 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 181 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.06 |
| HSL | 142.17º | 0.74% | 0.76% | - |
| HSV(B) | 142.17º | 0.38% | 0.94% | - |
| XYZ | 51.24 | 71.27 | 54.77 | - |
| YUV | 204.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 181 | 0.38 | 0 | 0.24 | 0.06 | 142.17 | 0.74 | 0.76 |
| Hex | 93 | EF | B5 | 26 | 0 | 18 | 6 | 8E | 4A | 4C |
| Octal | 223 | 357 | 265 | 46 | 0 | 30 | 6 | 216 | 112 | 114 |
| Binary | 10010011 | 11101111 | 10110101 | 100110 | 0 | 11000 | 110 | 10001110 | 1001010 | 1001100 |
Color Harmonies of #93EFB5
Complementary color
Monochromatic Colors of #93EFB5
Black with #93EFB5
Text Example
Text Example
White with #93EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFB5; }
p { color: rgb(147,239,181); }
H1.HeaderClassName
{
color: #93EFB5;
}
.AnyTagClassName
{
color: #93EFB5;
}
</style>
background-color css
<style>
a { background-color: #93EFB5; }
a { background-color: rgb(147,239,181); }
div.DivClassName
{
background-color: #93EFB5;
}
.BgClassName
{
background-color: #93EFB5;
}
</style>
border-color css
<style>
span { border-color: #93EFB5; }
span { border-color: rgb(147,239,181); }
td.TdClassName
{
border-color: #93EFB5;
}
.TagClassName
{
border-color: #93EFB5;
}
</style>