Shades of Viking #48B8D1
Tints of Viking #48B8D1
RGB
CMYK
RGB Variations
Color information
#48B8D1 (or 0x48B8D1) is known color: Viking. HEX triplet: 48, B8 and D1. RGB value is (72,184,209). Sum of RGB (Red+Green+Blue) = 72+184+209=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #48B8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B8D1 is #B7472E. Grayscale: #999999. Windows color (decimal): -12011311 or 13744200. OLE color: 13744200.
HSL color Cylindrical-coordinate representation of color #48B8D1: hue angle of 190.95º 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 #48B8D1 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 184 | 209 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.18 |
| HSL | 190.95º | 0.6% | 0.55% | - |
| HSV(B) | 190.95º | 0.66% | 0.82% | - |
| XYZ | 31.32 | 40.26 | 66.44 | - |
| YUV | 153.36 | 159.39 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 184 | 209 | 0.66 | 0.12 | 0 | 0.18 | 190.95 | 0.6 | 0.55 |
| Hex | 48 | B8 | D1 | 42 | C | 0 | 12 | BF | 3C | 37 |
| Octal | 110 | 270 | 321 | 102 | 14 | 0 | 22 | 277 | 74 | 67 |
| Binary | 1001000 | 10111000 | 11010001 | 1000010 | 1100 | 0 | 10010 | 10111111 | 111100 | 110111 |
Color Harmonies of #48B8D1
Complementary color
Monochromatic Colors of #48B8D1
Black with #48B8D1
Text Example
Text Example
White with #48B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B8D1; }
p { color: rgb(72,184,209); }
H1.HeaderClassName
{
color: #48B8D1;
}
.AnyTagClassName
{
color: #48B8D1;
}
</style>
background-color css
<style>
a { background-color: #48B8D1; }
a { background-color: rgb(72,184,209); }
div.DivClassName
{
background-color: #48B8D1;
}
.BgClassName
{
background-color: #48B8D1;
}
</style>
border-color css
<style>
span { border-color: #48B8D1; }
span { border-color: rgb(72,184,209); }
td.TdClassName
{
border-color: #48B8D1;
}
.TagClassName
{
border-color: #48B8D1;
}
</style>