Shades of Viking #3FB8CB
Tints of Viking #3FB8CB
RGB
CMYK
RGB Variations
Color information
#3FB8CB (or 0x3FB8CB) is known color: Viking. HEX triplet: 3F, B8 and CB. RGB value is (63,184,203). Sum of RGB (Red+Green+Blue) = 63+184+203=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #3FB8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8CB is #C04734. Grayscale: #959595. Windows color (decimal): -12601141 or 13350975. OLE color: 13350975.
HSL color Cylindrical-coordinate representation of color #3FB8CB: hue angle of 188.14º degrees, saturation: 0.57, 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 #3FB8CB is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 184 | 203 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.20 |
| HSL | 188.14º | 0.57% | 0.52% | - |
| HSV(B) | 188.14º | 0.69% | 0.8% | - |
| XYZ | 29.97 | 39.65 | 62.57 | - |
| YUV | 149.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 203 | 0.69 | 0.09 | 0 | 0.20 | 188.14 | 0.57 | 0.52 |
| Hex | 3F | B8 | CB | 45 | 9 | 0 | 14 | BC | 39 | 34 |
| Octal | 77 | 270 | 313 | 105 | 11 | 0 | 24 | 274 | 71 | 64 |
| Binary | 111111 | 10111000 | 11001011 | 1000101 | 1001 | 0 | 10100 | 10111100 | 111001 | 110100 |
Color Harmonies of #3FB8CB
Complementary color
Monochromatic Colors of #3FB8CB
Black with #3FB8CB
Text Example
Text Example
White with #3FB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB8CB; }
p { color: rgb(63,184,203); }
H1.HeaderClassName
{
color: #3FB8CB;
}
.AnyTagClassName
{
color: #3FB8CB;
}
</style>
background-color css
<style>
a { background-color: #3FB8CB; }
a { background-color: rgb(63,184,203); }
div.DivClassName
{
background-color: #3FB8CB;
}
.BgClassName
{
background-color: #3FB8CB;
}
</style>
border-color css
<style>
span { border-color: #3FB8CB; }
span { border-color: rgb(63,184,203); }
td.TdClassName
{
border-color: #3FB8CB;
}
.TagClassName
{
border-color: #3FB8CB;
}
</style>