Shades of Viking #5FBBCD
Tints of Viking #5FBBCD
RGB
CMYK
RGB Variations
Color information
#5FBBCD (or 0x5FBBCD) is known color: Viking. HEX triplet: 5F, BB and CD. RGB value is (95,187,205). Sum of RGB (Red+Green+Blue) = 95+187+205=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBCD is #A04432. Grayscale: #A1A1A1. Windows color (decimal): -10503219 or 13482847. OLE color: 13482847.
HSL color Cylindrical-coordinate representation of color #5FBBCD: hue angle of 189.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FBBCD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 187 | 205 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.20 |
| HSL | 189.82º | 0.52% | 0.59% | - |
| HSV(B) | 189.82º | 0.54% | 0.8% | - |
| XYZ | 33.51 | 42.38 | 64.17 | - |
| YUV | 161.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 205 | 0.54 | 0.09 | 0 | 0.20 | 189.82 | 0.52 | 0.59 |
| Hex | 5F | BB | CD | 36 | 9 | 0 | 14 | BE | 34 | 3B |
| Octal | 137 | 273 | 315 | 66 | 11 | 0 | 24 | 276 | 64 | 73 |
| Binary | 1011111 | 10111011 | 11001101 | 110110 | 1001 | 0 | 10100 | 10111110 | 110100 | 111011 |
Color Harmonies of #5FBBCD
Complementary color
Monochromatic Colors of #5FBBCD
Black with #5FBBCD
Text Example
Text Example
White with #5FBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBBCD; }
p { color: rgb(95,187,205); }
H1.HeaderClassName
{
color: #5FBBCD;
}
.AnyTagClassName
{
color: #5FBBCD;
}
</style>
background-color css
<style>
a { background-color: #5FBBCD; }
a { background-color: rgb(95,187,205); }
div.DivClassName
{
background-color: #5FBBCD;
}
.BgClassName
{
background-color: #5FBBCD;
}
</style>
border-color css
<style>
span { border-color: #5FBBCD; }
span { border-color: rgb(95,187,205); }
td.TdClassName
{
border-color: #5FBBCD;
}
.TagClassName
{
border-color: #5FBBCD;
}
</style>