Shades of Viking #3FACBD
Tints of Viking #3FACBD
RGB
CMYK
RGB Variations
Color information
#3FACBD (or 0x3FACBD) is known color: Viking. HEX triplet: 3F, AC and BD. RGB value is (63,172,189). Sum of RGB (Red+Green+Blue) = 63+172+189=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #3FACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACBD is #C05342. Grayscale: #8D8D8D. Windows color (decimal): -12604227 or 12430399. OLE color: 12430399.
HSL color Cylindrical-coordinate representation of color #3FACBD: hue angle of 188.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FACBD is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 172 | 189 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.26 |
| HSL | 188.1º | 0.5% | 0.49% | - |
| HSV(B) | 188.1º | 0.67% | 0.74% | - |
| XYZ | 25.99 | 34.24 | 53.38 | - |
| YUV | 141.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 189 | 0.67 | 0.09 | 0 | 0.26 | 188.1 | 0.5 | 0.49 |
| Hex | 3F | AC | BD | 43 | 9 | 0 | 1A | BC | 32 | 31 |
| Octal | 77 | 254 | 275 | 103 | 11 | 0 | 32 | 274 | 62 | 61 |
| Binary | 111111 | 10101100 | 10111101 | 1000011 | 1001 | 0 | 11010 | 10111100 | 110010 | 110001 |
Color Harmonies of #3FACBD
Complementary color
Monochromatic Colors of #3FACBD
Black with #3FACBD
Text Example
Text Example
White with #3FACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACBD; }
p { color: rgb(63,172,189); }
H1.HeaderClassName
{
color: #3FACBD;
}
.AnyTagClassName
{
color: #3FACBD;
}
</style>
background-color css
<style>
a { background-color: #3FACBD; }
a { background-color: rgb(63,172,189); }
div.DivClassName
{
background-color: #3FACBD;
}
.BgClassName
{
background-color: #3FACBD;
}
</style>
border-color css
<style>
span { border-color: #3FACBD; }
span { border-color: rgb(63,172,189); }
td.TdClassName
{
border-color: #3FACBD;
}
.TagClassName
{
border-color: #3FACBD;
}
</style>