Shades of Viking #48BFD1
Tints of Viking #48BFD1
RGB
CMYK
RGB Variations
Color information
#48BFD1 (or 0x48BFD1) is known color: Viking. HEX triplet: 48, BF and D1. RGB value is (72,191,209). Sum of RGB (Red+Green+Blue) = 72+191+209=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #48BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFD1 is #B7402E. Grayscale: #9D9D9D. Windows color (decimal): -12009519 or 13745992. OLE color: 13745992.
HSL color Cylindrical-coordinate representation of color #48BFD1: hue angle of 187.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BFD1 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 191 | 209 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.18 |
| HSL | 187.88º | 0.6% | 0.55% | - |
| HSV(B) | 187.88º | 0.66% | 0.82% | - |
| XYZ | 32.81 | 43.24 | 66.94 | - |
| YUV | 157.47 | 157.08 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 209 | 0.66 | 0.09 | 0 | 0.18 | 187.88 | 0.6 | 0.55 |
| Hex | 48 | BF | D1 | 42 | 9 | 0 | 12 | BC | 3C | 37 |
| Octal | 110 | 277 | 321 | 102 | 11 | 0 | 22 | 274 | 74 | 67 |
| Binary | 1001000 | 10111111 | 11010001 | 1000010 | 1001 | 0 | 10010 | 10111100 | 111100 | 110111 |
Color Harmonies of #48BFD1
Complementary color
Monochromatic Colors of #48BFD1
Black with #48BFD1
Text Example
Text Example
White with #48BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFD1; }
p { color: rgb(72,191,209); }
H1.HeaderClassName
{
color: #48BFD1;
}
.AnyTagClassName
{
color: #48BFD1;
}
</style>
background-color css
<style>
a { background-color: #48BFD1; }
a { background-color: rgb(72,191,209); }
div.DivClassName
{
background-color: #48BFD1;
}
.BgClassName
{
background-color: #48BFD1;
}
</style>
border-color css
<style>
span { border-color: #48BFD1; }
span { border-color: rgb(72,191,209); }
td.TdClassName
{
border-color: #48BFD1;
}
.TagClassName
{
border-color: #48BFD1;
}
</style>