Shades of Viking #42AEBD
Tints of Viking #42AEBD
RGB
CMYK
RGB Variations
Color information
#42AEBD (or 0x42AEBD) is known color: Viking. HEX triplet: 42, AE and BD. RGB value is (66,174,189). Sum of RGB (Red+Green+Blue) = 66+174+189=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #42AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEBD is #BD5142. Grayscale: #8F8F8F. Windows color (decimal): -12407107 or 12430914. OLE color: 12430914.
HSL color Cylindrical-coordinate representation of color #42AEBD: hue angle of 187.32º 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 #42AEBD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 174 | 189 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.26 |
| HSL | 187.32º | 0.48% | 0.5% | - |
| HSV(B) | 187.32º | 0.65% | 0.74% | - |
| XYZ | 26.57 | 35.1 | 53.52 | - |
| YUV | 143.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 189 | 0.65 | 0.08 | 0 | 0.26 | 187.32 | 0.48 | 0.5 |
| Hex | 42 | AE | BD | 41 | 8 | 0 | 1A | BB | 30 | 32 |
| Octal | 102 | 256 | 275 | 101 | 10 | 0 | 32 | 273 | 60 | 62 |
| Binary | 1000010 | 10101110 | 10111101 | 1000001 | 1000 | 0 | 11010 | 10111011 | 110000 | 110010 |
Color Harmonies of #42AEBD
Complementary color
Monochromatic Colors of #42AEBD
Black with #42AEBD
Text Example
Text Example
White with #42AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEBD; }
p { color: rgb(66,174,189); }
H1.HeaderClassName
{
color: #42AEBD;
}
.AnyTagClassName
{
color: #42AEBD;
}
</style>
background-color css
<style>
a { background-color: #42AEBD; }
a { background-color: rgb(66,174,189); }
div.DivClassName
{
background-color: #42AEBD;
}
.BgClassName
{
background-color: #42AEBD;
}
</style>
border-color css
<style>
span { border-color: #42AEBD; }
span { border-color: rgb(66,174,189); }
td.TdClassName
{
border-color: #42AEBD;
}
.TagClassName
{
border-color: #42AEBD;
}
</style>