Shades of Viking #43BECC
Tints of Viking #43BECC
RGB
CMYK
RGB Variations
Color information
#43BECC (or 0x43BECC) is known color: Viking. HEX triplet: 43, BE and CC. RGB value is (67,190,204). Sum of RGB (Red+Green+Blue) = 67+190+204=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 190 (74.61% from 255 or 41.21% 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 #43BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BECC is #BC4133. Grayscale: #9A9A9A. Windows color (decimal): -12337460 or 13418051. OLE color: 13418051.
HSL color Cylindrical-coordinate representation of color #43BECC: hue angle of 186.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BECC is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 190 | 204 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.2 |
| HSL | 186.13º | 0.57% | 0.53% | - |
| HSV(B) | 186.13º | 0.67% | 0.8% | - |
| XYZ | 31.63 | 42.38 | 63.64 | - |
| YUV | 154.82 | 155.75 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 204 | 0.67 | 0.07 | 0 | 0.2 | 186.13 | 0.57 | 0.53 |
| Hex | 43 | BE | CC | 43 | 7 | 0 | 14 | BA | 39 | 35 |
| Octal | 103 | 276 | 314 | 103 | 7 | 0 | 24 | 272 | 71 | 65 |
| Binary | 1000011 | 10111110 | 11001100 | 1000011 | 111 | 0 | 10100 | 10111010 | 111001 | 110101 |
Color Harmonies of #43BECC
Complementary color
Monochromatic Colors of #43BECC
Black with #43BECC
Text Example
Text Example
White with #43BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BECC; }
p { color: rgb(67,190,204); }
H1.HeaderClassName
{
color: #43BECC;
}
.AnyTagClassName
{
color: #43BECC;
}
</style>
background-color css
<style>
a { background-color: #43BECC; }
a { background-color: rgb(67,190,204); }
div.DivClassName
{
background-color: #43BECC;
}
.BgClassName
{
background-color: #43BECC;
}
</style>
border-color css
<style>
span { border-color: #43BECC; }
span { border-color: rgb(67,190,204); }
td.TdClassName
{
border-color: #43BECC;
}
.TagClassName
{
border-color: #43BECC;
}
</style>