Shades of Viking #44BECF
Tints of Viking #44BECF
RGB
CMYK
RGB Variations
Color information
#44BECF (or 0x44BECF) is known color: Viking. HEX triplet: 44, BE and CF. RGB value is (68,190,207). Sum of RGB (Red+Green+Blue) = 68+190+207=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #44BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BECF is #BB4130. Grayscale: #9B9B9B. Windows color (decimal): -12271921 or 13614660. OLE color: 13614660.
HSL color Cylindrical-coordinate representation of color #44BECF: hue angle of 187.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44BECF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 190 | 207 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.19 |
| HSL | 187.34º | 0.59% | 0.54% | - |
| HSV(B) | 187.34º | 0.67% | 0.81% | - |
| XYZ | 32.06 | 42.56 | 65.56 | - |
| YUV | 155.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 207 | 0.67 | 0.08 | 0 | 0.19 | 187.34 | 0.59 | 0.54 |
| Hex | 44 | BE | CF | 43 | 8 | 0 | 13 | BB | 3B | 36 |
| Octal | 104 | 276 | 317 | 103 | 10 | 0 | 23 | 273 | 73 | 66 |
| Binary | 1000100 | 10111110 | 11001111 | 1000011 | 1000 | 0 | 10011 | 10111011 | 111011 | 110110 |
Color Harmonies of #44BECF
Complementary color
Monochromatic Colors of #44BECF
Black with #44BECF
Text Example
Text Example
White with #44BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BECF; }
p { color: rgb(68,190,207); }
H1.HeaderClassName
{
color: #44BECF;
}
.AnyTagClassName
{
color: #44BECF;
}
</style>
background-color css
<style>
a { background-color: #44BECF; }
a { background-color: rgb(68,190,207); }
div.DivClassName
{
background-color: #44BECF;
}
.BgClassName
{
background-color: #44BECF;
}
</style>
border-color css
<style>
span { border-color: #44BECF; }
span { border-color: rgb(68,190,207); }
td.TdClassName
{
border-color: #44BECF;
}
.TagClassName
{
border-color: #44BECF;
}
</style>