Shades of Viking #48BCCD
Tints of Viking #48BCCD
RGB
CMYK
RGB Variations
Color information
#48BCCD (or 0x48BCCD) is known color: Viking. HEX triplet: 48, BC and CD. RGB value is (72,188,205). Sum of RGB (Red+Green+Blue) = 72+188+205=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #48BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCCD is #B74332. Grayscale: #9B9B9B. Windows color (decimal): -12010291 or 13483080. OLE color: 13483080.
HSL color Cylindrical-coordinate representation of color #48BCCD: hue angle of 187.67º degrees, saturation: 0.57, 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 #48BCCD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 188 | 205 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.20 |
| HSL | 187.67º | 0.57% | 0.54% | - |
| HSV(B) | 187.67º | 0.65% | 0.8% | - |
| XYZ | 31.68 | 41.75 | 64.15 | - |
| YUV | 155.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 205 | 0.65 | 0.08 | 0 | 0.20 | 187.67 | 0.57 | 0.54 |
| Hex | 48 | BC | CD | 41 | 8 | 0 | 14 | BC | 39 | 36 |
| Octal | 110 | 274 | 315 | 101 | 10 | 0 | 24 | 274 | 71 | 66 |
| Binary | 1001000 | 10111100 | 11001101 | 1000001 | 1000 | 0 | 10100 | 10111100 | 111001 | 110110 |
Color Harmonies of #48BCCD
Complementary color
Monochromatic Colors of #48BCCD
Black with #48BCCD
Text Example
Text Example
White with #48BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCCD; }
p { color: rgb(72,188,205); }
H1.HeaderClassName
{
color: #48BCCD;
}
.AnyTagClassName
{
color: #48BCCD;
}
</style>
background-color css
<style>
a { background-color: #48BCCD; }
a { background-color: rgb(72,188,205); }
div.DivClassName
{
background-color: #48BCCD;
}
.BgClassName
{
background-color: #48BCCD;
}
</style>
border-color css
<style>
span { border-color: #48BCCD; }
span { border-color: rgb(72,188,205); }
td.TdClassName
{
border-color: #48BCCD;
}
.TagClassName
{
border-color: #48BCCD;
}
</style>