Shades of Viking #3FBDCE
Tints of Viking #3FBDCE
RGB
CMYK
RGB Variations
Color information
#3FBDCE (or 0x3FBDCE) is known color: Viking. HEX triplet: 3F, BD and CE. RGB value is (63,189,206). Sum of RGB (Red+Green+Blue) = 63+189+206=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FBDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDCE is #C04231. Grayscale: #999999. Windows color (decimal): -12599858 or 13548863. OLE color: 13548863.
HSL color Cylindrical-coordinate representation of color #3FBDCE: hue angle of 187.13º 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 #3FBDCE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 189 | 206 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.19 |
| HSL | 187.13º | 0.59% | 0.53% | - |
| HSV(B) | 187.13º | 0.69% | 0.81% | - |
| XYZ | 31.39 | 41.91 | 64.83 | - |
| YUV | 153.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 206 | 0.69 | 0.08 | 0 | 0.19 | 187.13 | 0.59 | 0.53 |
| Hex | 3F | BD | CE | 45 | 8 | 0 | 13 | BB | 3B | 35 |
| Octal | 77 | 275 | 316 | 105 | 10 | 0 | 23 | 273 | 73 | 65 |
| Binary | 111111 | 10111101 | 11001110 | 1000101 | 1000 | 0 | 10011 | 10111011 | 111011 | 110101 |
Color Harmonies of #3FBDCE
Complementary color
Monochromatic Colors of #3FBDCE
Black with #3FBDCE
Text Example
Text Example
White with #3FBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDCE; }
p { color: rgb(63,189,206); }
H1.HeaderClassName
{
color: #3FBDCE;
}
.AnyTagClassName
{
color: #3FBDCE;
}
</style>
background-color css
<style>
a { background-color: #3FBDCE; }
a { background-color: rgb(63,189,206); }
div.DivClassName
{
background-color: #3FBDCE;
}
.BgClassName
{
background-color: #3FBDCE;
}
</style>
border-color css
<style>
span { border-color: #3FBDCE; }
span { border-color: rgb(63,189,206); }
td.TdClassName
{
border-color: #3FBDCE;
}
.TagClassName
{
border-color: #3FBDCE;
}
</style>