Shades of Viking #54BFC9
Tints of Viking #54BFC9
RGB
CMYK
RGB Variations
Color information
#54BFC9 (or 0x54BFC9) is known color: Viking. HEX triplet: 54, BF and C9. RGB value is (84,191,201). Sum of RGB (Red+Green+Blue) = 84+191+201=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #54BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFC9 is #AB4036. Grayscale: #A0A0A0. Windows color (decimal): -11223095 or 13221716. OLE color: 13221716.
HSL color Cylindrical-coordinate representation of color #54BFC9: hue angle of 185.13º 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 #54BFC9 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 191 | 201 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.21 |
| HSL | 185.13º | 0.52% | 0.56% | - |
| HSV(B) | 185.13º | 0.58% | 0.79% | - |
| XYZ | 32.83 | 43.36 | 61.9 | - |
| YUV | 160.15 | 151.05 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 201 | 0.58 | 0.05 | 0 | 0.21 | 185.13 | 0.52 | 0.56 |
| Hex | 54 | BF | C9 | 3A | 5 | 0 | 15 | B9 | 34 | 38 |
| Octal | 124 | 277 | 311 | 72 | 5 | 0 | 25 | 271 | 64 | 70 |
| Binary | 1010100 | 10111111 | 11001001 | 111010 | 101 | 0 | 10101 | 10111001 | 110100 | 111000 |
Color Harmonies of #54BFC9
Complementary color
Monochromatic Colors of #54BFC9
Black with #54BFC9
Text Example
Text Example
White with #54BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFC9; }
p { color: rgb(84,191,201); }
H1.HeaderClassName
{
color: #54BFC9;
}
.AnyTagClassName
{
color: #54BFC9;
}
</style>
background-color css
<style>
a { background-color: #54BFC9; }
a { background-color: rgb(84,191,201); }
div.DivClassName
{
background-color: #54BFC9;
}
.BgClassName
{
background-color: #54BFC9;
}
</style>
border-color css
<style>
span { border-color: #54BFC9; }
span { border-color: rgb(84,191,201); }
td.TdClassName
{
border-color: #54BFC9;
}
.TagClassName
{
border-color: #54BFC9;
}
</style>