Shades of Viking #48BBD2
Tints of Viking #48BBD2
RGB
CMYK
RGB Variations
Color information
#48BBD2 (or 0x48BBD2) is known color: Viking. HEX triplet: 48, BB and D2. RGB value is (72,187,210). Sum of RGB (Red+Green+Blue) = 72+187+210=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #48BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBD2 is #B7442D. Grayscale: #9B9B9B. Windows color (decimal): -12010542 or 13810504. OLE color: 13810504.
HSL color Cylindrical-coordinate representation of color #48BBD2: hue angle of 190º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BBD2 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 187 | 210 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.18 |
| HSL | 190º | 0.61% | 0.55% | - |
| HSV(B) | 190º | 0.66% | 0.82% | - |
| XYZ | 32.08 | 41.57 | 67.31 | - |
| YUV | 155.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 210 | 0.66 | 0.11 | 0 | 0.18 | 190 | 0.61 | 0.55 |
| Hex | 48 | BB | D2 | 42 | B | 0 | 12 | BE | 3D | 37 |
| Octal | 110 | 273 | 322 | 102 | 13 | 0 | 22 | 276 | 75 | 67 |
| Binary | 1001000 | 10111011 | 11010010 | 1000010 | 1011 | 0 | 10010 | 10111110 | 111101 | 110111 |
Color Harmonies of #48BBD2
Complementary color
Monochromatic Colors of #48BBD2
Black with #48BBD2
Text Example
Text Example
White with #48BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBD2; }
p { color: rgb(72,187,210); }
H1.HeaderClassName
{
color: #48BBD2;
}
.AnyTagClassName
{
color: #48BBD2;
}
</style>
background-color css
<style>
a { background-color: #48BBD2; }
a { background-color: rgb(72,187,210); }
div.DivClassName
{
background-color: #48BBD2;
}
.BgClassName
{
background-color: #48BBD2;
}
</style>
border-color css
<style>
span { border-color: #48BBD2; }
span { border-color: rgb(72,187,210); }
td.TdClassName
{
border-color: #48BBD2;
}
.TagClassName
{
border-color: #48BBD2;
}
</style>