Shades of Viking #54BBC9
Tints of Viking #54BBC9
RGB
CMYK
RGB Variations
Color information
#54BBC9 (or 0x54BBC9) is known color: Viking. HEX triplet: 54, BB and C9. RGB value is (84,187,201). Sum of RGB (Red+Green+Blue) = 84+187+201=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #54BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBC9 is #AB4436. Grayscale: #9D9D9D. Windows color (decimal): -11224119 or 13220692. OLE color: 13220692.
HSL color Cylindrical-coordinate representation of color #54BBC9: hue angle of 187.18º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54BBC9 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 187 | 201 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.21 |
| HSL | 187.18º | 0.52% | 0.56% | - |
| HSV(B) | 187.18º | 0.58% | 0.79% | - |
| XYZ | 31.97 | 41.64 | 61.61 | - |
| YUV | 157.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 201 | 0.58 | 0.07 | 0 | 0.21 | 187.18 | 0.52 | 0.56 |
| Hex | 54 | BB | C9 | 3A | 7 | 0 | 15 | BB | 34 | 38 |
| Octal | 124 | 273 | 311 | 72 | 7 | 0 | 25 | 273 | 64 | 70 |
| Binary | 1010100 | 10111011 | 11001001 | 111010 | 111 | 0 | 10101 | 10111011 | 110100 | 111000 |
Color Harmonies of #54BBC9
Complementary color
Monochromatic Colors of #54BBC9
Black with #54BBC9
Text Example
Text Example
White with #54BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBC9; }
p { color: rgb(84,187,201); }
H1.HeaderClassName
{
color: #54BBC9;
}
.AnyTagClassName
{
color: #54BBC9;
}
</style>
background-color css
<style>
a { background-color: #54BBC9; }
a { background-color: rgb(84,187,201); }
div.DivClassName
{
background-color: #54BBC9;
}
.BgClassName
{
background-color: #54BBC9;
}
</style>
border-color css
<style>
span { border-color: #54BBC9; }
span { border-color: rgb(84,187,201); }
td.TdClassName
{
border-color: #54BBC9;
}
.TagClassName
{
border-color: #54BBC9;
}
</style>