Shades of Viking #63BBC8
Tints of Viking #63BBC8
RGB
CMYK
RGB Variations
Color information
#63BBC8 (or 0x63BBC8) is known color: Viking. HEX triplet: 63, BB and C8. RGB value is (99,187,200). Sum of RGB (Red+Green+Blue) = 99+187+200=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #63BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBC8 is #9C4437. Grayscale: #A2A2A2. Windows color (decimal): -10241080 or 13155171. OLE color: 13155171.
HSL color Cylindrical-coordinate representation of color #63BBC8: hue angle of 187.72º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63BBC8 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 187 | 200 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.22 |
| HSL | 187.72º | 0.48% | 0.59% | - |
| HSV(B) | 187.72º | 0.51% | 0.78% | - |
| XYZ | 33.34 | 42.36 | 61.06 | - |
| YUV | 162.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 200 | 0.50 | 0.06 | 0 | 0.22 | 187.72 | 0.48 | 0.59 |
| Hex | 63 | BB | C8 | 32 | 6 | 0 | 16 | BC | 30 | 3B |
| Octal | 143 | 273 | 310 | 62 | 6 | 0 | 26 | 274 | 60 | 73 |
| Binary | 1100011 | 10111011 | 11001000 | 110010 | 110 | 0 | 10110 | 10111100 | 110000 | 111011 |
Color Harmonies of #63BBC8
Complementary color
Monochromatic Colors of #63BBC8
Black with #63BBC8
Text Example
Text Example
White with #63BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BBC8; }
p { color: rgb(99,187,200); }
H1.HeaderClassName
{
color: #63BBC8;
}
.AnyTagClassName
{
color: #63BBC8;
}
</style>
background-color css
<style>
a { background-color: #63BBC8; }
a { background-color: rgb(99,187,200); }
div.DivClassName
{
background-color: #63BBC8;
}
.BgClassName
{
background-color: #63BBC8;
}
</style>
border-color css
<style>
span { border-color: #63BBC8; }
span { border-color: rgb(99,187,200); }
td.TdClassName
{
border-color: #63BBC8;
}
.TagClassName
{
border-color: #63BBC8;
}
</style>