Shades of Viking #54BBCB
Tints of Viking #54BBCB
RGB
CMYK
RGB Variations
Color information
#54BBCB (or 0x54BBCB) is known color: Viking. HEX triplet: 54, BB and CB. RGB value is (84,187,203). Sum of RGB (Red+Green+Blue) = 84+187+203=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #54BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBCB is #AB4434. Grayscale: #9D9D9D. Windows color (decimal): -11224117 or 13351764. OLE color: 13351764.
HSL color Cylindrical-coordinate representation of color #54BBCB: hue angle of 188.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BBCB is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 187 | 203 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.20 |
| HSL | 188.07º | 0.53% | 0.56% | - |
| HSV(B) | 188.07º | 0.59% | 0.8% | - |
| XYZ | 32.21 | 41.74 | 62.86 | - |
| YUV | 158.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 203 | 0.59 | 0.08 | 0 | 0.20 | 188.07 | 0.53 | 0.56 |
| Hex | 54 | BB | CB | 3B | 8 | 0 | 14 | BC | 35 | 38 |
| Octal | 124 | 273 | 313 | 73 | 10 | 0 | 24 | 274 | 65 | 70 |
| Binary | 1010100 | 10111011 | 11001011 | 111011 | 1000 | 0 | 10100 | 10111100 | 110101 | 111000 |
Color Harmonies of #54BBCB
Complementary color
Monochromatic Colors of #54BBCB
Black with #54BBCB
Text Example
Text Example
White with #54BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBCB; }
p { color: rgb(84,187,203); }
H1.HeaderClassName
{
color: #54BBCB;
}
.AnyTagClassName
{
color: #54BBCB;
}
</style>
background-color css
<style>
a { background-color: #54BBCB; }
a { background-color: rgb(84,187,203); }
div.DivClassName
{
background-color: #54BBCB;
}
.BgClassName
{
background-color: #54BBCB;
}
</style>
border-color css
<style>
span { border-color: #54BBCB; }
span { border-color: rgb(84,187,203); }
td.TdClassName
{
border-color: #54BBCB;
}
.TagClassName
{
border-color: #54BBCB;
}
</style>