Shades of Viking #56BCD4
Tints of Viking #56BCD4
RGB
CMYK
RGB Variations
Color information
#56BCD4 (or 0x56BCD4) is known color: Viking. HEX triplet: 56, BC and D4. RGB value is (86,188,212). Sum of RGB (Red+Green+Blue) = 86+188+212=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #56BCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCD4 is #A9432B. Grayscale: #A0A0A0. Windows color (decimal): -11092780 or 13941846. OLE color: 13941846.
HSL color Cylindrical-coordinate representation of color #56BCD4: hue angle of 191.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56BCD4 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 188 | 212 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.17 |
| HSL | 191.43º | 0.59% | 0.58% | - |
| HSV(B) | 191.43º | 0.59% | 0.83% | - |
| XYZ | 33.7 | 42.7 | 68.75 | - |
| YUV | 160.24 | 157.21 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 212 | 0.59 | 0.11 | 0 | 0.17 | 191.43 | 0.59 | 0.58 |
| Hex | 56 | BC | D4 | 3B | B | 0 | 11 | BF | 3B | 3A |
| Octal | 126 | 274 | 324 | 73 | 13 | 0 | 21 | 277 | 73 | 72 |
| Binary | 1010110 | 10111100 | 11010100 | 111011 | 1011 | 0 | 10001 | 10111111 | 111011 | 111010 |
Color Harmonies of #56BCD4
Complementary color
Monochromatic Colors of #56BCD4
Black with #56BCD4
Text Example
Text Example
White with #56BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCD4; }
p { color: rgb(86,188,212); }
H1.HeaderClassName
{
color: #56BCD4;
}
.AnyTagClassName
{
color: #56BCD4;
}
</style>
background-color css
<style>
a { background-color: #56BCD4; }
a { background-color: rgb(86,188,212); }
div.DivClassName
{
background-color: #56BCD4;
}
.BgClassName
{
background-color: #56BCD4;
}
</style>
border-color css
<style>
span { border-color: #56BCD4; }
span { border-color: rgb(86,188,212); }
td.TdClassName
{
border-color: #56BCD4;
}
.TagClassName
{
border-color: #56BCD4;
}
</style>