Shades of Viking #42BCCD
Tints of Viking #42BCCD
RGB
CMYK
RGB Variations
Color information
#42BCCD (or 0x42BCCD) is known color: Viking. HEX triplet: 42, BC and CD. RGB value is (66,188,205). Sum of RGB (Red+Green+Blue) = 66+188+205=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #42BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCCD is #BD4332. Grayscale: #999999. Windows color (decimal): -12403507 or 13483074. OLE color: 13483074.
HSL color Cylindrical-coordinate representation of color #42BCCD: hue angle of 187.34º 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 #42BCCD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 188 | 205 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.20 |
| HSL | 187.34º | 0.58% | 0.53% | - |
| HSV(B) | 187.34º | 0.68% | 0.8% | - |
| XYZ | 31.25 | 41.53 | 64.13 | - |
| YUV | 153.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 205 | 0.68 | 0.08 | 0 | 0.20 | 187.34 | 0.58 | 0.53 |
| Hex | 42 | BC | CD | 44 | 8 | 0 | 14 | BB | 3A | 35 |
| Octal | 102 | 274 | 315 | 104 | 10 | 0 | 24 | 273 | 72 | 65 |
| Binary | 1000010 | 10111100 | 11001101 | 1000100 | 1000 | 0 | 10100 | 10111011 | 111010 | 110101 |
Color Harmonies of #42BCCD
Complementary color
Monochromatic Colors of #42BCCD
Black with #42BCCD
Text Example
Text Example
White with #42BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCCD; }
p { color: rgb(66,188,205); }
H1.HeaderClassName
{
color: #42BCCD;
}
.AnyTagClassName
{
color: #42BCCD;
}
</style>
background-color css
<style>
a { background-color: #42BCCD; }
a { background-color: rgb(66,188,205); }
div.DivClassName
{
background-color: #42BCCD;
}
.BgClassName
{
background-color: #42BCCD;
}
</style>
border-color css
<style>
span { border-color: #42BCCD; }
span { border-color: rgb(66,188,205); }
td.TdClassName
{
border-color: #42BCCD;
}
.TagClassName
{
border-color: #42BCCD;
}
</style>