Shades of Viking #54BCCB
Tints of Viking #54BCCB
RGB
CMYK
RGB Variations
Color information
#54BCCB (or 0x54BCCB) is known color: Viking. HEX triplet: 54, BC and CB. RGB value is (84,188,203). Sum of RGB (Red+Green+Blue) = 84+188+203=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #54BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCCB is #AB4334. Grayscale: #9E9E9E. Windows color (decimal): -11223861 or 13352020. OLE color: 13352020.
HSL color Cylindrical-coordinate representation of color #54BCCB: hue angle of 187.56º 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 #54BCCB is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 188 | 203 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.20 |
| HSL | 187.56º | 0.53% | 0.56% | - |
| HSV(B) | 187.56º | 0.59% | 0.8% | - |
| XYZ | 32.42 | 42.16 | 62.93 | - |
| YUV | 158.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 203 | 0.59 | 0.07 | 0 | 0.20 | 187.56 | 0.53 | 0.56 |
| Hex | 54 | BC | CB | 3B | 7 | 0 | 14 | BC | 35 | 38 |
| Octal | 124 | 274 | 313 | 73 | 7 | 0 | 24 | 274 | 65 | 70 |
| Binary | 1010100 | 10111100 | 11001011 | 111011 | 111 | 0 | 10100 | 10111100 | 110101 | 111000 |
Color Harmonies of #54BCCB
Complementary color
Monochromatic Colors of #54BCCB
Black with #54BCCB
Text Example
Text Example
White with #54BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCCB; }
p { color: rgb(84,188,203); }
H1.HeaderClassName
{
color: #54BCCB;
}
.AnyTagClassName
{
color: #54BCCB;
}
</style>
background-color css
<style>
a { background-color: #54BCCB; }
a { background-color: rgb(84,188,203); }
div.DivClassName
{
background-color: #54BCCB;
}
.BgClassName
{
background-color: #54BCCB;
}
</style>
border-color css
<style>
span { border-color: #54BCCB; }
span { border-color: rgb(84,188,203); }
td.TdClassName
{
border-color: #54BCCB;
}
.TagClassName
{
border-color: #54BCCB;
}
</style>