Shades of Viking #48BCD0
Tints of Viking #48BCD0
RGB
CMYK
RGB Variations
Color information
#48BCD0 (or 0x48BCD0) is known color: Viking. HEX triplet: 48, BC and D0. RGB value is (72,188,208). Sum of RGB (Red+Green+Blue) = 72+188+208=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #48BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCD0 is #B7432F. Grayscale: #9B9B9B. Windows color (decimal): -12010288 or 13679688. OLE color: 13679688.
HSL color Cylindrical-coordinate representation of color #48BCD0: hue angle of 188.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BCD0 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 188 | 208 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.18 |
| HSL | 188.82º | 0.59% | 0.55% | - |
| HSV(B) | 188.82º | 0.65% | 0.82% | - |
| XYZ | 32.04 | 41.9 | 66.07 | - |
| YUV | 155.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 208 | 0.65 | 0.10 | 0 | 0.18 | 188.82 | 0.59 | 0.55 |
| Hex | 48 | BC | D0 | 41 | A | 0 | 12 | BD | 3B | 37 |
| Octal | 110 | 274 | 320 | 101 | 12 | 0 | 22 | 275 | 73 | 67 |
| Binary | 1001000 | 10111100 | 11010000 | 1000001 | 1010 | 0 | 10010 | 10111101 | 111011 | 110111 |
Color Harmonies of #48BCD0
Complementary color
Monochromatic Colors of #48BCD0
Black with #48BCD0
Text Example
Text Example
White with #48BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCD0; }
p { color: rgb(72,188,208); }
H1.HeaderClassName
{
color: #48BCD0;
}
.AnyTagClassName
{
color: #48BCD0;
}
</style>
background-color css
<style>
a { background-color: #48BCD0; }
a { background-color: rgb(72,188,208); }
div.DivClassName
{
background-color: #48BCD0;
}
.BgClassName
{
background-color: #48BCD0;
}
</style>
border-color css
<style>
span { border-color: #48BCD0; }
span { border-color: rgb(72,188,208); }
td.TdClassName
{
border-color: #48BCD0;
}
.TagClassName
{
border-color: #48BCD0;
}
</style>