Shades of Viking #60BFCE
Tints of Viking #60BFCE
RGB
CMYK
RGB Variations
Color information
#60BFCE (or 0x60BFCE) is known color: Viking. HEX triplet: 60, BF and CE. RGB value is (96,191,206). Sum of RGB (Red+Green+Blue) = 96+191+206=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #60BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFCE is #9F4031. Grayscale: #A4A4A4. Windows color (decimal): -10436658 or 13549408. OLE color: 13549408.
HSL color Cylindrical-coordinate representation of color #60BFCE: hue angle of 188.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BFCE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 191 | 206 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.19 |
| HSL | 188.18º | 0.53% | 0.59% | - |
| HSV(B) | 188.18º | 0.53% | 0.81% | - |
| XYZ | 34.6 | 44.2 | 65.1 | - |
| YUV | 164.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 206 | 0.53 | 0.07 | 0 | 0.19 | 188.18 | 0.53 | 0.59 |
| Hex | 60 | BF | CE | 35 | 7 | 0 | 13 | BC | 35 | 3B |
| Octal | 140 | 277 | 316 | 65 | 7 | 0 | 23 | 274 | 65 | 73 |
| Binary | 1100000 | 10111111 | 11001110 | 110101 | 111 | 0 | 10011 | 10111100 | 110101 | 111011 |
Color Harmonies of #60BFCE
Complementary color
Monochromatic Colors of #60BFCE
Black with #60BFCE
Text Example
Text Example
White with #60BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFCE; }
p { color: rgb(96,191,206); }
H1.HeaderClassName
{
color: #60BFCE;
}
.AnyTagClassName
{
color: #60BFCE;
}
</style>
background-color css
<style>
a { background-color: #60BFCE; }
a { background-color: rgb(96,191,206); }
div.DivClassName
{
background-color: #60BFCE;
}
.BgClassName
{
background-color: #60BFCE;
}
</style>
border-color css
<style>
span { border-color: #60BFCE; }
span { border-color: rgb(96,191,206); }
td.TdClassName
{
border-color: #60BFCE;
}
.TagClassName
{
border-color: #60BFCE;
}
</style>