Shades of Viking #44AACE
Tints of Viking #44AACE
RGB
CMYK
RGB Variations
Color information
#44AACE (or 0x44AACE) is known color: Viking. HEX triplet: 44, AA and CE. RGB value is (68,170,206). Sum of RGB (Red+Green+Blue) = 68+170+206=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #44AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AACE is #BB5531. Grayscale: #8F8F8F. Windows color (decimal): -12277042 or 13544004. OLE color: 13544004.
HSL color Cylindrical-coordinate representation of color #44AACE: hue angle of 195.65º 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 #44AACE is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 170 | 206 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.19 |
| HSL | 195.65º | 0.58% | 0.54% | - |
| HSV(B) | 195.65º | 0.67% | 0.81% | - |
| XYZ | 27.9 | 34.43 | 63.57 | - |
| YUV | 143.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 206 | 0.67 | 0.17 | 0 | 0.19 | 195.65 | 0.58 | 0.54 |
| Hex | 44 | AA | CE | 43 | 11 | 0 | 13 | C4 | 3A | 36 |
| Octal | 104 | 252 | 316 | 103 | 21 | 0 | 23 | 304 | 72 | 66 |
| Binary | 1000100 | 10101010 | 11001110 | 1000011 | 10001 | 0 | 10011 | 11000100 | 111010 | 110110 |
Color Harmonies of #44AACE
Complementary color
Monochromatic Colors of #44AACE
Black with #44AACE
Text Example
Text Example
White with #44AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AACE; }
p { color: rgb(68,170,206); }
H1.HeaderClassName
{
color: #44AACE;
}
.AnyTagClassName
{
color: #44AACE;
}
</style>
background-color css
<style>
a { background-color: #44AACE; }
a { background-color: rgb(68,170,206); }
div.DivClassName
{
background-color: #44AACE;
}
.BgClassName
{
background-color: #44AACE;
}
</style>
border-color css
<style>
span { border-color: #44AACE; }
span { border-color: rgb(68,170,206); }
td.TdClassName
{
border-color: #44AACE;
}
.TagClassName
{
border-color: #44AACE;
}
</style>