Shades of Viking #42BCD3
Tints of Viking #42BCD3
RGB
CMYK
RGB Variations
Color information
#42BCD3 (or 0x42BCD3) is known color: Viking. HEX triplet: 42, BC and D3. RGB value is (66,188,211). Sum of RGB (Red+Green+Blue) = 66+188+211=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #42BCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCD3 is #BD432C. Grayscale: #999999. Windows color (decimal): -12403501 or 13876290. OLE color: 13876290.
HSL color Cylindrical-coordinate representation of color #42BCD3: hue angle of 189.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BCD3 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 188 | 211 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.17 |
| HSL | 189.52º | 0.62% | 0.54% | - |
| HSV(B) | 189.52º | 0.69% | 0.83% | - |
| XYZ | 31.99 | 41.83 | 68.02 | - |
| YUV | 154.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 211 | 0.69 | 0.11 | 0 | 0.17 | 189.52 | 0.62 | 0.54 |
| Hex | 42 | BC | D3 | 45 | B | 0 | 11 | BE | 3E | 36 |
| Octal | 102 | 274 | 323 | 105 | 13 | 0 | 21 | 276 | 76 | 66 |
| Binary | 1000010 | 10111100 | 11010011 | 1000101 | 1011 | 0 | 10001 | 10111110 | 111110 | 110110 |
Color Harmonies of #42BCD3
Complementary color
Monochromatic Colors of #42BCD3
Black with #42BCD3
Text Example
Text Example
White with #42BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCD3; }
p { color: rgb(66,188,211); }
H1.HeaderClassName
{
color: #42BCD3;
}
.AnyTagClassName
{
color: #42BCD3;
}
</style>
background-color css
<style>
a { background-color: #42BCD3; }
a { background-color: rgb(66,188,211); }
div.DivClassName
{
background-color: #42BCD3;
}
.BgClassName
{
background-color: #42BCD3;
}
</style>
border-color css
<style>
span { border-color: #42BCD3; }
span { border-color: rgb(66,188,211); }
td.TdClassName
{
border-color: #42BCD3;
}
.TagClassName
{
border-color: #42BCD3;
}
</style>