Shades of Viking #5FBCCF
Tints of Viking #5FBCCF
RGB
CMYK
RGB Variations
Color information
#5FBCCF (or 0x5FBCCF) is known color: Viking. HEX triplet: 5F, BC and CF. RGB value is (95,188,207). Sum of RGB (Red+Green+Blue) = 95+188+207=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCCF is #A04330. Grayscale: #A2A2A2. Windows color (decimal): -10502961 or 13614175. OLE color: 13614175.
HSL color Cylindrical-coordinate representation of color #5FBCCF: hue angle of 190.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FBCCF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 188 | 207 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.19 |
| HSL | 190.18º | 0.54% | 0.59% | - |
| HSV(B) | 190.18º | 0.54% | 0.81% | - |
| XYZ | 33.97 | 42.9 | 65.52 | - |
| YUV | 162.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 207 | 0.54 | 0.09 | 0 | 0.19 | 190.18 | 0.54 | 0.59 |
| Hex | 5F | BC | CF | 36 | 9 | 0 | 13 | BE | 36 | 3B |
| Octal | 137 | 274 | 317 | 66 | 11 | 0 | 23 | 276 | 66 | 73 |
| Binary | 1011111 | 10111100 | 11001111 | 110110 | 1001 | 0 | 10011 | 10111110 | 110110 | 111011 |
Color Harmonies of #5FBCCF
Complementary color
Monochromatic Colors of #5FBCCF
Black with #5FBCCF
Text Example
Text Example
White with #5FBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCCF; }
p { color: rgb(95,188,207); }
H1.HeaderClassName
{
color: #5FBCCF;
}
.AnyTagClassName
{
color: #5FBCCF;
}
</style>
background-color css
<style>
a { background-color: #5FBCCF; }
a { background-color: rgb(95,188,207); }
div.DivClassName
{
background-color: #5FBCCF;
}
.BgClassName
{
background-color: #5FBCCF;
}
</style>
border-color css
<style>
span { border-color: #5FBCCF; }
span { border-color: rgb(95,188,207); }
td.TdClassName
{
border-color: #5FBCCF;
}
.TagClassName
{
border-color: #5FBCCF;
}
</style>