Shades of Vista Blue #93CCB5
Tints of Vista Blue #93CCB5
RGB
CMYK
RGB Variations
Color information
#93CCB5 (or 0x93CCB5) is known color: Vista Blue. HEX triplet: 93, CC and B5. RGB value is (147,204,181). Sum of RGB (Red+Green+Blue) = 147+204+181=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCB5 is #6C334A. Grayscale: #B8B8B8. Windows color (decimal): -7091019 or 11914387. OLE color: 11914387.
HSL color Cylindrical-coordinate representation of color #93CCB5: hue angle of 155.79º 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 #93CCB5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 181 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.2 |
| HSL | 155.79º | 0.36% | 0.69% | - |
| HSV(B) | 155.79º | 0.28% | 0.8% | - |
| XYZ | 41.97 | 52.72 | 51.68 | - |
| YUV | 184.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 181 | 0.28 | 0 | 0.11 | 0.2 | 155.79 | 0.36 | 0.69 |
| Hex | 93 | CC | B5 | 1C | 0 | B | 14 | 9C | 24 | 45 |
| Octal | 223 | 314 | 265 | 34 | 0 | 13 | 24 | 234 | 44 | 105 |
| Binary | 10010011 | 11001100 | 10110101 | 11100 | 0 | 1011 | 10100 | 10011100 | 100100 | 1000101 |
Color Harmonies of #93CCB5
Complementary color
Monochromatic Colors of #93CCB5
Black with #93CCB5
Text Example
Text Example
White with #93CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCB5; }
p { color: rgb(147,204,181); }
H1.HeaderClassName
{
color: #93CCB5;
}
.AnyTagClassName
{
color: #93CCB5;
}
</style>
background-color css
<style>
a { background-color: #93CCB5; }
a { background-color: rgb(147,204,181); }
div.DivClassName
{
background-color: #93CCB5;
}
.BgClassName
{
background-color: #93CCB5;
}
</style>
border-color css
<style>
span { border-color: #93CCB5; }
span { border-color: rgb(147,204,181); }
td.TdClassName
{
border-color: #93CCB5;
}
.TagClassName
{
border-color: #93CCB5;
}
</style>