Shades of Viking #3FBCCE
Tints of Viking #3FBCCE
RGB
CMYK
RGB Variations
Color information
#3FBCCE (or 0x3FBCCE) is known color: Viking. HEX triplet: 3F, BC and CE. RGB value is (63,188,206). Sum of RGB (Red+Green+Blue) = 63+188+206=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCCE is #C04331. Grayscale: #989898. Windows color (decimal): -12600114 or 13548607. OLE color: 13548607.
HSL color Cylindrical-coordinate representation of color #3FBCCE: hue angle of 187.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBCCE is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 188 | 206 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.19 |
| HSL | 187.55º | 0.59% | 0.53% | - |
| HSV(B) | 187.55º | 0.69% | 0.81% | - |
| XYZ | 31.17 | 41.48 | 64.76 | - |
| YUV | 152.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 206 | 0.69 | 0.09 | 0 | 0.19 | 187.55 | 0.59 | 0.53 |
| Hex | 3F | BC | CE | 45 | 9 | 0 | 13 | BC | 3B | 35 |
| Octal | 77 | 274 | 316 | 105 | 11 | 0 | 23 | 274 | 73 | 65 |
| Binary | 111111 | 10111100 | 11001110 | 1000101 | 1001 | 0 | 10011 | 10111100 | 111011 | 110101 |
Color Harmonies of #3FBCCE
Complementary color
Monochromatic Colors of #3FBCCE
Black with #3FBCCE
Text Example
Text Example
White with #3FBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCCE; }
p { color: rgb(63,188,206); }
H1.HeaderClassName
{
color: #3FBCCE;
}
.AnyTagClassName
{
color: #3FBCCE;
}
</style>
background-color css
<style>
a { background-color: #3FBCCE; }
a { background-color: rgb(63,188,206); }
div.DivClassName
{
background-color: #3FBCCE;
}
.BgClassName
{
background-color: #3FBCCE;
}
</style>
border-color css
<style>
span { border-color: #3FBCCE; }
span { border-color: rgb(63,188,206); }
td.TdClassName
{
border-color: #3FBCCE;
}
.TagClassName
{
border-color: #3FBCCE;
}
</style>