Shades of Viking #43BECB
Tints of Viking #43BECB
RGB
CMYK
RGB Variations
Color information
#43BECB (or 0x43BECB) is known color: Viking. HEX triplet: 43, BE and CB. RGB value is (67,190,203). Sum of RGB (Red+Green+Blue) = 67+190+203=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #43BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BECB is #BC4134. Grayscale: #9A9A9A. Windows color (decimal): -12337461 or 13352515. OLE color: 13352515.
HSL color Cylindrical-coordinate representation of color #43BECB: hue angle of 185.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BECB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 190 | 203 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.20 |
| HSL | 185.74º | 0.57% | 0.53% | - |
| HSV(B) | 185.74º | 0.67% | 0.8% | - |
| XYZ | 31.51 | 42.33 | 63.01 | - |
| YUV | 154.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 203 | 0.67 | 0.06 | 0 | 0.20 | 185.74 | 0.57 | 0.53 |
| Hex | 43 | BE | CB | 43 | 6 | 0 | 14 | BA | 39 | 35 |
| Octal | 103 | 276 | 313 | 103 | 6 | 0 | 24 | 272 | 71 | 65 |
| Binary | 1000011 | 10111110 | 11001011 | 1000011 | 110 | 0 | 10100 | 10111010 | 111001 | 110101 |
Color Harmonies of #43BECB
Complementary color
Monochromatic Colors of #43BECB
Black with #43BECB
Text Example
Text Example
White with #43BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BECB; }
p { color: rgb(67,190,203); }
H1.HeaderClassName
{
color: #43BECB;
}
.AnyTagClassName
{
color: #43BECB;
}
</style>
background-color css
<style>
a { background-color: #43BECB; }
a { background-color: rgb(67,190,203); }
div.DivClassName
{
background-color: #43BECB;
}
.BgClassName
{
background-color: #43BECB;
}
</style>
border-color css
<style>
span { border-color: #43BECB; }
span { border-color: rgb(67,190,203); }
td.TdClassName
{
border-color: #43BECB;
}
.TagClassName
{
border-color: #43BECB;
}
</style>