Shades of Viking #60BACB
Tints of Viking #60BACB
RGB
CMYK
RGB Variations
Color information
#60BACB (or 0x60BACB) is known color: Viking. HEX triplet: 60, BA and CB. RGB value is (96,186,203). Sum of RGB (Red+Green+Blue) = 96+186+203=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #60BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BACB is #9F4534. Grayscale: #A0A0A0. Windows color (decimal): -10437941 or 13351520. OLE color: 13351520.
HSL color Cylindrical-coordinate representation of color #60BACB: hue angle of 189.53º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BACB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 186 | 203 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.20 |
| HSL | 189.53º | 0.51% | 0.59% | - |
| HSV(B) | 189.53º | 0.53% | 0.8% | - |
| XYZ | 33.16 | 41.92 | 62.84 | - |
| YUV | 161.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 203 | 0.53 | 0.08 | 0 | 0.20 | 189.53 | 0.51 | 0.59 |
| Hex | 60 | BA | CB | 35 | 8 | 0 | 14 | BE | 33 | 3B |
| Octal | 140 | 272 | 313 | 65 | 10 | 0 | 24 | 276 | 63 | 73 |
| Binary | 1100000 | 10111010 | 11001011 | 110101 | 1000 | 0 | 10100 | 10111110 | 110011 | 111011 |
Color Harmonies of #60BACB
Complementary color
Monochromatic Colors of #60BACB
Black with #60BACB
Text Example
Text Example
White with #60BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BACB; }
p { color: rgb(96,186,203); }
H1.HeaderClassName
{
color: #60BACB;
}
.AnyTagClassName
{
color: #60BACB;
}
</style>
background-color css
<style>
a { background-color: #60BACB; }
a { background-color: rgb(96,186,203); }
div.DivClassName
{
background-color: #60BACB;
}
.BgClassName
{
background-color: #60BACB;
}
</style>
border-color css
<style>
span { border-color: #60BACB; }
span { border-color: rgb(96,186,203); }
td.TdClassName
{
border-color: #60BACB;
}
.TagClassName
{
border-color: #60BACB;
}
</style>