Shades of Viking #3FBDCF
Tints of Viking #3FBDCF
RGB
CMYK
RGB Variations
Color information
#3FBDCF (or 0x3FBDCF) is known color: Viking. HEX triplet: 3F, BD and CF. RGB value is (63,189,207). Sum of RGB (Red+Green+Blue) = 63+189+207=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDCF is #C04230. Grayscale: #999999. Windows color (decimal): -12599857 or 13614399. OLE color: 13614399.
HSL color Cylindrical-coordinate representation of color #3FBDCF: hue angle of 187.5º 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 #3FBDCF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 189 | 207 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.19 |
| HSL | 187.5º | 0.6% | 0.53% | - |
| HSV(B) | 187.5º | 0.7% | 0.81% | - |
| XYZ | 31.51 | 41.96 | 65.47 | - |
| YUV | 153.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 207 | 0.70 | 0.09 | 0 | 0.19 | 187.5 | 0.6 | 0.53 |
| Hex | 3F | BD | CF | 46 | 9 | 0 | 13 | BC | 3C | 35 |
| Octal | 77 | 275 | 317 | 106 | 11 | 0 | 23 | 274 | 74 | 65 |
| Binary | 111111 | 10111101 | 11001111 | 1000110 | 1001 | 0 | 10011 | 10111100 | 111100 | 110101 |
Color Harmonies of #3FBDCF
Complementary color
Monochromatic Colors of #3FBDCF
Black with #3FBDCF
Text Example
Text Example
White with #3FBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDCF; }
p { color: rgb(63,189,207); }
H1.HeaderClassName
{
color: #3FBDCF;
}
.AnyTagClassName
{
color: #3FBDCF;
}
</style>
background-color css
<style>
a { background-color: #3FBDCF; }
a { background-color: rgb(63,189,207); }
div.DivClassName
{
background-color: #3FBDCF;
}
.BgClassName
{
background-color: #3FBDCF;
}
</style>
border-color css
<style>
span { border-color: #3FBDCF; }
span { border-color: rgb(63,189,207); }
td.TdClassName
{
border-color: #3FBDCF;
}
.TagClassName
{
border-color: #3FBDCF;
}
</style>