Shades of Viking #63BDC9
Tints of Viking #63BDC9
RGB
CMYK
RGB Variations
Color information
#63BDC9 (or 0x63BDC9) is known color: Viking. HEX triplet: 63, BD and C9. RGB value is (99,189,201). Sum of RGB (Red+Green+Blue) = 99+189+201=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #63BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDC9 is #9C4236. Grayscale: #A3A3A3. Windows color (decimal): -10240567 or 13221219. OLE color: 13221219.
HSL color Cylindrical-coordinate representation of color #63BDC9: hue angle of 187.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63BDC9 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 189 | 201 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.21 |
| HSL | 187.06º | 0.49% | 0.59% | - |
| HSV(B) | 187.06º | 0.51% | 0.79% | - |
| XYZ | 33.89 | 43.26 | 61.82 | - |
| YUV | 163.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 201 | 0.51 | 0.06 | 0 | 0.21 | 187.06 | 0.49 | 0.59 |
| Hex | 63 | BD | C9 | 33 | 6 | 0 | 15 | BB | 31 | 3B |
| Octal | 143 | 275 | 311 | 63 | 6 | 0 | 25 | 273 | 61 | 73 |
| Binary | 1100011 | 10111101 | 11001001 | 110011 | 110 | 0 | 10101 | 10111011 | 110001 | 111011 |
Color Harmonies of #63BDC9
Complementary color
Monochromatic Colors of #63BDC9
Black with #63BDC9
Text Example
Text Example
White with #63BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDC9; }
p { color: rgb(99,189,201); }
H1.HeaderClassName
{
color: #63BDC9;
}
.AnyTagClassName
{
color: #63BDC9;
}
</style>
background-color css
<style>
a { background-color: #63BDC9; }
a { background-color: rgb(99,189,201); }
div.DivClassName
{
background-color: #63BDC9;
}
.BgClassName
{
background-color: #63BDC9;
}
</style>
border-color css
<style>
span { border-color: #63BDC9; }
span { border-color: rgb(99,189,201); }
td.TdClassName
{
border-color: #63BDC9;
}
.TagClassName
{
border-color: #63BDC9;
}
</style>