Shades of Viking #39BBCC
Tints of Viking #39BBCC
RGB
CMYK
RGB Variations
Color information
#39BBCC (or 0x39BBCC) is known color: Viking. HEX triplet: 39, BB and CC. RGB value is (57,187,204). Sum of RGB (Red+Green+Blue) = 57+187+204=448 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.72% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #39BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BBCC is #C64433. Grayscale: #959595. Windows color (decimal): -12993588 or 13417273. OLE color: 13417273.
HSL color Cylindrical-coordinate representation of color #39BBCC: hue angle of 186.94º 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 #39BBCC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 187 | 204 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.2 |
| HSL | 186.94º | 0.59% | 0.51% | - |
| HSV(B) | 186.94º | 0.72% | 0.8% | - |
| XYZ | 30.36 | 40.77 | 63.4 | - |
| YUV | 150.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 204 | 0.72 | 0.08 | 0 | 0.2 | 186.94 | 0.59 | 0.51 |
| Hex | 39 | BB | CC | 48 | 8 | 0 | 14 | BB | 3B | 33 |
| Octal | 71 | 273 | 314 | 110 | 10 | 0 | 24 | 273 | 73 | 63 |
| Binary | 111001 | 10111011 | 11001100 | 1001000 | 1000 | 0 | 10100 | 10111011 | 111011 | 110011 |
Color Harmonies of #39BBCC
Complementary color
Monochromatic Colors of #39BBCC
Black with #39BBCC
Text Example
Text Example
White with #39BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BBCC; }
p { color: rgb(57,187,204); }
H1.HeaderClassName
{
color: #39BBCC;
}
.AnyTagClassName
{
color: #39BBCC;
}
</style>
background-color css
<style>
a { background-color: #39BBCC; }
a { background-color: rgb(57,187,204); }
div.DivClassName
{
background-color: #39BBCC;
}
.BgClassName
{
background-color: #39BBCC;
}
</style>
border-color css
<style>
span { border-color: #39BBCC; }
span { border-color: rgb(57,187,204); }
td.TdClassName
{
border-color: #39BBCC;
}
.TagClassName
{
border-color: #39BBCC;
}
</style>