Shades of Viking #60BCC9
Tints of Viking #60BCC9
RGB
CMYK
RGB Variations
Color information
#60BCC9 (or 0x60BCC9) is known color: Viking. HEX triplet: 60, BC and C9. RGB value is (96,188,201). Sum of RGB (Red+Green+Blue) = 96+188+201=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #60BCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCC9 is #9F4336. Grayscale: #A1A1A1. Windows color (decimal): -10437431 or 13220960. OLE color: 13220960.
HSL color Cylindrical-coordinate representation of color #60BCC9: hue angle of 187.43º 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 #60BCC9 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 188 | 201 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.21 |
| HSL | 187.43º | 0.49% | 0.58% | - |
| HSV(B) | 187.43º | 0.52% | 0.79% | - |
| XYZ | 33.35 | 42.67 | 61.74 | - |
| YUV | 161.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 201 | 0.52 | 0.06 | 0 | 0.21 | 187.43 | 0.49 | 0.58 |
| Hex | 60 | BC | C9 | 34 | 6 | 0 | 15 | BB | 31 | 3A |
| Octal | 140 | 274 | 311 | 64 | 6 | 0 | 25 | 273 | 61 | 72 |
| Binary | 1100000 | 10111100 | 11001001 | 110100 | 110 | 0 | 10101 | 10111011 | 110001 | 111010 |
Color Harmonies of #60BCC9
Complementary color
Monochromatic Colors of #60BCC9
Black with #60BCC9
Text Example
Text Example
White with #60BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCC9; }
p { color: rgb(96,188,201); }
H1.HeaderClassName
{
color: #60BCC9;
}
.AnyTagClassName
{
color: #60BCC9;
}
</style>
background-color css
<style>
a { background-color: #60BCC9; }
a { background-color: rgb(96,188,201); }
div.DivClassName
{
background-color: #60BCC9;
}
.BgClassName
{
background-color: #60BCC9;
}
</style>
border-color css
<style>
span { border-color: #60BCC9; }
span { border-color: rgb(96,188,201); }
td.TdClassName
{
border-color: #60BCC9;
}
.TagClassName
{
border-color: #60BCC9;
}
</style>