Shades of Viking #53BFD4
Tints of Viking #53BFD4
RGB
CMYK
RGB Variations
Color information
#53BFD4 (or 0x53BFD4) is known color: Viking. HEX triplet: 53, BF and D4. RGB value is (83,191,212). Sum of RGB (Red+Green+Blue) = 83+191+212=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #53BFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFD4 is #AC402B. Grayscale: #A0A0A0. Windows color (decimal): -11288620 or 13942611. OLE color: 13942611.
HSL color Cylindrical-coordinate representation of color #53BFD4: hue angle of 189.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BFD4 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 191 | 212 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.17 |
| HSL | 189.77º | 0.6% | 0.58% | - |
| HSV(B) | 189.77º | 0.61% | 0.83% | - |
| XYZ | 34.08 | 43.85 | 68.96 | - |
| YUV | 161.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 212 | 0.61 | 0.10 | 0 | 0.17 | 189.77 | 0.6 | 0.58 |
| Hex | 53 | BF | D4 | 3D | A | 0 | 11 | BE | 3C | 3A |
| Octal | 123 | 277 | 324 | 75 | 12 | 0 | 21 | 276 | 74 | 72 |
| Binary | 1010011 | 10111111 | 11010100 | 111101 | 1010 | 0 | 10001 | 10111110 | 111100 | 111010 |
Color Harmonies of #53BFD4
Complementary color
Monochromatic Colors of #53BFD4
Black with #53BFD4
Text Example
Text Example
White with #53BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFD4; }
p { color: rgb(83,191,212); }
H1.HeaderClassName
{
color: #53BFD4;
}
.AnyTagClassName
{
color: #53BFD4;
}
</style>
background-color css
<style>
a { background-color: #53BFD4; }
a { background-color: rgb(83,191,212); }
div.DivClassName
{
background-color: #53BFD4;
}
.BgClassName
{
background-color: #53BFD4;
}
</style>
border-color css
<style>
span { border-color: #53BFD4; }
span { border-color: rgb(83,191,212); }
td.TdClassName
{
border-color: #53BFD4;
}
.TagClassName
{
border-color: #53BFD4;
}
</style>