Shades of Viking #42BCCF
Tints of Viking #42BCCF
RGB
CMYK
RGB Variations
Color information
#42BCCF (or 0x42BCCF) is known color: Viking. HEX triplet: 42, BC and CF. RGB value is (66,188,207). Sum of RGB (Red+Green+Blue) = 66+188+207=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #42BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCCF is #BD4330. Grayscale: #999999. Windows color (decimal): -12403505 or 13614146. OLE color: 13614146.
HSL color Cylindrical-coordinate representation of color #42BCCF: hue angle of 188.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BCCF is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 188 | 207 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.19 |
| HSL | 188.09º | 0.59% | 0.54% | - |
| HSV(B) | 188.09º | 0.68% | 0.81% | - |
| XYZ | 31.49 | 41.63 | 65.41 | - |
| YUV | 153.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 207 | 0.68 | 0.09 | 0 | 0.19 | 188.09 | 0.59 | 0.54 |
| Hex | 42 | BC | CF | 44 | 9 | 0 | 13 | BC | 3B | 36 |
| Octal | 102 | 274 | 317 | 104 | 11 | 0 | 23 | 274 | 73 | 66 |
| Binary | 1000010 | 10111100 | 11001111 | 1000100 | 1001 | 0 | 10011 | 10111100 | 111011 | 110110 |
Color Harmonies of #42BCCF
Complementary color
Monochromatic Colors of #42BCCF
Black with #42BCCF
Text Example
Text Example
White with #42BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCCF; }
p { color: rgb(66,188,207); }
H1.HeaderClassName
{
color: #42BCCF;
}
.AnyTagClassName
{
color: #42BCCF;
}
</style>
background-color css
<style>
a { background-color: #42BCCF; }
a { background-color: rgb(66,188,207); }
div.DivClassName
{
background-color: #42BCCF;
}
.BgClassName
{
background-color: #42BCCF;
}
</style>
border-color css
<style>
span { border-color: #42BCCF; }
span { border-color: rgb(66,188,207); }
td.TdClassName
{
border-color: #42BCCF;
}
.TagClassName
{
border-color: #42BCCF;
}
</style>