Shades of Viking #43BECE
Tints of Viking #43BECE
RGB
CMYK
RGB Variations
Color information
#43BECE (or 0x43BECE) is known color: Viking. HEX triplet: 43, BE and CE. RGB value is (67,190,206). Sum of RGB (Red+Green+Blue) = 67+190+206=463 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.47% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #43BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BECE is #BC4131. Grayscale: #9A9A9A. Windows color (decimal): -12337458 or 13549123. OLE color: 13549123.
HSL color Cylindrical-coordinate representation of color #43BECE: hue angle of 186.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BECE is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 190 | 206 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.19 |
| HSL | 186.91º | 0.59% | 0.54% | - |
| HSV(B) | 186.91º | 0.67% | 0.81% | - |
| XYZ | 31.87 | 42.48 | 64.91 | - |
| YUV | 155.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 206 | 0.67 | 0.08 | 0 | 0.19 | 186.91 | 0.59 | 0.54 |
| Hex | 43 | BE | CE | 43 | 8 | 0 | 13 | BB | 3B | 36 |
| Octal | 103 | 276 | 316 | 103 | 10 | 0 | 23 | 273 | 73 | 66 |
| Binary | 1000011 | 10111110 | 11001110 | 1000011 | 1000 | 0 | 10011 | 10111011 | 111011 | 110110 |
Color Harmonies of #43BECE
Complementary color
Monochromatic Colors of #43BECE
Black with #43BECE
Text Example
Text Example
White with #43BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BECE; }
p { color: rgb(67,190,206); }
H1.HeaderClassName
{
color: #43BECE;
}
.AnyTagClassName
{
color: #43BECE;
}
</style>
background-color css
<style>
a { background-color: #43BECE; }
a { background-color: rgb(67,190,206); }
div.DivClassName
{
background-color: #43BECE;
}
.BgClassName
{
background-color: #43BECE;
}
</style>
border-color css
<style>
span { border-color: #43BECE; }
span { border-color: rgb(67,190,206); }
td.TdClassName
{
border-color: #43BECE;
}
.TagClassName
{
border-color: #43BECE;
}
</style>