Shades of Viking #40BCCD
Tints of Viking #40BCCD
RGB
CMYK
RGB Variations
Color information
#40BCCD (or 0x40BCCD) is known color: Viking. HEX triplet: 40, BC and CD. RGB value is (64,188,205). Sum of RGB (Red+Green+Blue) = 64+188+205=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #40BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCCD is #BF4332. Grayscale: #989898. Windows color (decimal): -12534579 or 13483072. OLE color: 13483072.
HSL color Cylindrical-coordinate representation of color #40BCCD: hue angle of 187.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40BCCD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 188 | 205 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.20 |
| HSL | 187.23º | 0.59% | 0.53% | - |
| HSV(B) | 187.23º | 0.69% | 0.8% | - |
| XYZ | 31.12 | 41.46 | 64.12 | - |
| YUV | 152.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 205 | 0.69 | 0.08 | 0 | 0.20 | 187.23 | 0.59 | 0.53 |
| Hex | 40 | BC | CD | 45 | 8 | 0 | 14 | BB | 3B | 35 |
| Octal | 100 | 274 | 315 | 105 | 10 | 0 | 24 | 273 | 73 | 65 |
| Binary | 1000000 | 10111100 | 11001101 | 1000101 | 1000 | 0 | 10100 | 10111011 | 111011 | 110101 |
Color Harmonies of #40BCCD
Complementary color
Monochromatic Colors of #40BCCD
Black with #40BCCD
Text Example
Text Example
White with #40BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCCD; }
p { color: rgb(64,188,205); }
H1.HeaderClassName
{
color: #40BCCD;
}
.AnyTagClassName
{
color: #40BCCD;
}
</style>
background-color css
<style>
a { background-color: #40BCCD; }
a { background-color: rgb(64,188,205); }
div.DivClassName
{
background-color: #40BCCD;
}
.BgClassName
{
background-color: #40BCCD;
}
</style>
border-color css
<style>
span { border-color: #40BCCD; }
span { border-color: rgb(64,188,205); }
td.TdClassName
{
border-color: #40BCCD;
}
.TagClassName
{
border-color: #40BCCD;
}
</style>