Shades of Viking #60BDCE
Tints of Viking #60BDCE
RGB
CMYK
RGB Variations
Color information
#60BDCE (or 0x60BDCE) is known color: Viking. HEX triplet: 60, BD and CE. RGB value is (96,189,206). Sum of RGB (Red+Green+Blue) = 96+189+206=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #60BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDCE is #9F4231. Grayscale: #A2A2A2. Windows color (decimal): -10437170 or 13548896. OLE color: 13548896.
HSL color Cylindrical-coordinate representation of color #60BDCE: hue angle of 189.27º 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 #60BDCE is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 189 | 206 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.19 |
| HSL | 189.27º | 0.53% | 0.59% | - |
| HSV(B) | 189.27º | 0.53% | 0.81% | - |
| XYZ | 34.16 | 43.34 | 64.96 | - |
| YUV | 163.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 206 | 0.53 | 0.08 | 0 | 0.19 | 189.27 | 0.53 | 0.59 |
| Hex | 60 | BD | CE | 35 | 8 | 0 | 13 | BD | 35 | 3B |
| Octal | 140 | 275 | 316 | 65 | 10 | 0 | 23 | 275 | 65 | 73 |
| Binary | 1100000 | 10111101 | 11001110 | 110101 | 1000 | 0 | 10011 | 10111101 | 110101 | 111011 |
Color Harmonies of #60BDCE
Complementary color
Monochromatic Colors of #60BDCE
Black with #60BDCE
Text Example
Text Example
White with #60BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDCE; }
p { color: rgb(96,189,206); }
H1.HeaderClassName
{
color: #60BDCE;
}
.AnyTagClassName
{
color: #60BDCE;
}
</style>
background-color css
<style>
a { background-color: #60BDCE; }
a { background-color: rgb(96,189,206); }
div.DivClassName
{
background-color: #60BDCE;
}
.BgClassName
{
background-color: #60BDCE;
}
</style>
border-color css
<style>
span { border-color: #60BDCE; }
span { border-color: rgb(96,189,206); }
td.TdClassName
{
border-color: #60BDCE;
}
.TagClassName
{
border-color: #60BDCE;
}
</style>