Shades of Viking #42BECA
Tints of Viking #42BECA
RGB
CMYK
RGB Variations
Color information
#42BECA (or 0x42BECA) is known color: Viking. HEX triplet: 42, BE and CA. RGB value is (66,190,202). Sum of RGB (Red+Green+Blue) = 66+190+202=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #42BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BECA is #BD4135. Grayscale: #9A9A9A. Windows color (decimal): -12402998 or 13286978. OLE color: 13286978.
HSL color Cylindrical-coordinate representation of color #42BECA: hue angle of 185.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BECA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 190 | 202 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.21 |
| HSL | 185.29º | 0.56% | 0.53% | - |
| HSV(B) | 185.29º | 0.67% | 0.79% | - |
| XYZ | 31.32 | 42.25 | 62.38 | - |
| YUV | 154.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 202 | 0.67 | 0.06 | 0 | 0.21 | 185.29 | 0.56 | 0.53 |
| Hex | 42 | BE | CA | 43 | 6 | 0 | 15 | B9 | 38 | 35 |
| Octal | 102 | 276 | 312 | 103 | 6 | 0 | 25 | 271 | 70 | 65 |
| Binary | 1000010 | 10111110 | 11001010 | 1000011 | 110 | 0 | 10101 | 10111001 | 111000 | 110101 |
Color Harmonies of #42BECA
Complementary color
Monochromatic Colors of #42BECA
Black with #42BECA
Text Example
Text Example
White with #42BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BECA; }
p { color: rgb(66,190,202); }
H1.HeaderClassName
{
color: #42BECA;
}
.AnyTagClassName
{
color: #42BECA;
}
</style>
background-color css
<style>
a { background-color: #42BECA; }
a { background-color: rgb(66,190,202); }
div.DivClassName
{
background-color: #42BECA;
}
.BgClassName
{
background-color: #42BECA;
}
</style>
border-color css
<style>
span { border-color: #42BECA; }
span { border-color: rgb(66,190,202); }
td.TdClassName
{
border-color: #42BECA;
}
.TagClassName
{
border-color: #42BECA;
}
</style>