Shades of Viking #60BCC8
Tints of Viking #60BCC8
RGB
CMYK
RGB Variations
Color information
#60BCC8 (or 0x60BCC8) is known color: Viking. HEX triplet: 60, BC and C8. RGB value is (96,188,200). Sum of RGB (Red+Green+Blue) = 96+188+200=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #60BCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCC8 is #9F4337. Grayscale: #A1A1A1. Windows color (decimal): -10437432 or 13155424. OLE color: 13155424.
HSL color Cylindrical-coordinate representation of color #60BCC8: hue angle of 186.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BCC8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 188 | 200 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.22 |
| HSL | 186.92º | 0.49% | 0.58% | - |
| HSV(B) | 186.92º | 0.52% | 0.78% | - |
| XYZ | 33.23 | 42.62 | 61.12 | - |
| YUV | 161.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 200 | 0.52 | 0.06 | 0 | 0.22 | 186.92 | 0.49 | 0.58 |
| Hex | 60 | BC | C8 | 34 | 6 | 0 | 16 | BB | 31 | 3A |
| Octal | 140 | 274 | 310 | 64 | 6 | 0 | 26 | 273 | 61 | 72 |
| Binary | 1100000 | 10111100 | 11001000 | 110100 | 110 | 0 | 10110 | 10111011 | 110001 | 111010 |
Color Harmonies of #60BCC8
Complementary color
Monochromatic Colors of #60BCC8
Black with #60BCC8
Text Example
Text Example
White with #60BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCC8; }
p { color: rgb(96,188,200); }
H1.HeaderClassName
{
color: #60BCC8;
}
.AnyTagClassName
{
color: #60BCC8;
}
</style>
background-color css
<style>
a { background-color: #60BCC8; }
a { background-color: rgb(96,188,200); }
div.DivClassName
{
background-color: #60BCC8;
}
.BgClassName
{
background-color: #60BCC8;
}
</style>
border-color css
<style>
span { border-color: #60BCC8; }
span { border-color: rgb(96,188,200); }
td.TdClassName
{
border-color: #60BCC8;
}
.TagClassName
{
border-color: #60BCC8;
}
</style>