Shades of Viking #3FBCD1
Tints of Viking #3FBCD1
RGB
CMYK
RGB Variations
Color information
#3FBCD1 (or 0x3FBCD1) is known color: Viking. HEX triplet: 3F, BC and D1. RGB value is (63,188,209). Sum of RGB (Red+Green+Blue) = 63+188+209=460 (60% of max value = 765). Red value is 63 (25% from 255 or 13.70% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #3FBCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCD1 is #C0432E. Grayscale: #989898. Windows color (decimal): -12600111 or 13745215. OLE color: 13745215.
HSL color Cylindrical-coordinate representation of color #3FBCD1: hue angle of 188.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBCD1 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 188 | 209 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.18 |
| HSL | 188.63º | 0.61% | 0.53% | - |
| HSV(B) | 188.63º | 0.7% | 0.82% | - |
| XYZ | 31.54 | 41.63 | 66.69 | - |
| YUV | 153.02 | 159.59 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 209 | 0.70 | 0.10 | 0 | 0.18 | 188.63 | 0.61 | 0.53 |
| Hex | 3F | BC | D1 | 46 | A | 0 | 12 | BD | 3D | 35 |
| Octal | 77 | 274 | 321 | 106 | 12 | 0 | 22 | 275 | 75 | 65 |
| Binary | 111111 | 10111100 | 11010001 | 1000110 | 1010 | 0 | 10010 | 10111101 | 111101 | 110101 |
Color Harmonies of #3FBCD1
Complementary color
Monochromatic Colors of #3FBCD1
Black with #3FBCD1
Text Example
Text Example
White with #3FBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCD1; }
p { color: rgb(63,188,209); }
H1.HeaderClassName
{
color: #3FBCD1;
}
.AnyTagClassName
{
color: #3FBCD1;
}
</style>
background-color css
<style>
a { background-color: #3FBCD1; }
a { background-color: rgb(63,188,209); }
div.DivClassName
{
background-color: #3FBCD1;
}
.BgClassName
{
background-color: #3FBCD1;
}
</style>
border-color css
<style>
span { border-color: #3FBCD1; }
span { border-color: rgb(63,188,209); }
td.TdClassName
{
border-color: #3FBCD1;
}
.TagClassName
{
border-color: #3FBCD1;
}
</style>