Shades of Viking #54ABCB
Tints of Viking #54ABCB
RGB
CMYK
RGB Variations
Color information
#54ABCB (or 0x54ABCB) is known color: Viking. HEX triplet: 54, AB and CB. RGB value is (84,171,203). Sum of RGB (Red+Green+Blue) = 84+171+203=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #54ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABCB is #AB5434. Grayscale: #949494. Windows color (decimal): -11228213 or 13347668. OLE color: 13347668.
HSL color Cylindrical-coordinate representation of color #54ABCB: hue angle of 196.13º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54ABCB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 171 | 203 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.20 |
| HSL | 196.13º | 0.53% | 0.56% | - |
| HSV(B) | 196.13º | 0.59% | 0.8% | - |
| XYZ | 29 | 35.32 | 61.79 | - |
| YUV | 148.64 | 158.68 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 203 | 0.59 | 0.16 | 0 | 0.20 | 196.13 | 0.53 | 0.56 |
| Hex | 54 | AB | CB | 3B | 10 | 0 | 14 | C4 | 35 | 38 |
| Octal | 124 | 253 | 313 | 73 | 20 | 0 | 24 | 304 | 65 | 70 |
| Binary | 1010100 | 10101011 | 11001011 | 111011 | 10000 | 0 | 10100 | 11000100 | 110101 | 111000 |
Color Harmonies of #54ABCB
Complementary color
Monochromatic Colors of #54ABCB
Black with #54ABCB
Text Example
Text Example
White with #54ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABCB; }
p { color: rgb(84,171,203); }
H1.HeaderClassName
{
color: #54ABCB;
}
.AnyTagClassName
{
color: #54ABCB;
}
</style>
background-color css
<style>
a { background-color: #54ABCB; }
a { background-color: rgb(84,171,203); }
div.DivClassName
{
background-color: #54ABCB;
}
.BgClassName
{
background-color: #54ABCB;
}
</style>
border-color css
<style>
span { border-color: #54ABCB; }
span { border-color: rgb(84,171,203); }
td.TdClassName
{
border-color: #54ABCB;
}
.TagClassName
{
border-color: #54ABCB;
}
</style>