Shades of Viking #44ADBB
Tints of Viking #44ADBB
RGB
CMYK
RGB Variations
Color information
#44ADBB (or 0x44ADBB) is known color: Viking. HEX triplet: 44, AD and BB. RGB value is (68,173,187). Sum of RGB (Red+Green+Blue) = 68+173+187=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #44ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ADBB is #BB5244. Grayscale: #8F8F8F. Windows color (decimal): -12276293 or 12299588. OLE color: 12299588.
HSL color Cylindrical-coordinate representation of color #44ADBB: hue angle of 187.06º 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 #44ADBB is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 173 | 187 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.27 |
| HSL | 187.06º | 0.47% | 0.5% | - |
| HSV(B) | 187.06º | 0.64% | 0.73% | - |
| XYZ | 26.3 | 34.7 | 52.33 | - |
| YUV | 143.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 187 | 0.64 | 0.07 | 0 | 0.27 | 187.06 | 0.47 | 0.5 |
| Hex | 44 | AD | BB | 40 | 7 | 0 | 1B | BB | 2F | 32 |
| Octal | 104 | 255 | 273 | 100 | 7 | 0 | 33 | 273 | 57 | 62 |
| Binary | 1000100 | 10101101 | 10111011 | 1000000 | 111 | 0 | 11011 | 10111011 | 101111 | 110010 |
Color Harmonies of #44ADBB
Complementary color
Monochromatic Colors of #44ADBB
Black with #44ADBB
Text Example
Text Example
White with #44ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADBB; }
p { color: rgb(68,173,187); }
H1.HeaderClassName
{
color: #44ADBB;
}
.AnyTagClassName
{
color: #44ADBB;
}
</style>
background-color css
<style>
a { background-color: #44ADBB; }
a { background-color: rgb(68,173,187); }
div.DivClassName
{
background-color: #44ADBB;
}
.BgClassName
{
background-color: #44ADBB;
}
</style>
border-color css
<style>
span { border-color: #44ADBB; }
span { border-color: rgb(68,173,187); }
td.TdClassName
{
border-color: #44ADBB;
}
.TagClassName
{
border-color: #44ADBB;
}
</style>