Shades of Viking #60BBCD
Tints of Viking #60BBCD
RGB
CMYK
RGB Variations
Color information
#60BBCD (or 0x60BBCD) is known color: Viking. HEX triplet: 60, BB and CD. RGB value is (96,187,205). Sum of RGB (Red+Green+Blue) = 96+187+205=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #60BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBCD is #9F4432. Grayscale: #A1A1A1. Windows color (decimal): -10437683 or 13482848. OLE color: 13482848.
HSL color Cylindrical-coordinate representation of color #60BBCD: hue angle of 189.91º degrees, saturation: 0.52, 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 #60BBCD is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 187 | 205 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.20 |
| HSL | 189.91º | 0.52% | 0.59% | - |
| HSV(B) | 189.91º | 0.53% | 0.8% | - |
| XYZ | 33.61 | 42.44 | 64.18 | - |
| YUV | 161.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 205 | 0.53 | 0.09 | 0 | 0.20 | 189.91 | 0.52 | 0.59 |
| Hex | 60 | BB | CD | 35 | 9 | 0 | 14 | BE | 34 | 3B |
| Octal | 140 | 273 | 315 | 65 | 11 | 0 | 24 | 276 | 64 | 73 |
| Binary | 1100000 | 10111011 | 11001101 | 110101 | 1001 | 0 | 10100 | 10111110 | 110100 | 111011 |
Color Harmonies of #60BBCD
Complementary color
Monochromatic Colors of #60BBCD
Black with #60BBCD
Text Example
Text Example
White with #60BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBCD; }
p { color: rgb(96,187,205); }
H1.HeaderClassName
{
color: #60BBCD;
}
.AnyTagClassName
{
color: #60BBCD;
}
</style>
background-color css
<style>
a { background-color: #60BBCD; }
a { background-color: rgb(96,187,205); }
div.DivClassName
{
background-color: #60BBCD;
}
.BgClassName
{
background-color: #60BBCD;
}
</style>
border-color css
<style>
span { border-color: #60BBCD; }
span { border-color: rgb(96,187,205); }
td.TdClassName
{
border-color: #60BBCD;
}
.TagClassName
{
border-color: #60BBCD;
}
</style>