Shades of Viking #42BBCA
Tints of Viking #42BBCA
RGB
CMYK
RGB Variations
Color information
#42BBCA (or 0x42BBCA) is known color: Viking. HEX triplet: 42, BB and CA. RGB value is (66,187,202). Sum of RGB (Red+Green+Blue) = 66+187+202=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #42BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBCA is #BD4435. Grayscale: #989898. Windows color (decimal): -12403766 or 13286210. OLE color: 13286210.
HSL color Cylindrical-coordinate representation of color #42BBCA: hue angle of 186.62º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BBCA is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 187 | 202 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.21 |
| HSL | 186.62º | 0.56% | 0.53% | - |
| HSV(B) | 186.62º | 0.67% | 0.79% | - |
| XYZ | 30.68 | 40.96 | 62.17 | - |
| YUV | 152.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 202 | 0.67 | 0.07 | 0 | 0.21 | 186.62 | 0.56 | 0.53 |
| Hex | 42 | BB | CA | 43 | 7 | 0 | 15 | BB | 38 | 35 |
| Octal | 102 | 273 | 312 | 103 | 7 | 0 | 25 | 273 | 70 | 65 |
| Binary | 1000010 | 10111011 | 11001010 | 1000011 | 111 | 0 | 10101 | 10111011 | 111000 | 110101 |
Color Harmonies of #42BBCA
Complementary color
Monochromatic Colors of #42BBCA
Black with #42BBCA
Text Example
Text Example
White with #42BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBCA; }
p { color: rgb(66,187,202); }
H1.HeaderClassName
{
color: #42BBCA;
}
.AnyTagClassName
{
color: #42BBCA;
}
</style>
background-color css
<style>
a { background-color: #42BBCA; }
a { background-color: rgb(66,187,202); }
div.DivClassName
{
background-color: #42BBCA;
}
.BgClassName
{
background-color: #42BBCA;
}
</style>
border-color css
<style>
span { border-color: #42BBCA; }
span { border-color: rgb(66,187,202); }
td.TdClassName
{
border-color: #42BBCA;
}
.TagClassName
{
border-color: #42BBCA;
}
</style>