Shades of Viking #48BCD9
Tints of Viking #48BCD9
RGB
CMYK
RGB Variations
Color information
#48BCD9 (or 0x48BCD9) is known color: Viking. HEX triplet: 48, BC and D9. RGB value is (72,188,217). Sum of RGB (Red+Green+Blue) = 72+188+217=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #48BCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCD9 is #B74326. Grayscale: #9C9C9C. Windows color (decimal): -12010279 or 14269512. OLE color: 14269512.
HSL color Cylindrical-coordinate representation of color #48BCD9: hue angle of 192º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BCD9 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 188 | 217 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.15 |
| HSL | 192º | 0.66% | 0.57% | - |
| HSV(B) | 192º | 0.67% | 0.85% | - |
| XYZ | 33.18 | 42.35 | 72.07 | - |
| YUV | 156.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 217 | 0.67 | 0.13 | 0 | 0.15 | 192 | 0.66 | 0.57 |
| Hex | 48 | BC | D9 | 43 | D | 0 | F | C0 | 42 | 39 |
| Octal | 110 | 274 | 331 | 103 | 15 | 0 | 17 | 300 | 102 | 71 |
| Binary | 1001000 | 10111100 | 11011001 | 1000011 | 1101 | 0 | 1111 | 11000000 | 1000010 | 111001 |
Color Harmonies of #48BCD9
Complementary color
Monochromatic Colors of #48BCD9
Black with #48BCD9
Text Example
Text Example
White with #48BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCD9; }
p { color: rgb(72,188,217); }
H1.HeaderClassName
{
color: #48BCD9;
}
.AnyTagClassName
{
color: #48BCD9;
}
</style>
background-color css
<style>
a { background-color: #48BCD9; }
a { background-color: rgb(72,188,217); }
div.DivClassName
{
background-color: #48BCD9;
}
.BgClassName
{
background-color: #48BCD9;
}
</style>
border-color css
<style>
span { border-color: #48BCD9; }
span { border-color: rgb(72,188,217); }
td.TdClassName
{
border-color: #48BCD9;
}
.TagClassName
{
border-color: #48BCD9;
}
</style>