Shades of Viking #42AECF
Tints of Viking #42AECF
RGB
CMYK
RGB Variations
Color information
#42AECF (or 0x42AECF) is known color: Viking. HEX triplet: 42, AE and CF. RGB value is (66,174,207). Sum of RGB (Red+Green+Blue) = 66+174+207=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #42AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AECF is #BD5130. Grayscale: #919191. Windows color (decimal): -12407089 or 13610562. OLE color: 13610562.
HSL color Cylindrical-coordinate representation of color #42AECF: hue angle of 194.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42AECF is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 174 | 207 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.19 |
| HSL | 194.04º | 0.59% | 0.54% | - |
| HSV(B) | 194.04º | 0.68% | 0.81% | - |
| XYZ | 28.65 | 35.94 | 64.46 | - |
| YUV | 145.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 207 | 0.68 | 0.16 | 0 | 0.19 | 194.04 | 0.59 | 0.54 |
| Hex | 42 | AE | CF | 44 | 10 | 0 | 13 | C2 | 3B | 36 |
| Octal | 102 | 256 | 317 | 104 | 20 | 0 | 23 | 302 | 73 | 66 |
| Binary | 1000010 | 10101110 | 11001111 | 1000100 | 10000 | 0 | 10011 | 11000010 | 111011 | 110110 |
Color Harmonies of #42AECF
Complementary color
Monochromatic Colors of #42AECF
Black with #42AECF
Text Example
Text Example
White with #42AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AECF; }
p { color: rgb(66,174,207); }
H1.HeaderClassName
{
color: #42AECF;
}
.AnyTagClassName
{
color: #42AECF;
}
</style>
background-color css
<style>
a { background-color: #42AECF; }
a { background-color: rgb(66,174,207); }
div.DivClassName
{
background-color: #42AECF;
}
.BgClassName
{
background-color: #42AECF;
}
</style>
border-color css
<style>
span { border-color: #42AECF; }
span { border-color: rgb(66,174,207); }
td.TdClassName
{
border-color: #42AECF;
}
.TagClassName
{
border-color: #42AECF;
}
</style>