Shades of Viking #42B9CD
Tints of Viking #42B9CD
RGB
CMYK
RGB Variations
Color information
#42B9CD (or 0x42B9CD) is known color: Viking. HEX triplet: 42, B9 and CD. RGB value is (66,185,205). Sum of RGB (Red+Green+Blue) = 66+185+205=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #42B9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9CD is #BD4632. Grayscale: #979797. Windows color (decimal): -12404275 or 13482306. OLE color: 13482306.
HSL color Cylindrical-coordinate representation of color #42B9CD: hue angle of 188.63º 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 #42B9CD is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 185 | 205 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.20 |
| HSL | 188.63º | 0.58% | 0.53% | - |
| HSV(B) | 188.63º | 0.68% | 0.8% | - |
| XYZ | 30.62 | 40.26 | 63.92 | - |
| YUV | 151.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 205 | 0.68 | 0.10 | 0 | 0.20 | 188.63 | 0.58 | 0.53 |
| Hex | 42 | B9 | CD | 44 | A | 0 | 14 | BD | 3A | 35 |
| Octal | 102 | 271 | 315 | 104 | 12 | 0 | 24 | 275 | 72 | 65 |
| Binary | 1000010 | 10111001 | 11001101 | 1000100 | 1010 | 0 | 10100 | 10111101 | 111010 | 110101 |
Color Harmonies of #42B9CD
Complementary color
Monochromatic Colors of #42B9CD
Black with #42B9CD
Text Example
Text Example
White with #42B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B9CD; }
p { color: rgb(66,185,205); }
H1.HeaderClassName
{
color: #42B9CD;
}
.AnyTagClassName
{
color: #42B9CD;
}
</style>
background-color css
<style>
a { background-color: #42B9CD; }
a { background-color: rgb(66,185,205); }
div.DivClassName
{
background-color: #42B9CD;
}
.BgClassName
{
background-color: #42B9CD;
}
</style>
border-color css
<style>
span { border-color: #42B9CD; }
span { border-color: rgb(66,185,205); }
td.TdClassName
{
border-color: #42B9CD;
}
.TagClassName
{
border-color: #42B9CD;
}
</style>