Shades of Viking #44BCD2
Tints of Viking #44BCD2
RGB
CMYK
RGB Variations
Color information
#44BCD2 (or 0x44BCD2) is known color: Viking. HEX triplet: 44, BC and D2. RGB value is (68,188,210). Sum of RGB (Red+Green+Blue) = 68+188+210=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #44BCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BCD2 is #BB432D. Grayscale: #9A9A9A. Windows color (decimal): -12272430 or 13810756. OLE color: 13810756.
HSL color Cylindrical-coordinate representation of color #44BCD2: hue angle of 189.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44BCD2 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 188 | 210 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.18 |
| HSL | 189.3º | 0.61% | 0.55% | - |
| HSV(B) | 189.3º | 0.68% | 0.82% | - |
| XYZ | 32 | 41.85 | 67.36 | - |
| YUV | 154.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 210 | 0.68 | 0.10 | 0 | 0.18 | 189.3 | 0.61 | 0.55 |
| Hex | 44 | BC | D2 | 44 | A | 0 | 12 | BD | 3D | 37 |
| Octal | 104 | 274 | 322 | 104 | 12 | 0 | 22 | 275 | 75 | 67 |
| Binary | 1000100 | 10111100 | 11010010 | 1000100 | 1010 | 0 | 10010 | 10111101 | 111101 | 110111 |
Color Harmonies of #44BCD2
Complementary color
Monochromatic Colors of #44BCD2
Black with #44BCD2
Text Example
Text Example
White with #44BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCD2; }
p { color: rgb(68,188,210); }
H1.HeaderClassName
{
color: #44BCD2;
}
.AnyTagClassName
{
color: #44BCD2;
}
</style>
background-color css
<style>
a { background-color: #44BCD2; }
a { background-color: rgb(68,188,210); }
div.DivClassName
{
background-color: #44BCD2;
}
.BgClassName
{
background-color: #44BCD2;
}
</style>
border-color css
<style>
span { border-color: #44BCD2; }
span { border-color: rgb(68,188,210); }
td.TdClassName
{
border-color: #44BCD2;
}
.TagClassName
{
border-color: #44BCD2;
}
</style>