Shades of Viking #48BCD1
Tints of Viking #48BCD1
RGB
CMYK
RGB Variations
Color information
#48BCD1 (or 0x48BCD1) is known color: Viking. HEX triplet: 48, BC and D1. RGB value is (72,188,209). Sum of RGB (Red+Green+Blue) = 72+188+209=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #48BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCD1 is #B7432E. Grayscale: #9B9B9B. Windows color (decimal): -12010287 or 13745224. OLE color: 13745224.
HSL color Cylindrical-coordinate representation of color #48BCD1: hue angle of 189.2º 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 #48BCD1 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 188 | 209 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.18 |
| HSL | 189.2º | 0.6% | 0.55% | - |
| HSV(B) | 189.2º | 0.66% | 0.82% | - |
| XYZ | 32.16 | 41.95 | 66.72 | - |
| YUV | 155.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 209 | 0.66 | 0.10 | 0 | 0.18 | 189.2 | 0.6 | 0.55 |
| Hex | 48 | BC | D1 | 42 | A | 0 | 12 | BD | 3C | 37 |
| Octal | 110 | 274 | 321 | 102 | 12 | 0 | 22 | 275 | 74 | 67 |
| Binary | 1001000 | 10111100 | 11010001 | 1000010 | 1010 | 0 | 10010 | 10111101 | 111100 | 110111 |
Color Harmonies of #48BCD1
Complementary color
Monochromatic Colors of #48BCD1
Black with #48BCD1
Text Example
Text Example
White with #48BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCD1; }
p { color: rgb(72,188,209); }
H1.HeaderClassName
{
color: #48BCD1;
}
.AnyTagClassName
{
color: #48BCD1;
}
</style>
background-color css
<style>
a { background-color: #48BCD1; }
a { background-color: rgb(72,188,209); }
div.DivClassName
{
background-color: #48BCD1;
}
.BgClassName
{
background-color: #48BCD1;
}
</style>
border-color css
<style>
span { border-color: #48BCD1; }
span { border-color: rgb(72,188,209); }
td.TdClassName
{
border-color: #48BCD1;
}
.TagClassName
{
border-color: #48BCD1;
}
</style>