Shades of Viking #48BDD1
Tints of Viking #48BDD1
RGB
CMYK
RGB Variations
Color information
#48BDD1 (or 0x48BDD1) is known color: Viking. HEX triplet: 48, BD and D1. RGB value is (72,189,209). Sum of RGB (Red+Green+Blue) = 72+189+209=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #48BDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDD1 is #B7422E. Grayscale: #9C9C9C. Windows color (decimal): -12010031 or 13745480. OLE color: 13745480.
HSL color Cylindrical-coordinate representation of color #48BDD1: hue angle of 188.76º 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 #48BDD1 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 189 | 209 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.18 |
| HSL | 188.76º | 0.6% | 0.55% | - |
| HSV(B) | 188.76º | 0.66% | 0.82% | - |
| XYZ | 32.38 | 42.38 | 66.79 | - |
| YUV | 156.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 209 | 0.66 | 0.10 | 0 | 0.18 | 188.76 | 0.6 | 0.55 |
| Hex | 48 | BD | D1 | 42 | A | 0 | 12 | BD | 3C | 37 |
| Octal | 110 | 275 | 321 | 102 | 12 | 0 | 22 | 275 | 74 | 67 |
| Binary | 1001000 | 10111101 | 11010001 | 1000010 | 1010 | 0 | 10010 | 10111101 | 111100 | 110111 |
Color Harmonies of #48BDD1
Complementary color
Monochromatic Colors of #48BDD1
Black with #48BDD1
Text Example
Text Example
White with #48BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BDD1; }
p { color: rgb(72,189,209); }
H1.HeaderClassName
{
color: #48BDD1;
}
.AnyTagClassName
{
color: #48BDD1;
}
</style>
background-color css
<style>
a { background-color: #48BDD1; }
a { background-color: rgb(72,189,209); }
div.DivClassName
{
background-color: #48BDD1;
}
.BgClassName
{
background-color: #48BDD1;
}
</style>
border-color css
<style>
span { border-color: #48BDD1; }
span { border-color: rgb(72,189,209); }
td.TdClassName
{
border-color: #48BDD1;
}
.TagClassName
{
border-color: #48BDD1;
}
</style>