Shades of Viking #42AEBB
Tints of Viking #42AEBB
RGB
CMYK
RGB Variations
Color information
#42AEBB (or 0x42AEBB) is known color: Viking. HEX triplet: 42, AE and BB. RGB value is (66,174,187). Sum of RGB (Red+Green+Blue) = 66+174+187=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #42AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEBB is #BD5144. Grayscale: #8F8F8F. Windows color (decimal): -12407109 or 12299842. OLE color: 12299842.
HSL color Cylindrical-coordinate representation of color #42AEBB: hue angle of 186.45º 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 #42AEBB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 174 | 187 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.27 |
| HSL | 186.45º | 0.48% | 0.5% | - |
| HSV(B) | 186.45º | 0.65% | 0.73% | - |
| XYZ | 26.35 | 35.02 | 52.38 | - |
| YUV | 143.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 187 | 0.65 | 0.07 | 0 | 0.27 | 186.45 | 0.48 | 0.5 |
| Hex | 42 | AE | BB | 41 | 7 | 0 | 1B | BA | 30 | 32 |
| Octal | 102 | 256 | 273 | 101 | 7 | 0 | 33 | 272 | 60 | 62 |
| Binary | 1000010 | 10101110 | 10111011 | 1000001 | 111 | 0 | 11011 | 10111010 | 110000 | 110010 |
Color Harmonies of #42AEBB
Complementary color
Monochromatic Colors of #42AEBB
Black with #42AEBB
Text Example
Text Example
White with #42AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEBB; }
p { color: rgb(66,174,187); }
H1.HeaderClassName
{
color: #42AEBB;
}
.AnyTagClassName
{
color: #42AEBB;
}
</style>
background-color css
<style>
a { background-color: #42AEBB; }
a { background-color: rgb(66,174,187); }
div.DivClassName
{
background-color: #42AEBB;
}
.BgClassName
{
background-color: #42AEBB;
}
</style>
border-color css
<style>
span { border-color: #42AEBB; }
span { border-color: rgb(66,174,187); }
td.TdClassName
{
border-color: #42AEBB;
}
.TagClassName
{
border-color: #42AEBB;
}
</style>