Shades of Viking #42B6CB
Tints of Viking #42B6CB
RGB
CMYK
RGB Variations
Color information
#42B6CB (or 0x42B6CB) is known color: Viking. HEX triplet: 42, B6 and CB. RGB value is (66,182,203). Sum of RGB (Red+Green+Blue) = 66+182+203=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #42B6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B6CB is #BD4934. Grayscale: #959595. Windows color (decimal): -12405045 or 13350466. OLE color: 13350466.
HSL color Cylindrical-coordinate representation of color #42B6CB: hue angle of 189.2º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42B6CB is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 182 | 203 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.20 |
| HSL | 189.2º | 0.57% | 0.53% | - |
| HSV(B) | 189.2º | 0.67% | 0.8% | - |
| XYZ | 29.75 | 38.93 | 62.45 | - |
| YUV | 149.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 203 | 0.67 | 0.10 | 0 | 0.20 | 189.2 | 0.57 | 0.53 |
| Hex | 42 | B6 | CB | 43 | A | 0 | 14 | BD | 39 | 35 |
| Octal | 102 | 266 | 313 | 103 | 12 | 0 | 24 | 275 | 71 | 65 |
| Binary | 1000010 | 10110110 | 11001011 | 1000011 | 1010 | 0 | 10100 | 10111101 | 111001 | 110101 |
Color Harmonies of #42B6CB
Complementary color
Monochromatic Colors of #42B6CB
Black with #42B6CB
Text Example
Text Example
White with #42B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B6CB; }
p { color: rgb(66,182,203); }
H1.HeaderClassName
{
color: #42B6CB;
}
.AnyTagClassName
{
color: #42B6CB;
}
</style>
background-color css
<style>
a { background-color: #42B6CB; }
a { background-color: rgb(66,182,203); }
div.DivClassName
{
background-color: #42B6CB;
}
.BgClassName
{
background-color: #42B6CB;
}
</style>
border-color css
<style>
span { border-color: #42B6CB; }
span { border-color: rgb(66,182,203); }
td.TdClassName
{
border-color: #42B6CB;
}
.TagClassName
{
border-color: #42B6CB;
}
</style>