Shades of Viking #39A8C9
Tints of Viking #39A8C9
RGB
CMYK
RGB Variations
Color information
#39A8C9 (or 0x39A8C9) is known color: Viking. HEX triplet: 39, A8 and C9. RGB value is (57,168,201). Sum of RGB (Red+Green+Blue) = 57+168+201=426 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.38% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #39A8C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A8C9 is #C65736. Grayscale: #8A8A8A. Windows color (decimal): -12998455 or 13215801. OLE color: 13215801.
HSL color Cylindrical-coordinate representation of color #39A8C9: hue angle of 193.75º 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 #39A8C9 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 168 | 201 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.21 |
| HSL | 193.75º | 0.57% | 0.51% | - |
| HSV(B) | 193.75º | 0.72% | 0.79% | - |
| XYZ | 26.23 | 33.09 | 60.26 | - |
| YUV | 138.57 | 163.23 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 168 | 201 | 0.72 | 0.16 | 0 | 0.21 | 193.75 | 0.57 | 0.51 |
| Hex | 39 | A8 | C9 | 48 | 10 | 0 | 15 | C2 | 39 | 33 |
| Octal | 71 | 250 | 311 | 110 | 20 | 0 | 25 | 302 | 71 | 63 |
| Binary | 111001 | 10101000 | 11001001 | 1001000 | 10000 | 0 | 10101 | 11000010 | 111001 | 110011 |
Color Harmonies of #39A8C9
Complementary color
Monochromatic Colors of #39A8C9
Black with #39A8C9
Text Example
Text Example
White with #39A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A8C9; }
p { color: rgb(57,168,201); }
H1.HeaderClassName
{
color: #39A8C9;
}
.AnyTagClassName
{
color: #39A8C9;
}
</style>
background-color css
<style>
a { background-color: #39A8C9; }
a { background-color: rgb(57,168,201); }
div.DivClassName
{
background-color: #39A8C9;
}
.BgClassName
{
background-color: #39A8C9;
}
</style>
border-color css
<style>
span { border-color: #39A8C9; }
span { border-color: rgb(57,168,201); }
td.TdClassName
{
border-color: #39A8C9;
}
.TagClassName
{
border-color: #39A8C9;
}
</style>