Shades of Viking #43ADBE
Tints of Viking #43ADBE
RGB
CMYK
RGB Variations
Color information
#43ADBE (or 0x43ADBE) is known color: Viking. HEX triplet: 43, AD and BE. RGB value is (67,173,190). Sum of RGB (Red+Green+Blue) = 67+173+190=430 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.58% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #43ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ADBE is #BC5241. Grayscale: #8F8F8F. Windows color (decimal): -12341826 or 12496195. OLE color: 12496195.
HSL color Cylindrical-coordinate representation of color #43ADBE: hue angle of 188.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43ADBE is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 173 | 190 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.25 |
| HSL | 188.29º | 0.49% | 0.5% | - |
| HSV(B) | 188.29º | 0.65% | 0.75% | - |
| XYZ | 26.55 | 34.8 | 54.03 | - |
| YUV | 143.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 190 | 0.65 | 0.09 | 0 | 0.25 | 188.29 | 0.49 | 0.5 |
| Hex | 43 | AD | BE | 41 | 9 | 0 | 19 | BC | 31 | 32 |
| Octal | 103 | 255 | 276 | 101 | 11 | 0 | 31 | 274 | 61 | 62 |
| Binary | 1000011 | 10101101 | 10111110 | 1000001 | 1001 | 0 | 11001 | 10111100 | 110001 | 110010 |
Color Harmonies of #43ADBE
Complementary color
Monochromatic Colors of #43ADBE
Black with #43ADBE
Text Example
Text Example
White with #43ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ADBE; }
p { color: rgb(67,173,190); }
H1.HeaderClassName
{
color: #43ADBE;
}
.AnyTagClassName
{
color: #43ADBE;
}
</style>
background-color css
<style>
a { background-color: #43ADBE; }
a { background-color: rgb(67,173,190); }
div.DivClassName
{
background-color: #43ADBE;
}
.BgClassName
{
background-color: #43ADBE;
}
</style>
border-color css
<style>
span { border-color: #43ADBE; }
span { border-color: rgb(67,173,190); }
td.TdClassName
{
border-color: #43ADBE;
}
.TagClassName
{
border-color: #43ADBE;
}
</style>