Shades of Viking #3FBACC
Tints of Viking #3FBACC
RGB
CMYK
RGB Variations
Color information
#3FBACC (or 0x3FBACC) is known color: Viking. HEX triplet: 3F, BA and CC. RGB value is (63,186,204). Sum of RGB (Red+Green+Blue) = 63+186+204=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBACC is #C04533. Grayscale: #979797. Windows color (decimal): -12600628 or 13417023. OLE color: 13417023.
HSL color Cylindrical-coordinate representation of color #3FBACC: hue angle of 187.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBACC is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 186 | 204 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.2 |
| HSL | 187.66º | 0.58% | 0.52% | - |
| HSV(B) | 187.66º | 0.69% | 0.8% | - |
| XYZ | 30.51 | 40.53 | 63.34 | - |
| YUV | 151.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 204 | 0.69 | 0.09 | 0 | 0.2 | 187.66 | 0.58 | 0.52 |
| Hex | 3F | BA | CC | 45 | 9 | 0 | 14 | BC | 3A | 34 |
| Octal | 77 | 272 | 314 | 105 | 11 | 0 | 24 | 274 | 72 | 64 |
| Binary | 111111 | 10111010 | 11001100 | 1000101 | 1001 | 0 | 10100 | 10111100 | 111010 | 110100 |
Color Harmonies of #3FBACC
Complementary color
Monochromatic Colors of #3FBACC
Black with #3FBACC
Text Example
Text Example
White with #3FBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBACC; }
p { color: rgb(63,186,204); }
H1.HeaderClassName
{
color: #3FBACC;
}
.AnyTagClassName
{
color: #3FBACC;
}
</style>
background-color css
<style>
a { background-color: #3FBACC; }
a { background-color: rgb(63,186,204); }
div.DivClassName
{
background-color: #3FBACC;
}
.BgClassName
{
background-color: #3FBACC;
}
</style>
border-color css
<style>
span { border-color: #3FBACC; }
span { border-color: rgb(63,186,204); }
td.TdClassName
{
border-color: #3FBACC;
}
.TagClassName
{
border-color: #3FBACC;
}
</style>