Shades of Viking #43BECF
Tints of Viking #43BECF
RGB
CMYK
RGB Variations
Color information
#43BECF (or 0x43BECF) is known color: Viking. HEX triplet: 43, BE and CF. RGB value is (67,190,207). Sum of RGB (Red+Green+Blue) = 67+190+207=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #43BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BECF is #BC4130. Grayscale: #9A9A9A. Windows color (decimal): -12337457 or 13614659. OLE color: 13614659.
HSL color Cylindrical-coordinate representation of color #43BECF: hue angle of 187.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43BECF is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 190 | 207 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.19 |
| HSL | 187.29º | 0.59% | 0.54% | - |
| HSV(B) | 187.29º | 0.68% | 0.81% | - |
| XYZ | 31.99 | 42.53 | 65.55 | - |
| YUV | 155.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 207 | 0.68 | 0.08 | 0 | 0.19 | 187.29 | 0.59 | 0.54 |
| Hex | 43 | BE | CF | 44 | 8 | 0 | 13 | BB | 3B | 36 |
| Octal | 103 | 276 | 317 | 104 | 10 | 0 | 23 | 273 | 73 | 66 |
| Binary | 1000011 | 10111110 | 11001111 | 1000100 | 1000 | 0 | 10011 | 10111011 | 111011 | 110110 |
Color Harmonies of #43BECF
Complementary color
Monochromatic Colors of #43BECF
Black with #43BECF
Text Example
Text Example
White with #43BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BECF; }
p { color: rgb(67,190,207); }
H1.HeaderClassName
{
color: #43BECF;
}
.AnyTagClassName
{
color: #43BECF;
}
</style>
background-color css
<style>
a { background-color: #43BECF; }
a { background-color: rgb(67,190,207); }
div.DivClassName
{
background-color: #43BECF;
}
.BgClassName
{
background-color: #43BECF;
}
</style>
border-color css
<style>
span { border-color: #43BECF; }
span { border-color: rgb(67,190,207); }
td.TdClassName
{
border-color: #43BECF;
}
.TagClassName
{
border-color: #43BECF;
}
</style>