Shades of Viking #44BACA
Tints of Viking #44BACA
RGB
CMYK
RGB Variations
Color information
#44BACA (or 0x44BACA) is known color: Viking. HEX triplet: 44, BA and CA. RGB value is (68,186,202). Sum of RGB (Red+Green+Blue) = 68+186+202=456 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.91% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #44BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BACA is #BB4535. Grayscale: #989898. Windows color (decimal): -12272950 or 13285956. OLE color: 13285956.
HSL color Cylindrical-coordinate representation of color #44BACA: hue angle of 187.16º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44BACA is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 186 | 202 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.21 |
| HSL | 187.16º | 0.56% | 0.53% | - |
| HSV(B) | 187.16º | 0.66% | 0.79% | - |
| XYZ | 30.6 | 40.61 | 62.1 | - |
| YUV | 152.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 202 | 0.66 | 0.08 | 0 | 0.21 | 187.16 | 0.56 | 0.53 |
| Hex | 44 | BA | CA | 42 | 8 | 0 | 15 | BB | 38 | 35 |
| Octal | 104 | 272 | 312 | 102 | 10 | 0 | 25 | 273 | 70 | 65 |
| Binary | 1000100 | 10111010 | 11001010 | 1000010 | 1000 | 0 | 10101 | 10111011 | 111000 | 110101 |
Color Harmonies of #44BACA
Complementary color
Monochromatic Colors of #44BACA
Black with #44BACA
Text Example
Text Example
White with #44BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BACA; }
p { color: rgb(68,186,202); }
H1.HeaderClassName
{
color: #44BACA;
}
.AnyTagClassName
{
color: #44BACA;
}
</style>
background-color css
<style>
a { background-color: #44BACA; }
a { background-color: rgb(68,186,202); }
div.DivClassName
{
background-color: #44BACA;
}
.BgClassName
{
background-color: #44BACA;
}
</style>
border-color css
<style>
span { border-color: #44BACA; }
span { border-color: rgb(68,186,202); }
td.TdClassName
{
border-color: #44BACA;
}
.TagClassName
{
border-color: #44BACA;
}
</style>