Shades of Viking #44BECB
Tints of Viking #44BECB
RGB
CMYK
RGB Variations
Color information
#44BECB (or 0x44BECB) is known color: Viking. HEX triplet: 44, BE and CB. RGB value is (68,190,203). Sum of RGB (Red+Green+Blue) = 68+190+203=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #44BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BECB is #BB4134. Grayscale: #9A9A9A. Windows color (decimal): -12271925 or 13352516. OLE color: 13352516.
HSL color Cylindrical-coordinate representation of color #44BECB: hue angle of 185.78º degrees, saturation: 0.56, 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 #44BECB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 190 | 203 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.20 |
| HSL | 185.78º | 0.56% | 0.53% | - |
| HSV(B) | 185.78º | 0.67% | 0.8% | - |
| XYZ | 31.58 | 42.37 | 63.01 | - |
| YUV | 155 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 203 | 0.67 | 0.06 | 0 | 0.20 | 185.78 | 0.56 | 0.53 |
| Hex | 44 | BE | CB | 43 | 6 | 0 | 14 | BA | 38 | 35 |
| Octal | 104 | 276 | 313 | 103 | 6 | 0 | 24 | 272 | 70 | 65 |
| Binary | 1000100 | 10111110 | 11001011 | 1000011 | 110 | 0 | 10100 | 10111010 | 111000 | 110101 |
Color Harmonies of #44BECB
Complementary color
Monochromatic Colors of #44BECB
Black with #44BECB
Text Example
Text Example
White with #44BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BECB; }
p { color: rgb(68,190,203); }
H1.HeaderClassName
{
color: #44BECB;
}
.AnyTagClassName
{
color: #44BECB;
}
</style>
background-color css
<style>
a { background-color: #44BECB; }
a { background-color: rgb(68,190,203); }
div.DivClassName
{
background-color: #44BECB;
}
.BgClassName
{
background-color: #44BECB;
}
</style>
border-color css
<style>
span { border-color: #44BECB; }
span { border-color: rgb(68,190,203); }
td.TdClassName
{
border-color: #44BECB;
}
.TagClassName
{
border-color: #44BECB;
}
</style>