Shades of Viking #44AFCD
Tints of Viking #44AFCD
RGB
CMYK
RGB Variations
Color information
#44AFCD (or 0x44AFCD) is known color: Viking. HEX triplet: 44, AF and CD. RGB value is (68,175,205). Sum of RGB (Red+Green+Blue) = 68+175+205=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #44AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFCD is #BB5032. Grayscale: #929292. Windows color (decimal): -12275763 or 13479748. OLE color: 13479748.
HSL color Cylindrical-coordinate representation of color #44AFCD: hue angle of 193.14º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44AFCD is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 175 | 205 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.20 |
| HSL | 193.14º | 0.58% | 0.54% | - |
| HSV(B) | 193.14º | 0.67% | 0.8% | - |
| XYZ | 28.73 | 36.3 | 63.25 | - |
| YUV | 146.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 205 | 0.67 | 0.15 | 0 | 0.20 | 193.14 | 0.58 | 0.54 |
| Hex | 44 | AF | CD | 43 | F | 0 | 14 | C1 | 3A | 36 |
| Octal | 104 | 257 | 315 | 103 | 17 | 0 | 24 | 301 | 72 | 66 |
| Binary | 1000100 | 10101111 | 11001101 | 1000011 | 1111 | 0 | 10100 | 11000001 | 111010 | 110110 |
Color Harmonies of #44AFCD
Complementary color
Monochromatic Colors of #44AFCD
Black with #44AFCD
Text Example
Text Example
White with #44AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AFCD; }
p { color: rgb(68,175,205); }
H1.HeaderClassName
{
color: #44AFCD;
}
.AnyTagClassName
{
color: #44AFCD;
}
</style>
background-color css
<style>
a { background-color: #44AFCD; }
a { background-color: rgb(68,175,205); }
div.DivClassName
{
background-color: #44AFCD;
}
.BgClassName
{
background-color: #44AFCD;
}
</style>
border-color css
<style>
span { border-color: #44AFCD; }
span { border-color: rgb(68,175,205); }
td.TdClassName
{
border-color: #44AFCD;
}
.TagClassName
{
border-color: #44AFCD;
}
</style>