Shades of Viking #54BAD4
Tints of Viking #54BAD4
RGB
CMYK
RGB Variations
Color information
#54BAD4 (or 0x54BAD4) is known color: Viking. HEX triplet: 54, BA and D4. RGB value is (84,186,212). Sum of RGB (Red+Green+Blue) = 84+186+212=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #54BAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAD4 is #AB452B. Grayscale: #9E9E9E. Windows color (decimal): -11224364 or 13941332. OLE color: 13941332.
HSL color Cylindrical-coordinate representation of color #54BAD4: hue angle of 192.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54BAD4 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 186 | 212 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.17 |
| HSL | 192.19º | 0.6% | 0.58% | - |
| HSV(B) | 192.19º | 0.6% | 0.83% | - |
| XYZ | 33.1 | 41.76 | 68.6 | - |
| YUV | 158.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 212 | 0.60 | 0.12 | 0 | 0.17 | 192.19 | 0.6 | 0.58 |
| Hex | 54 | BA | D4 | 3C | C | 0 | 11 | C0 | 3C | 3A |
| Octal | 124 | 272 | 324 | 74 | 14 | 0 | 21 | 300 | 74 | 72 |
| Binary | 1010100 | 10111010 | 11010100 | 111100 | 1100 | 0 | 10001 | 11000000 | 111100 | 111010 |
Color Harmonies of #54BAD4
Complementary color
Monochromatic Colors of #54BAD4
Black with #54BAD4
Text Example
Text Example
White with #54BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAD4; }
p { color: rgb(84,186,212); }
H1.HeaderClassName
{
color: #54BAD4;
}
.AnyTagClassName
{
color: #54BAD4;
}
</style>
background-color css
<style>
a { background-color: #54BAD4; }
a { background-color: rgb(84,186,212); }
div.DivClassName
{
background-color: #54BAD4;
}
.BgClassName
{
background-color: #54BAD4;
}
</style>
border-color css
<style>
span { border-color: #54BAD4; }
span { border-color: rgb(84,186,212); }
td.TdClassName
{
border-color: #54BAD4;
}
.TagClassName
{
border-color: #54BAD4;
}
</style>