Shades of Viking #53BFDA
Tints of Viking #53BFDA
RGB
CMYK
RGB Variations
Color information
#53BFDA (or 0x53BFDA) is known color: Viking. HEX triplet: 53, BF and DA. RGB value is (83,191,218). Sum of RGB (Red+Green+Blue) = 83+191+218=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #53BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFDA is #AC4025. Grayscale: #A1A1A1. Windows color (decimal): -11288614 or 14335827. OLE color: 14335827.
HSL color Cylindrical-coordinate representation of color #53BFDA: hue angle of 192º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BFDA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 191 | 218 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.15 |
| HSL | 192º | 0.65% | 0.59% | - |
| HSV(B) | 192º | 0.62% | 0.85% | - |
| XYZ | 34.85 | 44.16 | 73.02 | - |
| YUV | 161.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 218 | 0.62 | 0.12 | 0 | 0.15 | 192 | 0.65 | 0.59 |
| Hex | 53 | BF | DA | 3E | C | 0 | F | C0 | 41 | 3B |
| Octal | 123 | 277 | 332 | 76 | 14 | 0 | 17 | 300 | 101 | 73 |
| Binary | 1010011 | 10111111 | 11011010 | 111110 | 1100 | 0 | 1111 | 11000000 | 1000001 | 111011 |
Color Harmonies of #53BFDA
Complementary color
Monochromatic Colors of #53BFDA
Black with #53BFDA
Text Example
Text Example
White with #53BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFDA; }
p { color: rgb(83,191,218); }
H1.HeaderClassName
{
color: #53BFDA;
}
.AnyTagClassName
{
color: #53BFDA;
}
</style>
background-color css
<style>
a { background-color: #53BFDA; }
a { background-color: rgb(83,191,218); }
div.DivClassName
{
background-color: #53BFDA;
}
.BgClassName
{
background-color: #53BFDA;
}
</style>
border-color css
<style>
span { border-color: #53BFDA; }
span { border-color: rgb(83,191,218); }
td.TdClassName
{
border-color: #53BFDA;
}
.TagClassName
{
border-color: #53BFDA;
}
</style>