Shades of Viking #60BFCD
Tints of Viking #60BFCD
RGB
CMYK
RGB Variations
Color information
#60BFCD (or 0x60BFCD) is known color: Viking. HEX triplet: 60, BF and CD. RGB value is (96,191,205). Sum of RGB (Red+Green+Blue) = 96+191+205=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #60BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFCD is #9F4032. Grayscale: #A4A4A4. Windows color (decimal): -10436659 or 13483872. OLE color: 13483872.
HSL color Cylindrical-coordinate representation of color #60BFCD: hue angle of 187.71º 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 #60BFCD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 191 | 205 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.20 |
| HSL | 187.71º | 0.52% | 0.59% | - |
| HSV(B) | 187.71º | 0.53% | 0.8% | - |
| XYZ | 34.47 | 44.16 | 64.46 | - |
| YUV | 164.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 205 | 0.53 | 0.07 | 0 | 0.20 | 187.71 | 0.52 | 0.59 |
| Hex | 60 | BF | CD | 35 | 7 | 0 | 14 | BC | 34 | 3B |
| Octal | 140 | 277 | 315 | 65 | 7 | 0 | 24 | 274 | 64 | 73 |
| Binary | 1100000 | 10111111 | 11001101 | 110101 | 111 | 0 | 10100 | 10111100 | 110100 | 111011 |
Color Harmonies of #60BFCD
Complementary color
Monochromatic Colors of #60BFCD
Black with #60BFCD
Text Example
Text Example
White with #60BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFCD; }
p { color: rgb(96,191,205); }
H1.HeaderClassName
{
color: #60BFCD;
}
.AnyTagClassName
{
color: #60BFCD;
}
</style>
background-color css
<style>
a { background-color: #60BFCD; }
a { background-color: rgb(96,191,205); }
div.DivClassName
{
background-color: #60BFCD;
}
.BgClassName
{
background-color: #60BFCD;
}
</style>
border-color css
<style>
span { border-color: #60BFCD; }
span { border-color: rgb(96,191,205); }
td.TdClassName
{
border-color: #60BFCD;
}
.TagClassName
{
border-color: #60BFCD;
}
</style>