Shades of Viking #3FBCCF
Tints of Viking #3FBCCF
RGB
CMYK
RGB Variations
Color information
#3FBCCF (or 0x3FBCCF) is known color: Viking. HEX triplet: 3F, BC and CF. RGB value is (63,188,207). Sum of RGB (Red+Green+Blue) = 63+188+207=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCCF is #C04330. Grayscale: #989898. Windows color (decimal): -12600113 or 13614143. OLE color: 13614143.
HSL color Cylindrical-coordinate representation of color #3FBCCF: hue angle of 187.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBCCF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 188 | 207 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.19 |
| HSL | 187.92º | 0.6% | 0.53% | - |
| HSV(B) | 187.92º | 0.7% | 0.81% | - |
| XYZ | 31.3 | 41.53 | 65.4 | - |
| YUV | 152.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 207 | 0.70 | 0.09 | 0 | 0.19 | 187.92 | 0.6 | 0.53 |
| Hex | 3F | BC | CF | 46 | 9 | 0 | 13 | BC | 3C | 35 |
| Octal | 77 | 274 | 317 | 106 | 11 | 0 | 23 | 274 | 74 | 65 |
| Binary | 111111 | 10111100 | 11001111 | 1000110 | 1001 | 0 | 10011 | 10111100 | 111100 | 110101 |
Color Harmonies of #3FBCCF
Complementary color
Monochromatic Colors of #3FBCCF
Black with #3FBCCF
Text Example
Text Example
White with #3FBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCCF; }
p { color: rgb(63,188,207); }
H1.HeaderClassName
{
color: #3FBCCF;
}
.AnyTagClassName
{
color: #3FBCCF;
}
</style>
background-color css
<style>
a { background-color: #3FBCCF; }
a { background-color: rgb(63,188,207); }
div.DivClassName
{
background-color: #3FBCCF;
}
.BgClassName
{
background-color: #3FBCCF;
}
</style>
border-color css
<style>
span { border-color: #3FBCCF; }
span { border-color: rgb(63,188,207); }
td.TdClassName
{
border-color: #3FBCCF;
}
.TagClassName
{
border-color: #3FBCCF;
}
</style>