Shades of Viking #53BCCE
Tints of Viking #53BCCE
RGB
CMYK
RGB Variations
Color information
#53BCCE (or 0x53BCCE) is known color: Viking. HEX triplet: 53, BC and CE. RGB value is (83,188,206). Sum of RGB (Red+Green+Blue) = 83+188+206=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #53BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCCE is #AC4331. Grayscale: #9E9E9E. Windows color (decimal): -11289394 or 13548627. OLE color: 13548627.
HSL color Cylindrical-coordinate representation of color #53BCCE: hue angle of 188.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BCCE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 188 | 206 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.19 |
| HSL | 188.78º | 0.56% | 0.57% | - |
| HSV(B) | 188.78º | 0.6% | 0.81% | - |
| XYZ | 32.69 | 42.26 | 64.83 | - |
| YUV | 158.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 206 | 0.60 | 0.09 | 0 | 0.19 | 188.78 | 0.56 | 0.57 |
| Hex | 53 | BC | CE | 3C | 9 | 0 | 13 | BD | 38 | 39 |
| Octal | 123 | 274 | 316 | 74 | 11 | 0 | 23 | 275 | 70 | 71 |
| Binary | 1010011 | 10111100 | 11001110 | 111100 | 1001 | 0 | 10011 | 10111101 | 111000 | 111001 |
Color Harmonies of #53BCCE
Complementary color
Monochromatic Colors of #53BCCE
Black with #53BCCE
Text Example
Text Example
White with #53BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCCE; }
p { color: rgb(83,188,206); }
H1.HeaderClassName
{
color: #53BCCE;
}
.AnyTagClassName
{
color: #53BCCE;
}
</style>
background-color css
<style>
a { background-color: #53BCCE; }
a { background-color: rgb(83,188,206); }
div.DivClassName
{
background-color: #53BCCE;
}
.BgClassName
{
background-color: #53BCCE;
}
</style>
border-color css
<style>
span { border-color: #53BCCE; }
span { border-color: rgb(83,188,206); }
td.TdClassName
{
border-color: #53BCCE;
}
.TagClassName
{
border-color: #53BCCE;
}
</style>