Shades of Viking #42BDCC
Tints of Viking #42BDCC
RGB
CMYK
RGB Variations
Color information
#42BDCC (or 0x42BDCC) is known color: Viking. HEX triplet: 42, BD and CC. RGB value is (66,189,204). Sum of RGB (Red+Green+Blue) = 66+189+204=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #42BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDCC is #BD4233. Grayscale: #999999. Windows color (decimal): -12403252 or 13417794. OLE color: 13417794.
HSL color Cylindrical-coordinate representation of color #42BDCC: hue angle of 186.52º degrees, saturation: 0.57, 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 #42BDCC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 189 | 204 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.2 |
| HSL | 186.52º | 0.58% | 0.53% | - |
| HSV(B) | 186.52º | 0.68% | 0.8% | - |
| XYZ | 31.34 | 41.91 | 63.56 | - |
| YUV | 153.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 204 | 0.68 | 0.07 | 0 | 0.2 | 186.52 | 0.58 | 0.53 |
| Hex | 42 | BD | CC | 44 | 7 | 0 | 14 | BB | 3A | 35 |
| Octal | 102 | 275 | 314 | 104 | 7 | 0 | 24 | 273 | 72 | 65 |
| Binary | 1000010 | 10111101 | 11001100 | 1000100 | 111 | 0 | 10100 | 10111011 | 111010 | 110101 |
Color Harmonies of #42BDCC
Complementary color
Monochromatic Colors of #42BDCC
Black with #42BDCC
Text Example
Text Example
White with #42BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDCC; }
p { color: rgb(66,189,204); }
H1.HeaderClassName
{
color: #42BDCC;
}
.AnyTagClassName
{
color: #42BDCC;
}
</style>
background-color css
<style>
a { background-color: #42BDCC; }
a { background-color: rgb(66,189,204); }
div.DivClassName
{
background-color: #42BDCC;
}
.BgClassName
{
background-color: #42BDCC;
}
</style>
border-color css
<style>
span { border-color: #42BDCC; }
span { border-color: rgb(66,189,204); }
td.TdClassName
{
border-color: #42BDCC;
}
.TagClassName
{
border-color: #42BDCC;
}
</style>