Shades of Vista Blue #93CCB6
Tints of Vista Blue #93CCB6
RGB
CMYK
RGB Variations
Color information
#93CCB6 (or 0x93CCB6) is known color: Vista Blue. HEX triplet: 93, CC and B6. RGB value is (147,204,182). Sum of RGB (Red+Green+Blue) = 147+204+182=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCB6 is #6C3349. Grayscale: #B8B8B8. Windows color (decimal): -7091018 or 11979923. OLE color: 11979923.
HSL color Cylindrical-coordinate representation of color #93CCB6: hue angle of 156.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCB6 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 182 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.2 |
| HSL | 156.84º | 0.36% | 0.69% | - |
| HSV(B) | 156.84º | 0.28% | 0.8% | - |
| XYZ | 42.07 | 52.77 | 52.22 | - |
| YUV | 184.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 182 | 0.28 | 0 | 0.11 | 0.2 | 156.84 | 0.36 | 0.69 |
| Hex | 93 | CC | B6 | 1C | 0 | B | 14 | 9D | 24 | 45 |
| Octal | 223 | 314 | 266 | 34 | 0 | 13 | 24 | 235 | 44 | 105 |
| Binary | 10010011 | 11001100 | 10110110 | 11100 | 0 | 1011 | 10100 | 10011101 | 100100 | 1000101 |
Color Harmonies of #93CCB6
Complementary color
Monochromatic Colors of #93CCB6
Black with #93CCB6
Text Example
Text Example
White with #93CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCB6; }
p { color: rgb(147,204,182); }
H1.HeaderClassName
{
color: #93CCB6;
}
.AnyTagClassName
{
color: #93CCB6;
}
</style>
background-color css
<style>
a { background-color: #93CCB6; }
a { background-color: rgb(147,204,182); }
div.DivClassName
{
background-color: #93CCB6;
}
.BgClassName
{
background-color: #93CCB6;
}
</style>
border-color css
<style>
span { border-color: #93CCB6; }
span { border-color: rgb(147,204,182); }
td.TdClassName
{
border-color: #93CCB6;
}
.TagClassName
{
border-color: #93CCB6;
}
</style>