Shades of Viking #42BDC9
Tints of Viking #42BDC9
RGB
CMYK
RGB Variations
Color information
#42BDC9 (or 0x42BDC9) is known color: Viking. HEX triplet: 42, BD and C9. RGB value is (66,189,201). Sum of RGB (Red+Green+Blue) = 66+189+201=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #42BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDC9 is #BD4236. Grayscale: #999999. Windows color (decimal): -12403255 or 13221186. OLE color: 13221186.
HSL color Cylindrical-coordinate representation of color #42BDC9: hue angle of 185.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BDC9 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 189 | 201 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.21 |
| HSL | 185.33º | 0.56% | 0.52% | - |
| HSV(B) | 185.33º | 0.67% | 0.79% | - |
| XYZ | 30.99 | 41.77 | 61.69 | - |
| YUV | 153.59 | 154.75 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 201 | 0.67 | 0.06 | 0 | 0.21 | 185.33 | 0.56 | 0.52 |
| Hex | 42 | BD | C9 | 43 | 6 | 0 | 15 | B9 | 38 | 34 |
| Octal | 102 | 275 | 311 | 103 | 6 | 0 | 25 | 271 | 70 | 64 |
| Binary | 1000010 | 10111101 | 11001001 | 1000011 | 110 | 0 | 10101 | 10111001 | 111000 | 110100 |
Color Harmonies of #42BDC9
Complementary color
Monochromatic Colors of #42BDC9
Black with #42BDC9
Text Example
Text Example
White with #42BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDC9; }
p { color: rgb(66,189,201); }
H1.HeaderClassName
{
color: #42BDC9;
}
.AnyTagClassName
{
color: #42BDC9;
}
</style>
background-color css
<style>
a { background-color: #42BDC9; }
a { background-color: rgb(66,189,201); }
div.DivClassName
{
background-color: #42BDC9;
}
.BgClassName
{
background-color: #42BDC9;
}
</style>
border-color css
<style>
span { border-color: #42BDC9; }
span { border-color: rgb(66,189,201); }
td.TdClassName
{
border-color: #42BDC9;
}
.TagClassName
{
border-color: #42BDC9;
}
</style>