Shades of Viking #42A8BC
Tints of Viking #42A8BC
RGB
CMYK
RGB Variations
Color information
#42A8BC (or 0x42A8BC) is known color: Viking. HEX triplet: 42, A8 and BC. RGB value is (66,168,188). Sum of RGB (Red+Green+Blue) = 66+168+188=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #42A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8BC is #BD5743. Grayscale: #8B8B8B. Windows color (decimal): -12408644 or 12363842. OLE color: 12363842.
HSL color Cylindrical-coordinate representation of color #42A8BC: hue angle of 189.84º 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 #42A8BC is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 168 | 188 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.26 |
| HSL | 189.84º | 0.48% | 0.5% | - |
| HSV(B) | 189.84º | 0.65% | 0.74% | - |
| XYZ | 25.33 | 32.79 | 52.57 | - |
| YUV | 139.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 188 | 0.65 | 0.11 | 0 | 0.26 | 189.84 | 0.48 | 0.5 |
| Hex | 42 | A8 | BC | 41 | B | 0 | 1A | BE | 30 | 32 |
| Octal | 102 | 250 | 274 | 101 | 13 | 0 | 32 | 276 | 60 | 62 |
| Binary | 1000010 | 10101000 | 10111100 | 1000001 | 1011 | 0 | 11010 | 10111110 | 110000 | 110010 |
Color Harmonies of #42A8BC
Complementary color
Monochromatic Colors of #42A8BC
Black with #42A8BC
Text Example
Text Example
White with #42A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8BC; }
p { color: rgb(66,168,188); }
H1.HeaderClassName
{
color: #42A8BC;
}
.AnyTagClassName
{
color: #42A8BC;
}
</style>
background-color css
<style>
a { background-color: #42A8BC; }
a { background-color: rgb(66,168,188); }
div.DivClassName
{
background-color: #42A8BC;
}
.BgClassName
{
background-color: #42A8BC;
}
</style>
border-color css
<style>
span { border-color: #42A8BC; }
span { border-color: rgb(66,168,188); }
td.TdClassName
{
border-color: #42A8BC;
}
.TagClassName
{
border-color: #42A8BC;
}
</style>