Shades of Viking #42BDD2
Tints of Viking #42BDD2
RGB
CMYK
RGB Variations
Color information
#42BDD2 (or 0x42BDD2) is known color: Viking. HEX triplet: 42, BD and D2. RGB value is (66,189,210). Sum of RGB (Red+Green+Blue) = 66+189+210=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #42BDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDD2 is #BD422D. Grayscale: #9A9A9A. Windows color (decimal): -12403246 or 13811010. OLE color: 13811010.
HSL color Cylindrical-coordinate representation of color #42BDD2: hue angle of 188.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BDD2 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 189 | 210 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.18 |
| HSL | 188.75º | 0.62% | 0.54% | - |
| HSV(B) | 188.75º | 0.69% | 0.82% | - |
| XYZ | 32.08 | 42.21 | 67.43 | - |
| YUV | 154.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 210 | 0.69 | 0.10 | 0 | 0.18 | 188.75 | 0.62 | 0.54 |
| Hex | 42 | BD | D2 | 45 | A | 0 | 12 | BD | 3E | 36 |
| Octal | 102 | 275 | 322 | 105 | 12 | 0 | 22 | 275 | 76 | 66 |
| Binary | 1000010 | 10111101 | 11010010 | 1000101 | 1010 | 0 | 10010 | 10111101 | 111110 | 110110 |
Color Harmonies of #42BDD2
Complementary color
Monochromatic Colors of #42BDD2
Black with #42BDD2
Text Example
Text Example
White with #42BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDD2; }
p { color: rgb(66,189,210); }
H1.HeaderClassName
{
color: #42BDD2;
}
.AnyTagClassName
{
color: #42BDD2;
}
</style>
background-color css
<style>
a { background-color: #42BDD2; }
a { background-color: rgb(66,189,210); }
div.DivClassName
{
background-color: #42BDD2;
}
.BgClassName
{
background-color: #42BDD2;
}
</style>
border-color css
<style>
span { border-color: #42BDD2; }
span { border-color: rgb(66,189,210); }
td.TdClassName
{
border-color: #42BDD2;
}
.TagClassName
{
border-color: #42BDD2;
}
</style>