Shades of Viking #60BCCB
Tints of Viking #60BCCB
RGB
CMYK
RGB Variations
Color information
#60BCCB (or 0x60BCCB) is known color: Viking. HEX triplet: 60, BC and CB. RGB value is (96,188,203). Sum of RGB (Red+Green+Blue) = 96+188+203=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #60BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCCB is #9F4334. Grayscale: #A2A2A2. Windows color (decimal): -10437429 or 13352032. OLE color: 13352032.
HSL color Cylindrical-coordinate representation of color #60BCCB: hue angle of 188.41º degrees, saturation: 0.51, 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 #60BCCB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 188 | 203 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.20 |
| HSL | 188.41º | 0.51% | 0.59% | - |
| HSV(B) | 188.41º | 0.53% | 0.8% | - |
| XYZ | 33.59 | 42.77 | 62.98 | - |
| YUV | 162.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 203 | 0.53 | 0.07 | 0 | 0.20 | 188.41 | 0.51 | 0.59 |
| Hex | 60 | BC | CB | 35 | 7 | 0 | 14 | BC | 33 | 3B |
| Octal | 140 | 274 | 313 | 65 | 7 | 0 | 24 | 274 | 63 | 73 |
| Binary | 1100000 | 10111100 | 11001011 | 110101 | 111 | 0 | 10100 | 10111100 | 110011 | 111011 |
Color Harmonies of #60BCCB
Complementary color
Monochromatic Colors of #60BCCB
Black with #60BCCB
Text Example
Text Example
White with #60BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCCB; }
p { color: rgb(96,188,203); }
H1.HeaderClassName
{
color: #60BCCB;
}
.AnyTagClassName
{
color: #60BCCB;
}
</style>
background-color css
<style>
a { background-color: #60BCCB; }
a { background-color: rgb(96,188,203); }
div.DivClassName
{
background-color: #60BCCB;
}
.BgClassName
{
background-color: #60BCCB;
}
</style>
border-color css
<style>
span { border-color: #60BCCB; }
span { border-color: rgb(96,188,203); }
td.TdClassName
{
border-color: #60BCCB;
}
.TagClassName
{
border-color: #60BCCB;
}
</style>