Shades of Viking #62BAC8
Tints of Viking #62BAC8
RGB
CMYK
RGB Variations
Color information
#62BAC8 (or 0x62BAC8) is known color: Viking. HEX triplet: 62, BA and C8. RGB value is (98,186,200). Sum of RGB (Red+Green+Blue) = 98+186+200=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #62BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAC8 is #9D4537. Grayscale: #A1A1A1. Windows color (decimal): -10306872 or 13154914. OLE color: 13154914.
HSL color Cylindrical-coordinate representation of color #62BAC8: hue angle of 188.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62BAC8 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 186 | 200 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.22 |
| HSL | 188.24º | 0.48% | 0.58% | - |
| HSV(B) | 188.24º | 0.51% | 0.78% | - |
| XYZ | 33.02 | 41.88 | 60.99 | - |
| YUV | 161.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 200 | 0.51 | 0.07 | 0 | 0.22 | 188.24 | 0.48 | 0.58 |
| Hex | 62 | BA | C8 | 33 | 7 | 0 | 16 | BC | 30 | 3A |
| Octal | 142 | 272 | 310 | 63 | 7 | 0 | 26 | 274 | 60 | 72 |
| Binary | 1100010 | 10111010 | 11001000 | 110011 | 111 | 0 | 10110 | 10111100 | 110000 | 111010 |
Color Harmonies of #62BAC8
Complementary color
Monochromatic Colors of #62BAC8
Black with #62BAC8
Text Example
Text Example
White with #62BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAC8; }
p { color: rgb(98,186,200); }
H1.HeaderClassName
{
color: #62BAC8;
}
.AnyTagClassName
{
color: #62BAC8;
}
</style>
background-color css
<style>
a { background-color: #62BAC8; }
a { background-color: rgb(98,186,200); }
div.DivClassName
{
background-color: #62BAC8;
}
.BgClassName
{
background-color: #62BAC8;
}
</style>
border-color css
<style>
span { border-color: #62BAC8; }
span { border-color: rgb(98,186,200); }
td.TdClassName
{
border-color: #62BAC8;
}
.TagClassName
{
border-color: #62BAC8;
}
</style>