Shades of Viking #60B9CE
Tints of Viking #60B9CE
RGB
CMYK
RGB Variations
Color information
#60B9CE (or 0x60B9CE) is known color: Viking. HEX triplet: 60, B9 and CE. RGB value is (96,185,206). Sum of RGB (Red+Green+Blue) = 96+185+206=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #60B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9CE is #9F4631. Grayscale: #A0A0A0. Windows color (decimal): -10438194 or 13547872. OLE color: 13547872.
HSL color Cylindrical-coordinate representation of color #60B9CE: hue angle of 191.45º 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 #60B9CE is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 185 | 206 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.19 |
| HSL | 191.45º | 0.53% | 0.59% | - |
| HSV(B) | 191.45º | 0.53% | 0.81% | - |
| XYZ | 33.31 | 41.64 | 64.67 | - |
| YUV | 160.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 206 | 0.53 | 0.10 | 0 | 0.19 | 191.45 | 0.53 | 0.59 |
| Hex | 60 | B9 | CE | 35 | A | 0 | 13 | BF | 35 | 3B |
| Octal | 140 | 271 | 316 | 65 | 12 | 0 | 23 | 277 | 65 | 73 |
| Binary | 1100000 | 10111001 | 11001110 | 110101 | 1010 | 0 | 10011 | 10111111 | 110101 | 111011 |
Color Harmonies of #60B9CE
Complementary color
Monochromatic Colors of #60B9CE
Black with #60B9CE
Text Example
Text Example
White with #60B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9CE; }
p { color: rgb(96,185,206); }
H1.HeaderClassName
{
color: #60B9CE;
}
.AnyTagClassName
{
color: #60B9CE;
}
</style>
background-color css
<style>
a { background-color: #60B9CE; }
a { background-color: rgb(96,185,206); }
div.DivClassName
{
background-color: #60B9CE;
}
.BgClassName
{
background-color: #60B9CE;
}
</style>
border-color css
<style>
span { border-color: #60B9CE; }
span { border-color: rgb(96,185,206); }
td.TdClassName
{
border-color: #60B9CE;
}
.TagClassName
{
border-color: #60B9CE;
}
</style>