Shades of Viking #39B0C9
Tints of Viking #39B0C9
RGB
CMYK
RGB Variations
Color information
#39B0C9 (or 0x39B0C9) is known color: Viking. HEX triplet: 39, B0 and C9. RGB value is (57,176,201). Sum of RGB (Red+Green+Blue) = 57+176+201=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #39B0C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B0C9 is #C64F36. Grayscale: #8F8F8F. Windows color (decimal): -12996407 or 13217849. OLE color: 13217849.
HSL color Cylindrical-coordinate representation of color #39B0C9: hue angle of 190.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B0C9 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 176 | 201 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.21 |
| HSL | 190.42º | 0.57% | 0.51% | - |
| HSV(B) | 190.42º | 0.72% | 0.79% | - |
| XYZ | 27.76 | 36.14 | 60.77 | - |
| YUV | 143.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 176 | 201 | 0.72 | 0.12 | 0 | 0.21 | 190.42 | 0.57 | 0.51 |
| Hex | 39 | B0 | C9 | 48 | C | 0 | 15 | BE | 39 | 33 |
| Octal | 71 | 260 | 311 | 110 | 14 | 0 | 25 | 276 | 71 | 63 |
| Binary | 111001 | 10110000 | 11001001 | 1001000 | 1100 | 0 | 10101 | 10111110 | 111001 | 110011 |
Color Harmonies of #39B0C9
Complementary color
Monochromatic Colors of #39B0C9
Black with #39B0C9
Text Example
Text Example
White with #39B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B0C9; }
p { color: rgb(57,176,201); }
H1.HeaderClassName
{
color: #39B0C9;
}
.AnyTagClassName
{
color: #39B0C9;
}
</style>
background-color css
<style>
a { background-color: #39B0C9; }
a { background-color: rgb(57,176,201); }
div.DivClassName
{
background-color: #39B0C9;
}
.BgClassName
{
background-color: #39B0C9;
}
</style>
border-color css
<style>
span { border-color: #39B0C9; }
span { border-color: rgb(57,176,201); }
td.TdClassName
{
border-color: #39B0C9;
}
.TagClassName
{
border-color: #39B0C9;
}
</style>