Shades of Viking #42BBCD
Tints of Viking #42BBCD
RGB
CMYK
RGB Variations
Color information
#42BBCD (or 0x42BBCD) is known color: Viking. HEX triplet: 42, BB and CD. RGB value is (66,187,205). Sum of RGB (Red+Green+Blue) = 66+187+205=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #42BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBCD is #BD4432. Grayscale: #989898. Windows color (decimal): -12403763 or 13482818. OLE color: 13482818.
HSL color Cylindrical-coordinate representation of color #42BBCD: hue angle of 187.77º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BBCD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 187 | 205 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.20 |
| HSL | 187.77º | 0.58% | 0.53% | - |
| HSV(B) | 187.77º | 0.68% | 0.8% | - |
| XYZ | 31.04 | 41.11 | 64.06 | - |
| YUV | 152.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 205 | 0.68 | 0.09 | 0 | 0.20 | 187.77 | 0.58 | 0.53 |
| Hex | 42 | BB | CD | 44 | 9 | 0 | 14 | BC | 3A | 35 |
| Octal | 102 | 273 | 315 | 104 | 11 | 0 | 24 | 274 | 72 | 65 |
| Binary | 1000010 | 10111011 | 11001101 | 1000100 | 1001 | 0 | 10100 | 10111100 | 111010 | 110101 |
Color Harmonies of #42BBCD
Complementary color
Monochromatic Colors of #42BBCD
Black with #42BBCD
Text Example
Text Example
White with #42BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBCD; }
p { color: rgb(66,187,205); }
H1.HeaderClassName
{
color: #42BBCD;
}
.AnyTagClassName
{
color: #42BBCD;
}
</style>
background-color css
<style>
a { background-color: #42BBCD; }
a { background-color: rgb(66,187,205); }
div.DivClassName
{
background-color: #42BBCD;
}
.BgClassName
{
background-color: #42BBCD;
}
</style>
border-color css
<style>
span { border-color: #42BBCD; }
span { border-color: rgb(66,187,205); }
td.TdClassName
{
border-color: #42BBCD;
}
.TagClassName
{
border-color: #42BBCD;
}
</style>