Shades of Viking #48BACE
Tints of Viking #48BACE
RGB
CMYK
RGB Variations
Color information
#48BACE (or 0x48BACE) is known color: Viking. HEX triplet: 48, BA and CE. RGB value is (72,186,206). Sum of RGB (Red+Green+Blue) = 72+186+206=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #48BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BACE is #B74531. Grayscale: #9A9A9A. Windows color (decimal): -12010802 or 13548104. OLE color: 13548104.
HSL color Cylindrical-coordinate representation of color #48BACE: hue angle of 188.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BACE is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 186 | 206 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.19 |
| HSL | 188.96º | 0.58% | 0.55% | - |
| HSV(B) | 188.96º | 0.65% | 0.81% | - |
| XYZ | 31.37 | 40.95 | 64.64 | - |
| YUV | 154.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 206 | 0.65 | 0.10 | 0 | 0.19 | 188.96 | 0.58 | 0.55 |
| Hex | 48 | BA | CE | 41 | A | 0 | 13 | BD | 3A | 37 |
| Octal | 110 | 272 | 316 | 101 | 12 | 0 | 23 | 275 | 72 | 67 |
| Binary | 1001000 | 10111010 | 11001110 | 1000001 | 1010 | 0 | 10011 | 10111101 | 111010 | 110111 |
Color Harmonies of #48BACE
Complementary color
Monochromatic Colors of #48BACE
Black with #48BACE
Text Example
Text Example
White with #48BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BACE; }
p { color: rgb(72,186,206); }
H1.HeaderClassName
{
color: #48BACE;
}
.AnyTagClassName
{
color: #48BACE;
}
</style>
background-color css
<style>
a { background-color: #48BACE; }
a { background-color: rgb(72,186,206); }
div.DivClassName
{
background-color: #48BACE;
}
.BgClassName
{
background-color: #48BACE;
}
</style>
border-color css
<style>
span { border-color: #48BACE; }
span { border-color: rgb(72,186,206); }
td.TdClassName
{
border-color: #48BACE;
}
.TagClassName
{
border-color: #48BACE;
}
</style>