Shades of Viking #39ADC9
Tints of Viking #39ADC9
RGB
CMYK
RGB Variations
Color information
#39ADC9 (or 0x39ADC9) is known color: Viking. HEX triplet: 39, AD and C9. RGB value is (57,173,201). Sum of RGB (Red+Green+Blue) = 57+173+201=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #39ADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ADC9 is #C65236. Grayscale: #8D8D8D. Windows color (decimal): -12997175 or 13217081. OLE color: 13217081.
HSL color Cylindrical-coordinate representation of color #39ADC9: hue angle of 191.67º 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 #39ADC9 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 173 | 201 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.21 |
| HSL | 191.67º | 0.57% | 0.51% | - |
| HSV(B) | 191.67º | 0.72% | 0.79% | - |
| XYZ | 27.17 | 34.97 | 60.58 | - |
| YUV | 141.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 201 | 0.72 | 0.14 | 0 | 0.21 | 191.67 | 0.57 | 0.51 |
| Hex | 39 | AD | C9 | 48 | E | 0 | 15 | C0 | 39 | 33 |
| Octal | 71 | 255 | 311 | 110 | 16 | 0 | 25 | 300 | 71 | 63 |
| Binary | 111001 | 10101101 | 11001001 | 1001000 | 1110 | 0 | 10101 | 11000000 | 111001 | 110011 |
Color Harmonies of #39ADC9
Complementary color
Monochromatic Colors of #39ADC9
Black with #39ADC9
Text Example
Text Example
White with #39ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ADC9; }
p { color: rgb(57,173,201); }
H1.HeaderClassName
{
color: #39ADC9;
}
.AnyTagClassName
{
color: #39ADC9;
}
</style>
background-color css
<style>
a { background-color: #39ADC9; }
a { background-color: rgb(57,173,201); }
div.DivClassName
{
background-color: #39ADC9;
}
.BgClassName
{
background-color: #39ADC9;
}
</style>
border-color css
<style>
span { border-color: #39ADC9; }
span { border-color: rgb(57,173,201); }
td.TdClassName
{
border-color: #39ADC9;
}
.TagClassName
{
border-color: #39ADC9;
}
</style>