Shades of Viking #40BDC9
Tints of Viking #40BDC9
RGB
CMYK
RGB Variations
Color information
#40BDC9 (or 0x40BDC9) is known color: Viking. HEX triplet: 40, BD and C9. RGB value is (64,189,201). Sum of RGB (Red+Green+Blue) = 64+189+201=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #40BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDC9 is #BF4236. Grayscale: #989898. Windows color (decimal): -12534327 or 13221184. OLE color: 13221184.
HSL color Cylindrical-coordinate representation of color #40BDC9: hue angle of 185.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BDC9 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 189 | 201 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.21 |
| HSL | 185.26º | 0.56% | 0.52% | - |
| HSV(B) | 185.26º | 0.68% | 0.79% | - |
| XYZ | 30.85 | 41.7 | 61.68 | - |
| YUV | 152.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 201 | 0.68 | 0.06 | 0 | 0.21 | 185.26 | 0.56 | 0.52 |
| Hex | 40 | BD | C9 | 44 | 6 | 0 | 15 | B9 | 38 | 34 |
| Octal | 100 | 275 | 311 | 104 | 6 | 0 | 25 | 271 | 70 | 64 |
| Binary | 1000000 | 10111101 | 11001001 | 1000100 | 110 | 0 | 10101 | 10111001 | 111000 | 110100 |
Color Harmonies of #40BDC9
Complementary color
Monochromatic Colors of #40BDC9
Black with #40BDC9
Text Example
Text Example
White with #40BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDC9; }
p { color: rgb(64,189,201); }
H1.HeaderClassName
{
color: #40BDC9;
}
.AnyTagClassName
{
color: #40BDC9;
}
</style>
background-color css
<style>
a { background-color: #40BDC9; }
a { background-color: rgb(64,189,201); }
div.DivClassName
{
background-color: #40BDC9;
}
.BgClassName
{
background-color: #40BDC9;
}
</style>
border-color css
<style>
span { border-color: #40BDC9; }
span { border-color: rgb(64,189,201); }
td.TdClassName
{
border-color: #40BDC9;
}
.TagClassName
{
border-color: #40BDC9;
}
</style>