Shades of Viking #60BDCC
Tints of Viking #60BDCC
RGB
CMYK
RGB Variations
Color information
#60BDCC (or 0x60BDCC) is known color: Viking. HEX triplet: 60, BD and CC. RGB value is (96,189,204). Sum of RGB (Red+Green+Blue) = 96+189+204=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #60BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDCC is #9F4233. Grayscale: #A2A2A2. Windows color (decimal): -10437172 or 13417824. OLE color: 13417824.
HSL color Cylindrical-coordinate representation of color #60BDCC: hue angle of 188.33º 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 #60BDCC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 189 | 204 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.2 |
| HSL | 188.33º | 0.51% | 0.59% | - |
| HSV(B) | 188.33º | 0.53% | 0.8% | - |
| XYZ | 33.92 | 43.24 | 63.69 | - |
| YUV | 162.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 204 | 0.53 | 0.07 | 0 | 0.2 | 188.33 | 0.51 | 0.59 |
| Hex | 60 | BD | CC | 35 | 7 | 0 | 14 | BC | 33 | 3B |
| Octal | 140 | 275 | 314 | 65 | 7 | 0 | 24 | 274 | 63 | 73 |
| Binary | 1100000 | 10111101 | 11001100 | 110101 | 111 | 0 | 10100 | 10111100 | 110011 | 111011 |
Color Harmonies of #60BDCC
Complementary color
Monochromatic Colors of #60BDCC
Black with #60BDCC
Text Example
Text Example
White with #60BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDCC; }
p { color: rgb(96,189,204); }
H1.HeaderClassName
{
color: #60BDCC;
}
.AnyTagClassName
{
color: #60BDCC;
}
</style>
background-color css
<style>
a { background-color: #60BDCC; }
a { background-color: rgb(96,189,204); }
div.DivClassName
{
background-color: #60BDCC;
}
.BgClassName
{
background-color: #60BDCC;
}
</style>
border-color css
<style>
span { border-color: #60BDCC; }
span { border-color: rgb(96,189,204); }
td.TdClassName
{
border-color: #60BDCC;
}
.TagClassName
{
border-color: #60BDCC;
}
</style>