Shades of Viking #54AECB
Tints of Viking #54AECB
RGB
CMYK
RGB Variations
Color information
#54AECB (or 0x54AECB) is known color: Viking. HEX triplet: 54, AE and CB. RGB value is (84,174,203). Sum of RGB (Red+Green+Blue) = 84+174+203=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #54AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AECB is #AB5134. Grayscale: #969696. Windows color (decimal): -11227445 or 13348436. OLE color: 13348436.
HSL color Cylindrical-coordinate representation of color #54AECB: hue angle of 194.62º 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 #54AECB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 174 | 203 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.20 |
| HSL | 194.62º | 0.53% | 0.56% | - |
| HSV(B) | 194.62º | 0.59% | 0.8% | - |
| XYZ | 29.57 | 36.47 | 61.98 | - |
| YUV | 150.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 203 | 0.59 | 0.14 | 0 | 0.20 | 194.62 | 0.53 | 0.56 |
| Hex | 54 | AE | CB | 3B | E | 0 | 14 | C3 | 35 | 38 |
| Octal | 124 | 256 | 313 | 73 | 16 | 0 | 24 | 303 | 65 | 70 |
| Binary | 1010100 | 10101110 | 11001011 | 111011 | 1110 | 0 | 10100 | 11000011 | 110101 | 111000 |
Color Harmonies of #54AECB
Complementary color
Monochromatic Colors of #54AECB
Black with #54AECB
Text Example
Text Example
White with #54AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AECB; }
p { color: rgb(84,174,203); }
H1.HeaderClassName
{
color: #54AECB;
}
.AnyTagClassName
{
color: #54AECB;
}
</style>
background-color css
<style>
a { background-color: #54AECB; }
a { background-color: rgb(84,174,203); }
div.DivClassName
{
background-color: #54AECB;
}
.BgClassName
{
background-color: #54AECB;
}
</style>
border-color css
<style>
span { border-color: #54AECB; }
span { border-color: rgb(84,174,203); }
td.TdClassName
{
border-color: #54AECB;
}
.TagClassName
{
border-color: #54AECB;
}
</style>