Shades of Viking #39BEC9
Tints of Viking #39BEC9
RGB
CMYK
RGB Variations
Color information
#39BEC9 (or 0x39BEC9) is known color: Viking. HEX triplet: 39, BE and C9. RGB value is (57,190,201). Sum of RGB (Red+Green+Blue) = 57+190+201=448 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.72% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #39BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BEC9 is #C64136. Grayscale: #979797. Windows color (decimal): -12992823 or 13221433. OLE color: 13221433.
HSL color Cylindrical-coordinate representation of color #39BEC9: hue angle of 184.58º 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 #39BEC9 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 190 | 201 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.21 |
| HSL | 184.58º | 0.57% | 0.51% | - |
| HSV(B) | 184.58º | 0.72% | 0.79% | - |
| XYZ | 30.64 | 41.91 | 61.73 | - |
| YUV | 151.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 190 | 201 | 0.72 | 0.05 | 0 | 0.21 | 184.58 | 0.57 | 0.51 |
| Hex | 39 | BE | C9 | 48 | 5 | 0 | 15 | B9 | 39 | 33 |
| Octal | 71 | 276 | 311 | 110 | 5 | 0 | 25 | 271 | 71 | 63 |
| Binary | 111001 | 10111110 | 11001001 | 1001000 | 101 | 0 | 10101 | 10111001 | 111001 | 110011 |
Color Harmonies of #39BEC9
Complementary color
Monochromatic Colors of #39BEC9
Black with #39BEC9
Text Example
Text Example
White with #39BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BEC9; }
p { color: rgb(57,190,201); }
H1.HeaderClassName
{
color: #39BEC9;
}
.AnyTagClassName
{
color: #39BEC9;
}
</style>
background-color css
<style>
a { background-color: #39BEC9; }
a { background-color: rgb(57,190,201); }
div.DivClassName
{
background-color: #39BEC9;
}
.BgClassName
{
background-color: #39BEC9;
}
</style>
border-color css
<style>
span { border-color: #39BEC9; }
span { border-color: rgb(57,190,201); }
td.TdClassName
{
border-color: #39BEC9;
}
.TagClassName
{
border-color: #39BEC9;
}
</style>