Shades of Viking #3FBCCC
Tints of Viking #3FBCCC
RGB
CMYK
RGB Variations
Color information
#3FBCCC (or 0x3FBCCC) is known color: Viking. HEX triplet: 3F, BC and CC. RGB value is (63,188,204). Sum of RGB (Red+Green+Blue) = 63+188+204=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCCC is #C04333. Grayscale: #989898. Windows color (decimal): -12600116 or 13417535. OLE color: 13417535.
HSL color Cylindrical-coordinate representation of color #3FBCCC: hue angle of 186.81º 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 #3FBCCC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 188 | 204 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.2 |
| HSL | 186.81º | 0.58% | 0.52% | - |
| HSV(B) | 186.81º | 0.69% | 0.8% | - |
| XYZ | 30.93 | 41.38 | 63.48 | - |
| YUV | 152.45 | 157.09 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 204 | 0.69 | 0.08 | 0 | 0.2 | 186.81 | 0.58 | 0.52 |
| Hex | 3F | BC | CC | 45 | 8 | 0 | 14 | BB | 3A | 34 |
| Octal | 77 | 274 | 314 | 105 | 10 | 0 | 24 | 273 | 72 | 64 |
| Binary | 111111 | 10111100 | 11001100 | 1000101 | 1000 | 0 | 10100 | 10111011 | 111010 | 110100 |
Color Harmonies of #3FBCCC
Complementary color
Monochromatic Colors of #3FBCCC
Black with #3FBCCC
Text Example
Text Example
White with #3FBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCCC; }
p { color: rgb(63,188,204); }
H1.HeaderClassName
{
color: #3FBCCC;
}
.AnyTagClassName
{
color: #3FBCCC;
}
</style>
background-color css
<style>
a { background-color: #3FBCCC; }
a { background-color: rgb(63,188,204); }
div.DivClassName
{
background-color: #3FBCCC;
}
.BgClassName
{
background-color: #3FBCCC;
}
</style>
border-color css
<style>
span { border-color: #3FBCCC; }
span { border-color: rgb(63,188,204); }
td.TdClassName
{
border-color: #3FBCCC;
}
.TagClassName
{
border-color: #3FBCCC;
}
</style>