Shades of Viking #43BCCE
Tints of Viking #43BCCE
RGB
CMYK
RGB Variations
Color information
#43BCCE (or 0x43BCCE) is known color: Viking. HEX triplet: 43, BC and CE. RGB value is (67,188,206). Sum of RGB (Red+Green+Blue) = 67+188+206=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #43BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCCE is #BC4331. Grayscale: #999999. Windows color (decimal): -12337970 or 13548611. OLE color: 13548611.
HSL color Cylindrical-coordinate representation of color #43BCCE: hue angle of 187.77º 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 #43BCCE is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 188 | 206 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.19 |
| HSL | 187.77º | 0.59% | 0.54% | - |
| HSV(B) | 187.77º | 0.67% | 0.81% | - |
| XYZ | 31.44 | 41.62 | 64.77 | - |
| YUV | 153.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 206 | 0.67 | 0.09 | 0 | 0.19 | 187.77 | 0.59 | 0.54 |
| Hex | 43 | BC | CE | 43 | 9 | 0 | 13 | BC | 3B | 36 |
| Octal | 103 | 274 | 316 | 103 | 11 | 0 | 23 | 274 | 73 | 66 |
| Binary | 1000011 | 10111100 | 11001110 | 1000011 | 1001 | 0 | 10011 | 10111100 | 111011 | 110110 |
Color Harmonies of #43BCCE
Complementary color
Monochromatic Colors of #43BCCE
Black with #43BCCE
Text Example
Text Example
White with #43BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCCE; }
p { color: rgb(67,188,206); }
H1.HeaderClassName
{
color: #43BCCE;
}
.AnyTagClassName
{
color: #43BCCE;
}
</style>
background-color css
<style>
a { background-color: #43BCCE; }
a { background-color: rgb(67,188,206); }
div.DivClassName
{
background-color: #43BCCE;
}
.BgClassName
{
background-color: #43BCCE;
}
</style>
border-color css
<style>
span { border-color: #43BCCE; }
span { border-color: rgb(67,188,206); }
td.TdClassName
{
border-color: #43BCCE;
}
.TagClassName
{
border-color: #43BCCE;
}
</style>