Shades of Viking #43BED0
Tints of Viking #43BED0
RGB
CMYK
RGB Variations
Color information
#43BED0 (or 0x43BED0) is known color: Viking. HEX triplet: 43, BE and D0. RGB value is (67,190,208). Sum of RGB (Red+Green+Blue) = 67+190+208=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #43BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BED0 is #BC412F. Grayscale: #9B9B9B. Windows color (decimal): -12337456 or 13680195. OLE color: 13680195.
HSL color Cylindrical-coordinate representation of color #43BED0: hue angle of 187.66º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43BED0 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 190 | 208 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.18 |
| HSL | 187.66º | 0.6% | 0.54% | - |
| HSV(B) | 187.66º | 0.68% | 0.82% | - |
| XYZ | 32.11 | 42.57 | 66.2 | - |
| YUV | 155.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 208 | 0.68 | 0.09 | 0 | 0.18 | 187.66 | 0.6 | 0.54 |
| Hex | 43 | BE | D0 | 44 | 9 | 0 | 12 | BC | 3C | 36 |
| Octal | 103 | 276 | 320 | 104 | 11 | 0 | 22 | 274 | 74 | 66 |
| Binary | 1000011 | 10111110 | 11010000 | 1000100 | 1001 | 0 | 10010 | 10111100 | 111100 | 110110 |
Color Harmonies of #43BED0
Complementary color
Monochromatic Colors of #43BED0
Black with #43BED0
Text Example
Text Example
White with #43BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BED0; }
p { color: rgb(67,190,208); }
H1.HeaderClassName
{
color: #43BED0;
}
.AnyTagClassName
{
color: #43BED0;
}
</style>
background-color css
<style>
a { background-color: #43BED0; }
a { background-color: rgb(67,190,208); }
div.DivClassName
{
background-color: #43BED0;
}
.BgClassName
{
background-color: #43BED0;
}
</style>
border-color css
<style>
span { border-color: #43BED0; }
span { border-color: rgb(67,190,208); }
td.TdClassName
{
border-color: #43BED0;
}
.TagClassName
{
border-color: #43BED0;
}
</style>