Shades of Viking #60BCCF
Tints of Viking #60BCCF
RGB
CMYK
RGB Variations
Color information
#60BCCF (or 0x60BCCF) is known color: Viking. HEX triplet: 60, BC and CF. RGB value is (96,188,207). Sum of RGB (Red+Green+Blue) = 96+188+207=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #60BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCCF is #9F4330. Grayscale: #A2A2A2. Windows color (decimal): -10437425 or 13614176. OLE color: 13614176.
HSL color Cylindrical-coordinate representation of color #60BCCF: hue angle of 190.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60BCCF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 188 | 207 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.19 |
| HSL | 190.27º | 0.54% | 0.59% | - |
| HSV(B) | 190.27º | 0.54% | 0.81% | - |
| XYZ | 34.07 | 42.96 | 65.53 | - |
| YUV | 162.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 207 | 0.54 | 0.09 | 0 | 0.19 | 190.27 | 0.54 | 0.59 |
| Hex | 60 | BC | CF | 36 | 9 | 0 | 13 | BE | 36 | 3B |
| Octal | 140 | 274 | 317 | 66 | 11 | 0 | 23 | 276 | 66 | 73 |
| Binary | 1100000 | 10111100 | 11001111 | 110110 | 1001 | 0 | 10011 | 10111110 | 110110 | 111011 |
Color Harmonies of #60BCCF
Complementary color
Monochromatic Colors of #60BCCF
Black with #60BCCF
Text Example
Text Example
White with #60BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCCF; }
p { color: rgb(96,188,207); }
H1.HeaderClassName
{
color: #60BCCF;
}
.AnyTagClassName
{
color: #60BCCF;
}
</style>
background-color css
<style>
a { background-color: #60BCCF; }
a { background-color: rgb(96,188,207); }
div.DivClassName
{
background-color: #60BCCF;
}
.BgClassName
{
background-color: #60BCCF;
}
</style>
border-color css
<style>
span { border-color: #60BCCF; }
span { border-color: rgb(96,188,207); }
td.TdClassName
{
border-color: #60BCCF;
}
.TagClassName
{
border-color: #60BCCF;
}
</style>