Shades of Viking #42BBCE
Tints of Viking #42BBCE
RGB
CMYK
RGB Variations
Color information
#42BBCE (or 0x42BBCE) is known color: Viking. HEX triplet: 42, BB and CE. RGB value is (66,187,206). Sum of RGB (Red+Green+Blue) = 66+187+206=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #42BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBCE is #BD4431. Grayscale: #989898. Windows color (decimal): -12403762 or 13548354. OLE color: 13548354.
HSL color Cylindrical-coordinate representation of color #42BBCE: hue angle of 188.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BBCE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 187 | 206 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.19 |
| HSL | 188.14º | 0.59% | 0.53% | - |
| HSV(B) | 188.14º | 0.68% | 0.81% | - |
| XYZ | 31.16 | 41.16 | 64.69 | - |
| YUV | 152.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 206 | 0.68 | 0.09 | 0 | 0.19 | 188.14 | 0.59 | 0.53 |
| Hex | 42 | BB | CE | 44 | 9 | 0 | 13 | BC | 3B | 35 |
| Octal | 102 | 273 | 316 | 104 | 11 | 0 | 23 | 274 | 73 | 65 |
| Binary | 1000010 | 10111011 | 11001110 | 1000100 | 1001 | 0 | 10011 | 10111100 | 111011 | 110101 |
Color Harmonies of #42BBCE
Complementary color
Monochromatic Colors of #42BBCE
Black with #42BBCE
Text Example
Text Example
White with #42BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBCE; }
p { color: rgb(66,187,206); }
H1.HeaderClassName
{
color: #42BBCE;
}
.AnyTagClassName
{
color: #42BBCE;
}
</style>
background-color css
<style>
a { background-color: #42BBCE; }
a { background-color: rgb(66,187,206); }
div.DivClassName
{
background-color: #42BBCE;
}
.BgClassName
{
background-color: #42BBCE;
}
</style>
border-color css
<style>
span { border-color: #42BBCE; }
span { border-color: rgb(66,187,206); }
td.TdClassName
{
border-color: #42BBCE;
}
.TagClassName
{
border-color: #42BBCE;
}
</style>