Shades of Viking #42B7BD
Tints of Viking #42B7BD
RGB
CMYK
RGB Variations
Color information
#42B7BD (or 0x42B7BD) is known color: Viking. HEX triplet: 42, B7 and BD. RGB value is (66,183,189). Sum of RGB (Red+Green+Blue) = 66+183+189=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #42B7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B7BD is #BD4842. Grayscale: #949494. Windows color (decimal): -12404803 or 12433218. OLE color: 12433218.
HSL color Cylindrical-coordinate representation of color #42B7BD: hue angle of 182.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B7BD is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 183 | 189 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.26 |
| HSL | 182.93º | 0.48% | 0.5% | - |
| HSV(B) | 182.93º | 0.65% | 0.74% | - |
| XYZ | 28.37 | 38.7 | 54.12 | - |
| YUV | 148.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 189 | 0.65 | 0.03 | 0 | 0.26 | 182.93 | 0.48 | 0.5 |
| Hex | 42 | B7 | BD | 41 | 3 | 0 | 1A | B7 | 30 | 32 |
| Octal | 102 | 267 | 275 | 101 | 3 | 0 | 32 | 267 | 60 | 62 |
| Binary | 1000010 | 10110111 | 10111101 | 1000001 | 11 | 0 | 11010 | 10110111 | 110000 | 110010 |
Color Harmonies of #42B7BD
Complementary color
Monochromatic Colors of #42B7BD
Black with #42B7BD
Text Example
Text Example
White with #42B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B7BD; }
p { color: rgb(66,183,189); }
H1.HeaderClassName
{
color: #42B7BD;
}
.AnyTagClassName
{
color: #42B7BD;
}
</style>
background-color css
<style>
a { background-color: #42B7BD; }
a { background-color: rgb(66,183,189); }
div.DivClassName
{
background-color: #42B7BD;
}
.BgClassName
{
background-color: #42B7BD;
}
</style>
border-color css
<style>
span { border-color: #42B7BD; }
span { border-color: rgb(66,183,189); }
td.TdClassName
{
border-color: #42B7BD;
}
.TagClassName
{
border-color: #42B7BD;
}
</style>