Shades of Viking #39A8BB
Tints of Viking #39A8BB
RGB
CMYK
RGB Variations
Color information
#39A8BB (or 0x39A8BB) is known color: Viking. HEX triplet: 39, A8 and BB. RGB value is (57,168,187). Sum of RGB (Red+Green+Blue) = 57+168+187=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #39A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A8BB is #C65744. Grayscale: #888888. Windows color (decimal): -12998469 or 12298297. OLE color: 12298297.
HSL color Cylindrical-coordinate representation of color #39A8BB: hue angle of 188.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39A8BB is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 168 | 187 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.27 |
| HSL | 188.77º | 0.53% | 0.48% | - |
| HSV(B) | 188.77º | 0.7% | 0.73% | - |
| XYZ | 24.66 | 32.46 | 51.98 | - |
| YUV | 136.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 168 | 187 | 0.70 | 0.10 | 0 | 0.27 | 188.77 | 0.53 | 0.48 |
| Hex | 39 | A8 | BB | 46 | A | 0 | 1B | BD | 35 | 30 |
| Octal | 71 | 250 | 273 | 106 | 12 | 0 | 33 | 275 | 65 | 60 |
| Binary | 111001 | 10101000 | 10111011 | 1000110 | 1010 | 0 | 11011 | 10111101 | 110101 | 110000 |
Color Harmonies of #39A8BB
Complementary color
Monochromatic Colors of #39A8BB
Black with #39A8BB
Text Example
Text Example
White with #39A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A8BB; }
p { color: rgb(57,168,187); }
H1.HeaderClassName
{
color: #39A8BB;
}
.AnyTagClassName
{
color: #39A8BB;
}
</style>
background-color css
<style>
a { background-color: #39A8BB; }
a { background-color: rgb(57,168,187); }
div.DivClassName
{
background-color: #39A8BB;
}
.BgClassName
{
background-color: #39A8BB;
}
</style>
border-color css
<style>
span { border-color: #39A8BB; }
span { border-color: rgb(57,168,187); }
td.TdClassName
{
border-color: #39A8BB;
}
.TagClassName
{
border-color: #39A8BB;
}
</style>