Shades of Viking #54BED8
Tints of Viking #54BED8
RGB
CMYK
RGB Variations
Color information
#54BED8 (or 0x54BED8) is known color: Viking. HEX triplet: 54, BE and D8. RGB value is (84,190,216). Sum of RGB (Red+Green+Blue) = 84+190+216=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #54BED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BED8 is #AB4127. Grayscale: #A1A1A1. Windows color (decimal): -11223336 or 14204500. OLE color: 14204500.
HSL color Cylindrical-coordinate representation of color #54BED8: hue angle of 191.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54BED8 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 190 | 216 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.15 |
| HSL | 191.82º | 0.63% | 0.59% | - |
| HSV(B) | 191.82º | 0.61% | 0.85% | - |
| XYZ | 34.46 | 43.67 | 71.58 | - |
| YUV | 161.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 216 | 0.61 | 0.12 | 0 | 0.15 | 191.82 | 0.63 | 0.59 |
| Hex | 54 | BE | D8 | 3D | C | 0 | F | C0 | 3F | 3B |
| Octal | 124 | 276 | 330 | 75 | 14 | 0 | 17 | 300 | 77 | 73 |
| Binary | 1010100 | 10111110 | 11011000 | 111101 | 1100 | 0 | 1111 | 11000000 | 111111 | 111011 |
Color Harmonies of #54BED8
Complementary color
Monochromatic Colors of #54BED8
Black with #54BED8
Text Example
Text Example
White with #54BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BED8; }
p { color: rgb(84,190,216); }
H1.HeaderClassName
{
color: #54BED8;
}
.AnyTagClassName
{
color: #54BED8;
}
</style>
background-color css
<style>
a { background-color: #54BED8; }
a { background-color: rgb(84,190,216); }
div.DivClassName
{
background-color: #54BED8;
}
.BgClassName
{
background-color: #54BED8;
}
</style>
border-color css
<style>
span { border-color: #54BED8; }
span { border-color: rgb(84,190,216); }
td.TdClassName
{
border-color: #54BED8;
}
.TagClassName
{
border-color: #54BED8;
}
</style>