Shades of Viking #48BBCF
Tints of Viking #48BBCF
RGB
CMYK
RGB Variations
Color information
#48BBCF (or 0x48BBCF) is known color: Viking. HEX triplet: 48, BB and CF. RGB value is (72,187,207). Sum of RGB (Red+Green+Blue) = 72+187+207=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #48BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBCF is #B74430. Grayscale: #9A9A9A. Windows color (decimal): -12010545 or 13613896. OLE color: 13613896.
HSL color Cylindrical-coordinate representation of color #48BBCF: hue angle of 188.89º 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 #48BBCF is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 187 | 207 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.19 |
| HSL | 188.89º | 0.58% | 0.55% | - |
| HSV(B) | 188.89º | 0.65% | 0.81% | - |
| XYZ | 31.71 | 41.42 | 65.36 | - |
| YUV | 154.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 207 | 0.65 | 0.10 | 0 | 0.19 | 188.89 | 0.58 | 0.55 |
| Hex | 48 | BB | CF | 41 | A | 0 | 13 | BD | 3A | 37 |
| Octal | 110 | 273 | 317 | 101 | 12 | 0 | 23 | 275 | 72 | 67 |
| Binary | 1001000 | 10111011 | 11001111 | 1000001 | 1010 | 0 | 10011 | 10111101 | 111010 | 110111 |
Color Harmonies of #48BBCF
Complementary color
Monochromatic Colors of #48BBCF
Black with #48BBCF
Text Example
Text Example
White with #48BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBCF; }
p { color: rgb(72,187,207); }
H1.HeaderClassName
{
color: #48BBCF;
}
.AnyTagClassName
{
color: #48BBCF;
}
</style>
background-color css
<style>
a { background-color: #48BBCF; }
a { background-color: rgb(72,187,207); }
div.DivClassName
{
background-color: #48BBCF;
}
.BgClassName
{
background-color: #48BBCF;
}
</style>
border-color css
<style>
span { border-color: #48BBCF; }
span { border-color: rgb(72,187,207); }
td.TdClassName
{
border-color: #48BBCF;
}
.TagClassName
{
border-color: #48BBCF;
}
</style>