Shades of Viking #42BFCC
Tints of Viking #42BFCC
RGB
CMYK
RGB Variations
Color information
#42BFCC (or 0x42BFCC) is known color: Viking. HEX triplet: 42, BF and CC. RGB value is (66,191,204). Sum of RGB (Red+Green+Blue) = 66+191+204=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #42BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFCC is #BD4033. Grayscale: #9A9A9A. Windows color (decimal): -12402740 or 13418306. OLE color: 13418306.
HSL color Cylindrical-coordinate representation of color #42BFCC: hue angle of 185.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BFCC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 191 | 204 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.2 |
| HSL | 185.65º | 0.58% | 0.53% | - |
| HSV(B) | 185.65º | 0.68% | 0.8% | - |
| XYZ | 31.78 | 42.78 | 63.71 | - |
| YUV | 155.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 204 | 0.68 | 0.06 | 0 | 0.2 | 185.65 | 0.58 | 0.53 |
| Hex | 42 | BF | CC | 44 | 6 | 0 | 14 | BA | 3A | 35 |
| Octal | 102 | 277 | 314 | 104 | 6 | 0 | 24 | 272 | 72 | 65 |
| Binary | 1000010 | 10111111 | 11001100 | 1000100 | 110 | 0 | 10100 | 10111010 | 111010 | 110101 |
Color Harmonies of #42BFCC
Complementary color
Monochromatic Colors of #42BFCC
Black with #42BFCC
Text Example
Text Example
White with #42BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFCC; }
p { color: rgb(66,191,204); }
H1.HeaderClassName
{
color: #42BFCC;
}
.AnyTagClassName
{
color: #42BFCC;
}
</style>
background-color css
<style>
a { background-color: #42BFCC; }
a { background-color: rgb(66,191,204); }
div.DivClassName
{
background-color: #42BFCC;
}
.BgClassName
{
background-color: #42BFCC;
}
</style>
border-color css
<style>
span { border-color: #42BFCC; }
span { border-color: rgb(66,191,204); }
td.TdClassName
{
border-color: #42BFCC;
}
.TagClassName
{
border-color: #42BFCC;
}
</style>