Shades of Viking #39B7CC
Tints of Viking #39B7CC
RGB
CMYK
RGB Variations
Color information
#39B7CC (or 0x39B7CC) is known color: Viking. HEX triplet: 39, B7 and CC. RGB value is (57,183,204). Sum of RGB (Red+Green+Blue) = 57+183+204=444 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.84% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #39B7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39B7CC is #C64833. Grayscale: #939393. Windows color (decimal): -12994612 or 13416249. OLE color: 13416249.
HSL color Cylindrical-coordinate representation of color #39B7CC: hue angle of 188.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B7CC is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 183 | 204 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.2 |
| HSL | 188.57º | 0.59% | 0.51% | - |
| HSV(B) | 188.57º | 0.72% | 0.8% | - |
| XYZ | 29.52 | 39.1 | 63.12 | - |
| YUV | 147.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 183 | 204 | 0.72 | 0.10 | 0 | 0.2 | 188.57 | 0.59 | 0.51 |
| Hex | 39 | B7 | CC | 48 | A | 0 | 14 | BD | 3B | 33 |
| Octal | 71 | 267 | 314 | 110 | 12 | 0 | 24 | 275 | 73 | 63 |
| Binary | 111001 | 10110111 | 11001100 | 1001000 | 1010 | 0 | 10100 | 10111101 | 111011 | 110011 |
Color Harmonies of #39B7CC
Complementary color
Monochromatic Colors of #39B7CC
Black with #39B7CC
Text Example
Text Example
White with #39B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B7CC; }
p { color: rgb(57,183,204); }
H1.HeaderClassName
{
color: #39B7CC;
}
.AnyTagClassName
{
color: #39B7CC;
}
</style>
background-color css
<style>
a { background-color: #39B7CC; }
a { background-color: rgb(57,183,204); }
div.DivClassName
{
background-color: #39B7CC;
}
.BgClassName
{
background-color: #39B7CC;
}
</style>
border-color css
<style>
span { border-color: #39B7CC; }
span { border-color: rgb(57,183,204); }
td.TdClassName
{
border-color: #39B7CC;
}
.TagClassName
{
border-color: #39B7CC;
}
</style>