Shades of Viking #60BAC9
Tints of Viking #60BAC9
RGB
CMYK
RGB Variations
Color information
#60BAC9 (or 0x60BAC9) is known color: Viking. HEX triplet: 60, BA and C9. RGB value is (96,186,201). Sum of RGB (Red+Green+Blue) = 96+186+201=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #60BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAC9 is #9F4536. Grayscale: #A0A0A0. Windows color (decimal): -10437943 or 13220448. OLE color: 13220448.
HSL color Cylindrical-coordinate representation of color #60BAC9: hue angle of 188.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BAC9 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 186 | 201 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.21 |
| HSL | 188.57º | 0.49% | 0.58% | - |
| HSV(B) | 188.57º | 0.52% | 0.79% | - |
| XYZ | 32.93 | 41.82 | 61.6 | - |
| YUV | 160.8 | 150.68 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 201 | 0.52 | 0.07 | 0 | 0.21 | 188.57 | 0.49 | 0.58 |
| Hex | 60 | BA | C9 | 34 | 7 | 0 | 15 | BD | 31 | 3A |
| Octal | 140 | 272 | 311 | 64 | 7 | 0 | 25 | 275 | 61 | 72 |
| Binary | 1100000 | 10111010 | 11001001 | 110100 | 111 | 0 | 10101 | 10111101 | 110001 | 111010 |
Color Harmonies of #60BAC9
Complementary color
Monochromatic Colors of #60BAC9
Black with #60BAC9
Text Example
Text Example
White with #60BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAC9; }
p { color: rgb(96,186,201); }
H1.HeaderClassName
{
color: #60BAC9;
}
.AnyTagClassName
{
color: #60BAC9;
}
</style>
background-color css
<style>
a { background-color: #60BAC9; }
a { background-color: rgb(96,186,201); }
div.DivClassName
{
background-color: #60BAC9;
}
.BgClassName
{
background-color: #60BAC9;
}
</style>
border-color css
<style>
span { border-color: #60BAC9; }
span { border-color: rgb(96,186,201); }
td.TdClassName
{
border-color: #60BAC9;
}
.TagClassName
{
border-color: #60BAC9;
}
</style>