Shades of Viking #51BDC3
Tints of Viking #51BDC3
RGB
CMYK
RGB Variations
Color information
#51BDC3 (or 0x51BDC3) is known color: Viking. HEX triplet: 51, BD and C3. RGB value is (81,189,195). Sum of RGB (Red+Green+Blue) = 81+189+195=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #51BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BDC3 is #AE423C. Grayscale: #9D9D9D. Windows color (decimal): -11420221 or 12827985. OLE color: 12827985.
HSL color Cylindrical-coordinate representation of color #51BDC3: hue angle of 183.16º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BDC3 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 189 | 195 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.24 |
| HSL | 183.16º | 0.49% | 0.54% | - |
| HSV(B) | 183.16º | 0.58% | 0.76% | - |
| XYZ | 31.44 | 42.08 | 58.1 | - |
| YUV | 157.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 195 | 0.58 | 0.03 | 0 | 0.24 | 183.16 | 0.49 | 0.54 |
| Hex | 51 | BD | C3 | 3A | 3 | 0 | 18 | B7 | 31 | 36 |
| Octal | 121 | 275 | 303 | 72 | 3 | 0 | 30 | 267 | 61 | 66 |
| Binary | 1010001 | 10111101 | 11000011 | 111010 | 11 | 0 | 11000 | 10110111 | 110001 | 110110 |
Color Harmonies of #51BDC3
Complementary color
Monochromatic Colors of #51BDC3
Black with #51BDC3
Text Example
Text Example
White with #51BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BDC3; }
p { color: rgb(81,189,195); }
H1.HeaderClassName
{
color: #51BDC3;
}
.AnyTagClassName
{
color: #51BDC3;
}
</style>
background-color css
<style>
a { background-color: #51BDC3; }
a { background-color: rgb(81,189,195); }
div.DivClassName
{
background-color: #51BDC3;
}
.BgClassName
{
background-color: #51BDC3;
}
</style>
border-color css
<style>
span { border-color: #51BDC3; }
span { border-color: rgb(81,189,195); }
td.TdClassName
{
border-color: #51BDC3;
}
.TagClassName
{
border-color: #51BDC3;
}
</style>