Shades of Viking #42AFB5
Tints of Viking #42AFB5
RGB
CMYK
RGB Variations
Color information
#42AFB5 (or 0x42AFB5) is known color: Viking. HEX triplet: 42, AF and B5. RGB value is (66,175,181). Sum of RGB (Red+Green+Blue) = 66+175+181=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #42AFB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFB5 is #BD504A. Grayscale: #8E8E8E. Windows color (decimal): -12406859 or 11906882. OLE color: 11906882.
HSL color Cylindrical-coordinate representation of color #42AFB5: hue angle of 183.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42AFB5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 175 | 181 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.29 |
| HSL | 183.13º | 0.47% | 0.48% | - |
| HSV(B) | 183.13º | 0.64% | 0.71% | - |
| XYZ | 25.92 | 35.15 | 49.14 | - |
| YUV | 143.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 181 | 0.64 | 0.03 | 0 | 0.29 | 183.13 | 0.47 | 0.48 |
| Hex | 42 | AF | B5 | 40 | 3 | 0 | 1D | B7 | 2F | 30 |
| Octal | 102 | 257 | 265 | 100 | 3 | 0 | 35 | 267 | 57 | 60 |
| Binary | 1000010 | 10101111 | 10110101 | 1000000 | 11 | 0 | 11101 | 10110111 | 101111 | 110000 |
Color Harmonies of #42AFB5
Complementary color
Monochromatic Colors of #42AFB5
Black with #42AFB5
Text Example
Text Example
White with #42AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFB5; }
p { color: rgb(66,175,181); }
H1.HeaderClassName
{
color: #42AFB5;
}
.AnyTagClassName
{
color: #42AFB5;
}
</style>
background-color css
<style>
a { background-color: #42AFB5; }
a { background-color: rgb(66,175,181); }
div.DivClassName
{
background-color: #42AFB5;
}
.BgClassName
{
background-color: #42AFB5;
}
</style>
border-color css
<style>
span { border-color: #42AFB5; }
span { border-color: rgb(66,175,181); }
td.TdClassName
{
border-color: #42AFB5;
}
.TagClassName
{
border-color: #42AFB5;
}
</style>