Shades of Viking #54AFCC
Tints of Viking #54AFCC
RGB
CMYK
RGB Variations
Color information
#54AFCC (or 0x54AFCC) is known color: Viking. HEX triplet: 54, AF and CC. RGB value is (84,175,204). Sum of RGB (Red+Green+Blue) = 84+175+204=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #54AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFCC is #AB5033. Grayscale: #969696. Windows color (decimal): -11227188 or 13414228. OLE color: 13414228.
HSL color Cylindrical-coordinate representation of color #54AFCC: hue angle of 194.5º degrees, saturation: 0.54, 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 #54AFCC is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 175 | 204 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.2 |
| HSL | 194.5º | 0.54% | 0.56% | - |
| HSV(B) | 194.5º | 0.59% | 0.8% | - |
| XYZ | 29.89 | 36.9 | 62.67 | - |
| YUV | 151.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 204 | 0.59 | 0.14 | 0 | 0.2 | 194.5 | 0.54 | 0.56 |
| Hex | 54 | AF | CC | 3B | E | 0 | 14 | C2 | 36 | 38 |
| Octal | 124 | 257 | 314 | 73 | 16 | 0 | 24 | 302 | 66 | 70 |
| Binary | 1010100 | 10101111 | 11001100 | 111011 | 1110 | 0 | 10100 | 11000010 | 110110 | 111000 |
Color Harmonies of #54AFCC
Complementary color
Monochromatic Colors of #54AFCC
Black with #54AFCC
Text Example
Text Example
White with #54AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFCC; }
p { color: rgb(84,175,204); }
H1.HeaderClassName
{
color: #54AFCC;
}
.AnyTagClassName
{
color: #54AFCC;
}
</style>
background-color css
<style>
a { background-color: #54AFCC; }
a { background-color: rgb(84,175,204); }
div.DivClassName
{
background-color: #54AFCC;
}
.BgClassName
{
background-color: #54AFCC;
}
</style>
border-color css
<style>
span { border-color: #54AFCC; }
span { border-color: rgb(84,175,204); }
td.TdClassName
{
border-color: #54AFCC;
}
.TagClassName
{
border-color: #54AFCC;
}
</style>