Shades of Viking #44AEBC
Tints of Viking #44AEBC
RGB
CMYK
RGB Variations
Color information
#44AEBC (or 0x44AEBC) is known color: Viking. HEX triplet: 44, AE and BC. RGB value is (68,174,188). Sum of RGB (Red+Green+Blue) = 68+174+188=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #44AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AEBC is #BB5143. Grayscale: #8F8F8F. Windows color (decimal): -12276036 or 12365380. OLE color: 12365380.
HSL color Cylindrical-coordinate representation of color #44AEBC: hue angle of 187º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44AEBC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 174 | 188 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.26 |
| HSL | 187º | 0.47% | 0.5% | - |
| HSV(B) | 187º | 0.64% | 0.74% | - |
| XYZ | 26.6 | 35.13 | 52.96 | - |
| YUV | 143.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 174 | 188 | 0.64 | 0.07 | 0 | 0.26 | 187 | 0.47 | 0.5 |
| Hex | 44 | AE | BC | 40 | 7 | 0 | 1A | BB | 2F | 32 |
| Octal | 104 | 256 | 274 | 100 | 7 | 0 | 32 | 273 | 57 | 62 |
| Binary | 1000100 | 10101110 | 10111100 | 1000000 | 111 | 0 | 11010 | 10111011 | 101111 | 110010 |
Color Harmonies of #44AEBC
Complementary color
Monochromatic Colors of #44AEBC
Black with #44AEBC
Text Example
Text Example
White with #44AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AEBC; }
p { color: rgb(68,174,188); }
H1.HeaderClassName
{
color: #44AEBC;
}
.AnyTagClassName
{
color: #44AEBC;
}
</style>
background-color css
<style>
a { background-color: #44AEBC; }
a { background-color: rgb(68,174,188); }
div.DivClassName
{
background-color: #44AEBC;
}
.BgClassName
{
background-color: #44AEBC;
}
</style>
border-color css
<style>
span { border-color: #44AEBC; }
span { border-color: rgb(68,174,188); }
td.TdClassName
{
border-color: #44AEBC;
}
.TagClassName
{
border-color: #44AEBC;
}
</style>