Shades of Viking #44AFBB
Tints of Viking #44AFBB
RGB
CMYK
RGB Variations
Color information
#44AFBB (or 0x44AFBB) is known color: Viking. HEX triplet: 44, AF and BB. RGB value is (68,175,187). Sum of RGB (Red+Green+Blue) = 68+175+187=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #44AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFBB is #BB5044. Grayscale: #909090. Windows color (decimal): -12275781 or 12300100. OLE color: 12300100.
HSL color Cylindrical-coordinate representation of color #44AFBB: hue angle of 186.05º 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 #44AFBB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 175 | 187 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.27 |
| HSL | 186.05º | 0.47% | 0.5% | - |
| HSV(B) | 186.05º | 0.64% | 0.73% | - |
| XYZ | 26.68 | 35.48 | 52.46 | - |
| YUV | 144.38 | 152.05 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 187 | 0.64 | 0.06 | 0 | 0.27 | 186.05 | 0.47 | 0.5 |
| Hex | 44 | AF | BB | 40 | 6 | 0 | 1B | BA | 2F | 32 |
| Octal | 104 | 257 | 273 | 100 | 6 | 0 | 33 | 272 | 57 | 62 |
| Binary | 1000100 | 10101111 | 10111011 | 1000000 | 110 | 0 | 11011 | 10111010 | 101111 | 110010 |
Color Harmonies of #44AFBB
Complementary color
Monochromatic Colors of #44AFBB
Black with #44AFBB
Text Example
Text Example
White with #44AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AFBB; }
p { color: rgb(68,175,187); }
H1.HeaderClassName
{
color: #44AFBB;
}
.AnyTagClassName
{
color: #44AFBB;
}
</style>
background-color css
<style>
a { background-color: #44AFBB; }
a { background-color: rgb(68,175,187); }
div.DivClassName
{
background-color: #44AFBB;
}
.BgClassName
{
background-color: #44AFBB;
}
</style>
border-color css
<style>
span { border-color: #44AFBB; }
span { border-color: rgb(68,175,187); }
td.TdClassName
{
border-color: #44AFBB;
}
.TagClassName
{
border-color: #44AFBB;
}
</style>