Shades of Vista Blue #93CEAC
Tints of Vista Blue #93CEAC
RGB
CMYK
RGB Variations
Color information
#93CEAC (or 0x93CEAC) is known color: Vista Blue. HEX triplet: 93, CE and AC. RGB value is (147,206,172). Sum of RGB (Red+Green+Blue) = 147+206+172=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CEAC is #6C3153. Grayscale: #B8B8B8. Windows color (decimal): -7090516 or 11325075. OLE color: 11325075.
HSL color Cylindrical-coordinate representation of color #93CEAC: hue angle of 145.42º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CEAC is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 172 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.19 |
| HSL | 145.42º | 0.38% | 0.69% | - |
| HSV(B) | 145.42º | 0.29% | 0.81% | - |
| XYZ | 41.55 | 53.32 | 47.13 | - |
| YUV | 184.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 172 | 0.29 | 0 | 0.17 | 0.19 | 145.42 | 0.38 | 0.69 |
| Hex | 93 | CE | AC | 1D | 0 | 11 | 13 | 91 | 26 | 45 |
| Octal | 223 | 316 | 254 | 35 | 0 | 21 | 23 | 221 | 46 | 105 |
| Binary | 10010011 | 11001110 | 10101100 | 11101 | 0 | 10001 | 10011 | 10010001 | 100110 | 1000101 |
Color Harmonies of #93CEAC
Complementary color
Monochromatic Colors of #93CEAC
Black with #93CEAC
Text Example
Text Example
White with #93CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CEAC; }
p { color: rgb(147,206,172); }
H1.HeaderClassName
{
color: #93CEAC;
}
.AnyTagClassName
{
color: #93CEAC;
}
</style>
background-color css
<style>
a { background-color: #93CEAC; }
a { background-color: rgb(147,206,172); }
div.DivClassName
{
background-color: #93CEAC;
}
.BgClassName
{
background-color: #93CEAC;
}
</style>
border-color css
<style>
span { border-color: #93CEAC; }
span { border-color: rgb(147,206,172); }
td.TdClassName
{
border-color: #93CEAC;
}
.TagClassName
{
border-color: #93CEAC;
}
</style>