Shades of Viking #3FBECC
Tints of Viking #3FBECC
RGB
CMYK
RGB Variations
Color information
#3FBECC (or 0x3FBECC) is known color: Viking. HEX triplet: 3F, BE and CC. RGB value is (63,190,204). Sum of RGB (Red+Green+Blue) = 63+190+204=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBECC is #C04133. Grayscale: #999999. Windows color (decimal): -12599604 or 13418047. OLE color: 13418047.
HSL color Cylindrical-coordinate representation of color #3FBECC: hue angle of 185.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBECC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 190 | 204 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.2 |
| HSL | 185.96º | 0.58% | 0.52% | - |
| HSV(B) | 185.96º | 0.69% | 0.8% | - |
| XYZ | 31.36 | 42.24 | 63.63 | - |
| YUV | 153.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 204 | 0.69 | 0.07 | 0 | 0.2 | 185.96 | 0.58 | 0.52 |
| Hex | 3F | BE | CC | 45 | 7 | 0 | 14 | BA | 3A | 34 |
| Octal | 77 | 276 | 314 | 105 | 7 | 0 | 24 | 272 | 72 | 64 |
| Binary | 111111 | 10111110 | 11001100 | 1000101 | 111 | 0 | 10100 | 10111010 | 111010 | 110100 |
Color Harmonies of #3FBECC
Complementary color
Monochromatic Colors of #3FBECC
Black with #3FBECC
Text Example
Text Example
White with #3FBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBECC; }
p { color: rgb(63,190,204); }
H1.HeaderClassName
{
color: #3FBECC;
}
.AnyTagClassName
{
color: #3FBECC;
}
</style>
background-color css
<style>
a { background-color: #3FBECC; }
a { background-color: rgb(63,190,204); }
div.DivClassName
{
background-color: #3FBECC;
}
.BgClassName
{
background-color: #3FBECC;
}
</style>
border-color css
<style>
span { border-color: #3FBECC; }
span { border-color: rgb(63,190,204); }
td.TdClassName
{
border-color: #3FBECC;
}
.TagClassName
{
border-color: #3FBECC;
}
</style>