Shades of Viking #42AFB9
Tints of Viking #42AFB9
RGB
CMYK
RGB Variations
Color information
#42AFB9 (or 0x42AFB9) is known color: Viking. HEX triplet: 42, AF and B9. RGB value is (66,175,185). Sum of RGB (Red+Green+Blue) = 66+175+185=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #42AFB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFB9 is #BD5046. Grayscale: #8F8F8F. Windows color (decimal): -12406855 or 12169026. OLE color: 12169026.
HSL color Cylindrical-coordinate representation of color #42AFB9: hue angle of 185.04º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42AFB9 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 175 | 185 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.27 |
| HSL | 185.04º | 0.47% | 0.49% | - |
| HSV(B) | 185.04º | 0.64% | 0.73% | - |
| XYZ | 26.33 | 35.32 | 51.33 | - |
| YUV | 143.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 185 | 0.64 | 0.05 | 0 | 0.27 | 185.04 | 0.47 | 0.49 |
| Hex | 42 | AF | B9 | 40 | 5 | 0 | 1B | B9 | 2F | 31 |
| Octal | 102 | 257 | 271 | 100 | 5 | 0 | 33 | 271 | 57 | 61 |
| Binary | 1000010 | 10101111 | 10111001 | 1000000 | 101 | 0 | 11011 | 10111001 | 101111 | 110001 |
Color Harmonies of #42AFB9
Complementary color
Monochromatic Colors of #42AFB9
Black with #42AFB9
Text Example
Text Example
White with #42AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFB9; }
p { color: rgb(66,175,185); }
H1.HeaderClassName
{
color: #42AFB9;
}
.AnyTagClassName
{
color: #42AFB9;
}
</style>
background-color css
<style>
a { background-color: #42AFB9; }
a { background-color: rgb(66,175,185); }
div.DivClassName
{
background-color: #42AFB9;
}
.BgClassName
{
background-color: #42AFB9;
}
</style>
border-color css
<style>
span { border-color: #42AFB9; }
span { border-color: rgb(66,175,185); }
td.TdClassName
{
border-color: #42AFB9;
}
.TagClassName
{
border-color: #42AFB9;
}
</style>