Shades of Viking #54BBCD
Tints of Viking #54BBCD
RGB
CMYK
RGB Variations
Color information
#54BBCD (or 0x54BBCD) is known color: Viking. HEX triplet: 54, BB and CD. RGB value is (84,187,205). Sum of RGB (Red+Green+Blue) = 84+187+205=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #54BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBCD is #AB4432. Grayscale: #9E9E9E. Windows color (decimal): -11224115 or 13482836. OLE color: 13482836.
HSL color Cylindrical-coordinate representation of color #54BBCD: hue angle of 188.93º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BBCD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 187 | 205 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.20 |
| HSL | 188.93º | 0.55% | 0.57% | - |
| HSV(B) | 188.93º | 0.59% | 0.8% | - |
| XYZ | 32.45 | 41.83 | 64.12 | - |
| YUV | 158.26 | 154.38 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 205 | 0.59 | 0.09 | 0 | 0.20 | 188.93 | 0.55 | 0.57 |
| Hex | 54 | BB | CD | 3B | 9 | 0 | 14 | BD | 37 | 39 |
| Octal | 124 | 273 | 315 | 73 | 11 | 0 | 24 | 275 | 67 | 71 |
| Binary | 1010100 | 10111011 | 11001101 | 111011 | 1001 | 0 | 10100 | 10111101 | 110111 | 111001 |
Color Harmonies of #54BBCD
Complementary color
Monochromatic Colors of #54BBCD
Black with #54BBCD
Text Example
Text Example
White with #54BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBCD; }
p { color: rgb(84,187,205); }
H1.HeaderClassName
{
color: #54BBCD;
}
.AnyTagClassName
{
color: #54BBCD;
}
</style>
background-color css
<style>
a { background-color: #54BBCD; }
a { background-color: rgb(84,187,205); }
div.DivClassName
{
background-color: #54BBCD;
}
.BgClassName
{
background-color: #54BBCD;
}
</style>
border-color css
<style>
span { border-color: #54BBCD; }
span { border-color: rgb(84,187,205); }
td.TdClassName
{
border-color: #54BBCD;
}
.TagClassName
{
border-color: #54BBCD;
}
</style>