Shades of Viking #54BCCE
Tints of Viking #54BCCE
RGB
CMYK
RGB Variations
Color information
#54BCCE (or 0x54BCCE) is known color: Viking. HEX triplet: 54, BC and CE. RGB value is (84,188,206). Sum of RGB (Red+Green+Blue) = 84+188+206=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #54BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCCE is #AB4331. Grayscale: #9E9E9E. Windows color (decimal): -11223858 or 13548628. OLE color: 13548628.
HSL color Cylindrical-coordinate representation of color #54BCCE: hue angle of 188.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BCCE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 188 | 206 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.19 |
| HSL | 188.85º | 0.55% | 0.57% | - |
| HSV(B) | 188.85º | 0.59% | 0.81% | - |
| XYZ | 32.78 | 42.31 | 64.83 | - |
| YUV | 158.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 206 | 0.59 | 0.09 | 0 | 0.19 | 188.85 | 0.55 | 0.57 |
| Hex | 54 | BC | CE | 3B | 9 | 0 | 13 | BD | 37 | 39 |
| Octal | 124 | 274 | 316 | 73 | 11 | 0 | 23 | 275 | 67 | 71 |
| Binary | 1010100 | 10111100 | 11001110 | 111011 | 1001 | 0 | 10011 | 10111101 | 110111 | 111001 |
Color Harmonies of #54BCCE
Complementary color
Monochromatic Colors of #54BCCE
Black with #54BCCE
Text Example
Text Example
White with #54BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCCE; }
p { color: rgb(84,188,206); }
H1.HeaderClassName
{
color: #54BCCE;
}
.AnyTagClassName
{
color: #54BCCE;
}
</style>
background-color css
<style>
a { background-color: #54BCCE; }
a { background-color: rgb(84,188,206); }
div.DivClassName
{
background-color: #54BCCE;
}
.BgClassName
{
background-color: #54BCCE;
}
</style>
border-color css
<style>
span { border-color: #54BCCE; }
span { border-color: rgb(84,188,206); }
td.TdClassName
{
border-color: #54BCCE;
}
.TagClassName
{
border-color: #54BCCE;
}
</style>