Shades of Viking #42A8BB
Tints of Viking #42A8BB
RGB
CMYK
RGB Variations
Color information
#42A8BB (or 0x42A8BB) is known color: Viking. HEX triplet: 42, A8 and BB. RGB value is (66,168,187). Sum of RGB (Red+Green+Blue) = 66+168+187=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #42A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8BB is #BD5744. Grayscale: #8B8B8B. Windows color (decimal): -12408645 or 12298306. OLE color: 12298306.
HSL color Cylindrical-coordinate representation of color #42A8BB: hue angle of 189.42º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A8BB is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 168 | 187 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.27 |
| HSL | 189.42º | 0.48% | 0.5% | - |
| HSV(B) | 189.42º | 0.65% | 0.73% | - |
| XYZ | 25.22 | 32.75 | 52.01 | - |
| YUV | 139.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 187 | 0.65 | 0.10 | 0 | 0.27 | 189.42 | 0.48 | 0.5 |
| Hex | 42 | A8 | BB | 41 | A | 0 | 1B | BD | 30 | 32 |
| Octal | 102 | 250 | 273 | 101 | 12 | 0 | 33 | 275 | 60 | 62 |
| Binary | 1000010 | 10101000 | 10111011 | 1000001 | 1010 | 0 | 11011 | 10111101 | 110000 | 110010 |
Color Harmonies of #42A8BB
Complementary color
Monochromatic Colors of #42A8BB
Black with #42A8BB
Text Example
Text Example
White with #42A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8BB; }
p { color: rgb(66,168,187); }
H1.HeaderClassName
{
color: #42A8BB;
}
.AnyTagClassName
{
color: #42A8BB;
}
</style>
background-color css
<style>
a { background-color: #42A8BB; }
a { background-color: rgb(66,168,187); }
div.DivClassName
{
background-color: #42A8BB;
}
.BgClassName
{
background-color: #42A8BB;
}
</style>
border-color css
<style>
span { border-color: #42A8BB; }
span { border-color: rgb(66,168,187); }
td.TdClassName
{
border-color: #42A8BB;
}
.TagClassName
{
border-color: #42A8BB;
}
</style>