Shades of Viking #43BEC8
Tints of Viking #43BEC8
RGB
CMYK
RGB Variations
Color information
#43BEC8 (or 0x43BEC8) is known color: Viking. HEX triplet: 43, BE and C8. RGB value is (67,190,200). Sum of RGB (Red+Green+Blue) = 67+190+200=457 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.66% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #43BEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BEC8 is #BC4137. Grayscale: #9A9A9A. Windows color (decimal): -12337464 or 13155907. OLE color: 13155907.
HSL color Cylindrical-coordinate representation of color #43BEC8: hue angle of 184.51º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43BEC8 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 190 | 200 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.22 |
| HSL | 184.51º | 0.55% | 0.52% | - |
| HSV(B) | 184.51º | 0.67% | 0.78% | - |
| XYZ | 31.15 | 42.19 | 61.15 | - |
| YUV | 154.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 200 | 0.66 | 0.05 | 0 | 0.22 | 184.51 | 0.55 | 0.52 |
| Hex | 43 | BE | C8 | 42 | 5 | 0 | 16 | B9 | 37 | 34 |
| Octal | 103 | 276 | 310 | 102 | 5 | 0 | 26 | 271 | 67 | 64 |
| Binary | 1000011 | 10111110 | 11001000 | 1000010 | 101 | 0 | 10110 | 10111001 | 110111 | 110100 |
Color Harmonies of #43BEC8
Complementary color
Monochromatic Colors of #43BEC8
Black with #43BEC8
Text Example
Text Example
White with #43BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BEC8; }
p { color: rgb(67,190,200); }
H1.HeaderClassName
{
color: #43BEC8;
}
.AnyTagClassName
{
color: #43BEC8;
}
</style>
background-color css
<style>
a { background-color: #43BEC8; }
a { background-color: rgb(67,190,200); }
div.DivClassName
{
background-color: #43BEC8;
}
.BgClassName
{
background-color: #43BEC8;
}
</style>
border-color css
<style>
span { border-color: #43BEC8; }
span { border-color: rgb(67,190,200); }
td.TdClassName
{
border-color: #43BEC8;
}
.TagClassName
{
border-color: #43BEC8;
}
</style>