Shades of Viking #3FBEC9
Tints of Viking #3FBEC9
RGB
CMYK
RGB Variations
Color information
#3FBEC9 (or 0x3FBEC9) is known color: Viking. HEX triplet: 3F, BE and C9. RGB value is (63,190,201). Sum of RGB (Red+Green+Blue) = 63+190+201=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #3FBEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEC9 is #C04136. Grayscale: #999999. Windows color (decimal): -12599607 or 13221439. OLE color: 13221439.
HSL color Cylindrical-coordinate representation of color #3FBEC9: hue angle of 184.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBEC9 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 190 | 201 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.21 |
| HSL | 184.78º | 0.56% | 0.52% | - |
| HSV(B) | 184.78º | 0.69% | 0.79% | - |
| XYZ | 31.01 | 42.1 | 61.75 | - |
| YUV | 153.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 201 | 0.69 | 0.05 | 0 | 0.21 | 184.78 | 0.56 | 0.52 |
| Hex | 3F | BE | C9 | 45 | 5 | 0 | 15 | B9 | 38 | 34 |
| Octal | 77 | 276 | 311 | 105 | 5 | 0 | 25 | 271 | 70 | 64 |
| Binary | 111111 | 10111110 | 11001001 | 1000101 | 101 | 0 | 10101 | 10111001 | 111000 | 110100 |
Color Harmonies of #3FBEC9
Complementary color
Monochromatic Colors of #3FBEC9
Black with #3FBEC9
Text Example
Text Example
White with #3FBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEC9; }
p { color: rgb(63,190,201); }
H1.HeaderClassName
{
color: #3FBEC9;
}
.AnyTagClassName
{
color: #3FBEC9;
}
</style>
background-color css
<style>
a { background-color: #3FBEC9; }
a { background-color: rgb(63,190,201); }
div.DivClassName
{
background-color: #3FBEC9;
}
.BgClassName
{
background-color: #3FBEC9;
}
</style>
border-color css
<style>
span { border-color: #3FBEC9; }
span { border-color: rgb(63,190,201); }
td.TdClassName
{
border-color: #3FBEC9;
}
.TagClassName
{
border-color: #3FBEC9;
}
</style>