Shades of Viking #48B5CE
Tints of Viking #48B5CE
RGB
CMYK
RGB Variations
Color information
#48B5CE (or 0x48B5CE) is known color: Viking. HEX triplet: 48, B5 and CE. RGB value is (72,181,206). Sum of RGB (Red+Green+Blue) = 72+181+206=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #48B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B5CE is #B74A31. Grayscale: #979797. Windows color (decimal): -12012082 or 13546824. OLE color: 13546824.
HSL color Cylindrical-coordinate representation of color #48B5CE: hue angle of 191.19º 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 #48B5CE is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 181 | 206 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.19 |
| HSL | 191.19º | 0.58% | 0.55% | - |
| HSV(B) | 191.19º | 0.65% | 0.81% | - |
| XYZ | 30.34 | 38.88 | 64.3 | - |
| YUV | 151.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 206 | 0.65 | 0.12 | 0 | 0.19 | 191.19 | 0.58 | 0.55 |
| Hex | 48 | B5 | CE | 41 | C | 0 | 13 | BF | 3A | 37 |
| Octal | 110 | 265 | 316 | 101 | 14 | 0 | 23 | 277 | 72 | 67 |
| Binary | 1001000 | 10110101 | 11001110 | 1000001 | 1100 | 0 | 10011 | 10111111 | 111010 | 110111 |
Color Harmonies of #48B5CE
Complementary color
Monochromatic Colors of #48B5CE
Black with #48B5CE
Text Example
Text Example
White with #48B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B5CE; }
p { color: rgb(72,181,206); }
H1.HeaderClassName
{
color: #48B5CE;
}
.AnyTagClassName
{
color: #48B5CE;
}
</style>
background-color css
<style>
a { background-color: #48B5CE; }
a { background-color: rgb(72,181,206); }
div.DivClassName
{
background-color: #48B5CE;
}
.BgClassName
{
background-color: #48B5CE;
}
</style>
border-color css
<style>
span { border-color: #48B5CE; }
span { border-color: rgb(72,181,206); }
td.TdClassName
{
border-color: #48B5CE;
}
.TagClassName
{
border-color: #48B5CE;
}
</style>