Shades of Viking #42BBCC
Tints of Viking #42BBCC
RGB
CMYK
RGB Variations
Color information
#42BBCC (or 0x42BBCC) is known color: Viking. HEX triplet: 42, BB and CC. RGB value is (66,187,204). Sum of RGB (Red+Green+Blue) = 66+187+204=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #42BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBCC is #BD4433. Grayscale: #989898. Windows color (decimal): -12403764 or 13417282. OLE color: 13417282.
HSL color Cylindrical-coordinate representation of color #42BBCC: hue angle of 187.39º 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 #42BBCC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 187 | 204 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.2 |
| HSL | 187.39º | 0.58% | 0.53% | - |
| HSV(B) | 187.39º | 0.68% | 0.8% | - |
| XYZ | 30.92 | 41.06 | 63.42 | - |
| YUV | 152.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 204 | 0.68 | 0.08 | 0 | 0.2 | 187.39 | 0.58 | 0.53 |
| Hex | 42 | BB | CC | 44 | 8 | 0 | 14 | BB | 3A | 35 |
| Octal | 102 | 273 | 314 | 104 | 10 | 0 | 24 | 273 | 72 | 65 |
| Binary | 1000010 | 10111011 | 11001100 | 1000100 | 1000 | 0 | 10100 | 10111011 | 111010 | 110101 |
Color Harmonies of #42BBCC
Complementary color
Monochromatic Colors of #42BBCC
Black with #42BBCC
Text Example
Text Example
White with #42BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBCC; }
p { color: rgb(66,187,204); }
H1.HeaderClassName
{
color: #42BBCC;
}
.AnyTagClassName
{
color: #42BBCC;
}
</style>
background-color css
<style>
a { background-color: #42BBCC; }
a { background-color: rgb(66,187,204); }
div.DivClassName
{
background-color: #42BBCC;
}
.BgClassName
{
background-color: #42BBCC;
}
</style>
border-color css
<style>
span { border-color: #42BBCC; }
span { border-color: rgb(66,187,204); }
td.TdClassName
{
border-color: #42BBCC;
}
.TagClassName
{
border-color: #42BBCC;
}
</style>