Shades of Viking #44ABCE
Tints of Viking #44ABCE
RGB
CMYK
RGB Variations
Color information
#44ABCE (or 0x44ABCE) is known color: Viking. HEX triplet: 44, AB and CE. RGB value is (68,171,206). Sum of RGB (Red+Green+Blue) = 68+171+206=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #44ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ABCE is #BB5431. Grayscale: #8F8F8F. Windows color (decimal): -12276786 or 13544260. OLE color: 13544260.
HSL color Cylindrical-coordinate representation of color #44ABCE: hue angle of 195.22º degrees, saturation: 0.58, 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 #44ABCE is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 171 | 206 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.19 |
| HSL | 195.22º | 0.58% | 0.54% | - |
| HSV(B) | 195.22º | 0.67% | 0.81% | - |
| XYZ | 28.09 | 34.81 | 63.63 | - |
| YUV | 144.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 171 | 206 | 0.67 | 0.17 | 0 | 0.19 | 195.22 | 0.58 | 0.54 |
| Hex | 44 | AB | CE | 43 | 11 | 0 | 13 | C3 | 3A | 36 |
| Octal | 104 | 253 | 316 | 103 | 21 | 0 | 23 | 303 | 72 | 66 |
| Binary | 1000100 | 10101011 | 11001110 | 1000011 | 10001 | 0 | 10011 | 11000011 | 111010 | 110110 |
Color Harmonies of #44ABCE
Complementary color
Monochromatic Colors of #44ABCE
Black with #44ABCE
Text Example
Text Example
White with #44ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ABCE; }
p { color: rgb(68,171,206); }
H1.HeaderClassName
{
color: #44ABCE;
}
.AnyTagClassName
{
color: #44ABCE;
}
</style>
background-color css
<style>
a { background-color: #44ABCE; }
a { background-color: rgb(68,171,206); }
div.DivClassName
{
background-color: #44ABCE;
}
.BgClassName
{
background-color: #44ABCE;
}
</style>
border-color css
<style>
span { border-color: #44ABCE; }
span { border-color: rgb(68,171,206); }
td.TdClassName
{
border-color: #44ABCE;
}
.TagClassName
{
border-color: #44ABCE;
}
</style>