Shades of Viking #48BBCC
Tints of Viking #48BBCC
RGB
CMYK
RGB Variations
Color information
#48BBCC (or 0x48BBCC) is known color: Viking. HEX triplet: 48, BB and CC. RGB value is (72,187,204). Sum of RGB (Red+Green+Blue) = 72+187+204=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #48BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBCC is #B74433. Grayscale: #9A9A9A. Windows color (decimal): -12010548 or 13417288. OLE color: 13417288.
HSL color Cylindrical-coordinate representation of color #48BBCC: hue angle of 187.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BBCC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 187 | 204 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.2 |
| HSL | 187.73º | 0.56% | 0.54% | - |
| HSV(B) | 187.73º | 0.65% | 0.8% | - |
| XYZ | 31.34 | 41.28 | 63.44 | - |
| YUV | 154.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 204 | 0.65 | 0.08 | 0 | 0.2 | 187.73 | 0.56 | 0.54 |
| Hex | 48 | BB | CC | 41 | 8 | 0 | 14 | BC | 38 | 36 |
| Octal | 110 | 273 | 314 | 101 | 10 | 0 | 24 | 274 | 70 | 66 |
| Binary | 1001000 | 10111011 | 11001100 | 1000001 | 1000 | 0 | 10100 | 10111100 | 111000 | 110110 |
Color Harmonies of #48BBCC
Complementary color
Monochromatic Colors of #48BBCC
Black with #48BBCC
Text Example
Text Example
White with #48BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBCC; }
p { color: rgb(72,187,204); }
H1.HeaderClassName
{
color: #48BBCC;
}
.AnyTagClassName
{
color: #48BBCC;
}
</style>
background-color css
<style>
a { background-color: #48BBCC; }
a { background-color: rgb(72,187,204); }
div.DivClassName
{
background-color: #48BBCC;
}
.BgClassName
{
background-color: #48BBCC;
}
</style>
border-color css
<style>
span { border-color: #48BBCC; }
span { border-color: rgb(72,187,204); }
td.TdClassName
{
border-color: #48BBCC;
}
.TagClassName
{
border-color: #48BBCC;
}
</style>