Shades of Viking #42B0CC
Tints of Viking #42B0CC
RGB
CMYK
RGB Variations
Color information
#42B0CC (or 0x42B0CC) is known color: Viking. HEX triplet: 42, B0 and CC. RGB value is (66,176,204). Sum of RGB (Red+Green+Blue) = 66+176+204=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #42B0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B0CC is #BD4F33. Grayscale: #929292. Windows color (decimal): -12406580 or 13414466. OLE color: 13414466.
HSL color Cylindrical-coordinate representation of color #42B0CC: hue angle of 192.17º 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 #42B0CC is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 176 | 204 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.2 |
| HSL | 192.17º | 0.58% | 0.53% | - |
| HSV(B) | 192.17º | 0.68% | 0.8% | - |
| XYZ | 28.67 | 36.57 | 62.67 | - |
| YUV | 146.3 | 160.56 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 204 | 0.68 | 0.14 | 0 | 0.2 | 192.17 | 0.58 | 0.53 |
| Hex | 42 | B0 | CC | 44 | E | 0 | 14 | C0 | 3A | 35 |
| Octal | 102 | 260 | 314 | 104 | 16 | 0 | 24 | 300 | 72 | 65 |
| Binary | 1000010 | 10110000 | 11001100 | 1000100 | 1110 | 0 | 10100 | 11000000 | 111010 | 110101 |
Color Harmonies of #42B0CC
Complementary color
Monochromatic Colors of #42B0CC
Black with #42B0CC
Text Example
Text Example
White with #42B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B0CC; }
p { color: rgb(66,176,204); }
H1.HeaderClassName
{
color: #42B0CC;
}
.AnyTagClassName
{
color: #42B0CC;
}
</style>
background-color css
<style>
a { background-color: #42B0CC; }
a { background-color: rgb(66,176,204); }
div.DivClassName
{
background-color: #42B0CC;
}
.BgClassName
{
background-color: #42B0CC;
}
</style>
border-color css
<style>
span { border-color: #42B0CC; }
span { border-color: rgb(66,176,204); }
td.TdClassName
{
border-color: #42B0CC;
}
.TagClassName
{
border-color: #42B0CC;
}
</style>