Shades of Viking #56BBCB
Tints of Viking #56BBCB
RGB
CMYK
RGB Variations
Color information
#56BBCB (or 0x56BBCB) is known color: Viking. HEX triplet: 56, BB and CB. RGB value is (86,187,203). Sum of RGB (Red+Green+Blue) = 86+187+203=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #56BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBCB is #A94434. Grayscale: #9E9E9E. Windows color (decimal): -11093045 or 13351766. OLE color: 13351766.
HSL color Cylindrical-coordinate representation of color #56BBCB: hue angle of 188.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BBCB is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 187 | 203 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.20 |
| HSL | 188.21º | 0.53% | 0.57% | - |
| HSV(B) | 188.21º | 0.58% | 0.8% | - |
| XYZ | 32.39 | 41.83 | 62.87 | - |
| YUV | 158.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 203 | 0.58 | 0.08 | 0 | 0.20 | 188.21 | 0.53 | 0.57 |
| Hex | 56 | BB | CB | 3A | 8 | 0 | 14 | BC | 35 | 39 |
| Octal | 126 | 273 | 313 | 72 | 10 | 0 | 24 | 274 | 65 | 71 |
| Binary | 1010110 | 10111011 | 11001011 | 111010 | 1000 | 0 | 10100 | 10111100 | 110101 | 111001 |
Color Harmonies of #56BBCB
Complementary color
Monochromatic Colors of #56BBCB
Black with #56BBCB
Text Example
Text Example
White with #56BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBCB; }
p { color: rgb(86,187,203); }
H1.HeaderClassName
{
color: #56BBCB;
}
.AnyTagClassName
{
color: #56BBCB;
}
</style>
background-color css
<style>
a { background-color: #56BBCB; }
a { background-color: rgb(86,187,203); }
div.DivClassName
{
background-color: #56BBCB;
}
.BgClassName
{
background-color: #56BBCB;
}
</style>
border-color css
<style>
span { border-color: #56BBCB; }
span { border-color: rgb(86,187,203); }
td.TdClassName
{
border-color: #56BBCB;
}
.TagClassName
{
border-color: #56BBCB;
}
</style>