Shades of Viking #53BFD6
Tints of Viking #53BFD6
RGB
CMYK
RGB Variations
Color information
#53BFD6 (or 0x53BFD6) is known color: Viking. HEX triplet: 53, BF and D6. RGB value is (83,191,214). Sum of RGB (Red+Green+Blue) = 83+191+214=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #53BFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFD6 is #AC4029. Grayscale: #A1A1A1. Windows color (decimal): -11288618 or 14073683. OLE color: 14073683.
HSL color Cylindrical-coordinate representation of color #53BFD6: hue angle of 190.53º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BFD6 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 191 | 214 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.16 |
| HSL | 190.53º | 0.62% | 0.58% | - |
| HSV(B) | 190.53º | 0.61% | 0.84% | - |
| XYZ | 34.34 | 43.96 | 70.29 | - |
| YUV | 161.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 214 | 0.61 | 0.11 | 0 | 0.16 | 190.53 | 0.62 | 0.58 |
| Hex | 53 | BF | D6 | 3D | B | 0 | 10 | BF | 3E | 3A |
| Octal | 123 | 277 | 326 | 75 | 13 | 0 | 20 | 277 | 76 | 72 |
| Binary | 1010011 | 10111111 | 11010110 | 111101 | 1011 | 0 | 10000 | 10111111 | 111110 | 111010 |
Color Harmonies of #53BFD6
Complementary color
Monochromatic Colors of #53BFD6
Black with #53BFD6
Text Example
Text Example
White with #53BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFD6; }
p { color: rgb(83,191,214); }
H1.HeaderClassName
{
color: #53BFD6;
}
.AnyTagClassName
{
color: #53BFD6;
}
</style>
background-color css
<style>
a { background-color: #53BFD6; }
a { background-color: rgb(83,191,214); }
div.DivClassName
{
background-color: #53BFD6;
}
.BgClassName
{
background-color: #53BFD6;
}
</style>
border-color css
<style>
span { border-color: #53BFD6; }
span { border-color: rgb(83,191,214); }
td.TdClassName
{
border-color: #53BFD6;
}
.TagClassName
{
border-color: #53BFD6;
}
</style>