Shades of Viking #44ABBB
Tints of Viking #44ABBB
RGB
CMYK
RGB Variations
Color information
#44ABBB (or 0x44ABBB) is known color: Viking. HEX triplet: 44, AB and BB. RGB value is (68,171,187). Sum of RGB (Red+Green+Blue) = 68+171+187=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #44ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ABBB is #BB5444. Grayscale: #8D8D8D. Windows color (decimal): -12276805 or 12299076. OLE color: 12299076.
HSL color Cylindrical-coordinate representation of color #44ABBB: hue angle of 188.07º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44ABBB is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 171 | 187 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.27 |
| HSL | 188.07º | 0.47% | 0.5% | - |
| HSV(B) | 188.07º | 0.64% | 0.73% | - |
| XYZ | 25.92 | 33.94 | 52.2 | - |
| YUV | 142.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 171 | 187 | 0.64 | 0.09 | 0 | 0.27 | 188.07 | 0.47 | 0.5 |
| Hex | 44 | AB | BB | 40 | 9 | 0 | 1B | BC | 2F | 32 |
| Octal | 104 | 253 | 273 | 100 | 11 | 0 | 33 | 274 | 57 | 62 |
| Binary | 1000100 | 10101011 | 10111011 | 1000000 | 1001 | 0 | 11011 | 10111100 | 101111 | 110010 |
Color Harmonies of #44ABBB
Complementary color
Monochromatic Colors of #44ABBB
Black with #44ABBB
Text Example
Text Example
White with #44ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ABBB; }
p { color: rgb(68,171,187); }
H1.HeaderClassName
{
color: #44ABBB;
}
.AnyTagClassName
{
color: #44ABBB;
}
</style>
background-color css
<style>
a { background-color: #44ABBB; }
a { background-color: rgb(68,171,187); }
div.DivClassName
{
background-color: #44ABBB;
}
.BgClassName
{
background-color: #44ABBB;
}
</style>
border-color css
<style>
span { border-color: #44ABBB; }
span { border-color: rgb(68,171,187); }
td.TdClassName
{
border-color: #44ABBB;
}
.TagClassName
{
border-color: #44ABBB;
}
</style>