Shades of Viking #42BCD2
Tints of Viking #42BCD2
RGB
CMYK
RGB Variations
Color information
#42BCD2 (or 0x42BCD2) is known color: Viking. HEX triplet: 42, BC and D2. RGB value is (66,188,210). Sum of RGB (Red+Green+Blue) = 66+188+210=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #42BCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCD2 is #BD432D. Grayscale: #999999. Windows color (decimal): -12403502 or 13810754. OLE color: 13810754.
HSL color Cylindrical-coordinate representation of color #42BCD2: hue angle of 189.17º 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 #42BCD2 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 188 | 210 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.18 |
| HSL | 189.17º | 0.62% | 0.54% | - |
| HSV(B) | 189.17º | 0.69% | 0.82% | - |
| XYZ | 31.86 | 41.78 | 67.36 | - |
| YUV | 154.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 210 | 0.69 | 0.10 | 0 | 0.18 | 189.17 | 0.62 | 0.54 |
| Hex | 42 | BC | D2 | 45 | A | 0 | 12 | BD | 3E | 36 |
| Octal | 102 | 274 | 322 | 105 | 12 | 0 | 22 | 275 | 76 | 66 |
| Binary | 1000010 | 10111100 | 11010010 | 1000101 | 1010 | 0 | 10010 | 10111101 | 111110 | 110110 |
Color Harmonies of #42BCD2
Complementary color
Monochromatic Colors of #42BCD2
Black with #42BCD2
Text Example
Text Example
White with #42BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCD2; }
p { color: rgb(66,188,210); }
H1.HeaderClassName
{
color: #42BCD2;
}
.AnyTagClassName
{
color: #42BCD2;
}
</style>
background-color css
<style>
a { background-color: #42BCD2; }
a { background-color: rgb(66,188,210); }
div.DivClassName
{
background-color: #42BCD2;
}
.BgClassName
{
background-color: #42BCD2;
}
</style>
border-color css
<style>
span { border-color: #42BCD2; }
span { border-color: rgb(66,188,210); }
td.TdClassName
{
border-color: #42BCD2;
}
.TagClassName
{
border-color: #42BCD2;
}
</style>