Shades of Viking #54C0DA
Tints of Viking #54C0DA
RGB
CMYK
RGB Variations
Color information
#54C0DA (or 0x54C0DA) is known color: Viking. HEX triplet: 54, C0 and DA. RGB value is (84,192,218). Sum of RGB (Red+Green+Blue) = 84+192+218=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #54C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C0DA is #AB3F25. Grayscale: #A2A2A2. Windows color (decimal): -11222822 or 14336084. OLE color: 14336084.
HSL color Cylindrical-coordinate representation of color #54C0DA: hue angle of 191.64º degrees, saturation: 0.64, 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 #54C0DA is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 192 | 218 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.15 |
| HSL | 191.64º | 0.64% | 0.59% | - |
| HSV(B) | 191.64º | 0.61% | 0.85% | - |
| XYZ | 35.16 | 44.65 | 73.09 | - |
| YUV | 162.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 218 | 0.61 | 0.12 | 0 | 0.15 | 191.64 | 0.64 | 0.59 |
| Hex | 54 | C0 | DA | 3D | C | 0 | F | C0 | 40 | 3B |
| Octal | 124 | 300 | 332 | 75 | 14 | 0 | 17 | 300 | 100 | 73 |
| Binary | 1010100 | 11000000 | 11011010 | 111101 | 1100 | 0 | 1111 | 11000000 | 1000000 | 111011 |
Color Harmonies of #54C0DA
Complementary color
Monochromatic Colors of #54C0DA
Black with #54C0DA
Text Example
Text Example
White with #54C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0DA; }
p { color: rgb(84,192,218); }
H1.HeaderClassName
{
color: #54C0DA;
}
.AnyTagClassName
{
color: #54C0DA;
}
</style>
background-color css
<style>
a { background-color: #54C0DA; }
a { background-color: rgb(84,192,218); }
div.DivClassName
{
background-color: #54C0DA;
}
.BgClassName
{
background-color: #54C0DA;
}
</style>
border-color css
<style>
span { border-color: #54C0DA; }
span { border-color: rgb(84,192,218); }
td.TdClassName
{
border-color: #54C0DA;
}
.TagClassName
{
border-color: #54C0DA;
}
</style>