Shades of Viking #60BBCF
Tints of Viking #60BBCF
RGB
CMYK
RGB Variations
Color information
#60BBCF (or 0x60BBCF) is known color: Viking. HEX triplet: 60, BB and CF. RGB value is (96,187,207). Sum of RGB (Red+Green+Blue) = 96+187+207=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #60BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBCF is #9F4430. Grayscale: #A1A1A1. Windows color (decimal): -10437681 or 13613920. OLE color: 13613920.
HSL color Cylindrical-coordinate representation of color #60BBCF: hue angle of 190.81º 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 #60BBCF is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 187 | 207 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.19 |
| HSL | 190.81º | 0.54% | 0.59% | - |
| HSV(B) | 190.81º | 0.54% | 0.81% | - |
| XYZ | 33.86 | 42.53 | 65.46 | - |
| YUV | 162.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 207 | 0.54 | 0.10 | 0 | 0.19 | 190.81 | 0.54 | 0.59 |
| Hex | 60 | BB | CF | 36 | A | 0 | 13 | BF | 36 | 3B |
| Octal | 140 | 273 | 317 | 66 | 12 | 0 | 23 | 277 | 66 | 73 |
| Binary | 1100000 | 10111011 | 11001111 | 110110 | 1010 | 0 | 10011 | 10111111 | 110110 | 111011 |
Color Harmonies of #60BBCF
Complementary color
Monochromatic Colors of #60BBCF
Black with #60BBCF
Text Example
Text Example
White with #60BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBCF; }
p { color: rgb(96,187,207); }
H1.HeaderClassName
{
color: #60BBCF;
}
.AnyTagClassName
{
color: #60BBCF;
}
</style>
background-color css
<style>
a { background-color: #60BBCF; }
a { background-color: rgb(96,187,207); }
div.DivClassName
{
background-color: #60BBCF;
}
.BgClassName
{
background-color: #60BBCF;
}
</style>
border-color css
<style>
span { border-color: #60BBCF; }
span { border-color: rgb(96,187,207); }
td.TdClassName
{
border-color: #60BBCF;
}
.TagClassName
{
border-color: #60BBCF;
}
</style>