Shades of Viking #3FB8D0
Tints of Viking #3FB8D0
RGB
CMYK
RGB Variations
Color information
#3FB8D0 (or 0x3FB8D0) is known color: Viking. HEX triplet: 3F, B8 and D0. RGB value is (63,184,208). Sum of RGB (Red+Green+Blue) = 63+184+208=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #3FB8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8D0 is #C0472F. Grayscale: #969696. Windows color (decimal): -12601136 or 13678655. OLE color: 13678655.
HSL color Cylindrical-coordinate representation of color #3FB8D0: hue angle of 189.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB8D0 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 184 | 208 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.18 |
| HSL | 189.93º | 0.61% | 0.53% | - |
| HSV(B) | 189.93º | 0.7% | 0.82% | - |
| XYZ | 30.58 | 39.89 | 65.76 | - |
| YUV | 150.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 208 | 0.70 | 0.12 | 0 | 0.18 | 189.93 | 0.61 | 0.53 |
| Hex | 3F | B8 | D0 | 46 | C | 0 | 12 | BE | 3D | 35 |
| Octal | 77 | 270 | 320 | 106 | 14 | 0 | 22 | 276 | 75 | 65 |
| Binary | 111111 | 10111000 | 11010000 | 1000110 | 1100 | 0 | 10010 | 10111110 | 111101 | 110101 |
Color Harmonies of #3FB8D0
Complementary color
Monochromatic Colors of #3FB8D0
Black with #3FB8D0
Text Example
Text Example
White with #3FB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB8D0; }
p { color: rgb(63,184,208); }
H1.HeaderClassName
{
color: #3FB8D0;
}
.AnyTagClassName
{
color: #3FB8D0;
}
</style>
background-color css
<style>
a { background-color: #3FB8D0; }
a { background-color: rgb(63,184,208); }
div.DivClassName
{
background-color: #3FB8D0;
}
.BgClassName
{
background-color: #3FB8D0;
}
</style>
border-color css
<style>
span { border-color: #3FB8D0; }
span { border-color: rgb(63,184,208); }
td.TdClassName
{
border-color: #3FB8D0;
}
.TagClassName
{
border-color: #3FB8D0;
}
</style>