Shades of Viking #48BBCE
Tints of Viking #48BBCE
RGB
CMYK
RGB Variations
Color information
#48BBCE (or 0x48BBCE) is known color: Viking. HEX triplet: 48, BB and CE. RGB value is (72,187,206). Sum of RGB (Red+Green+Blue) = 72+187+206=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #48BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBCE is #B74431. Grayscale: #9A9A9A. Windows color (decimal): -12010546 or 13548360. OLE color: 13548360.
HSL color Cylindrical-coordinate representation of color #48BBCE: hue angle of 188.51º 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 #48BBCE is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 187 | 206 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.19 |
| HSL | 188.51º | 0.58% | 0.55% | - |
| HSV(B) | 188.51º | 0.65% | 0.81% | - |
| XYZ | 31.58 | 41.37 | 64.71 | - |
| YUV | 154.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 206 | 0.65 | 0.09 | 0 | 0.19 | 188.51 | 0.58 | 0.55 |
| Hex | 48 | BB | CE | 41 | 9 | 0 | 13 | BD | 3A | 37 |
| Octal | 110 | 273 | 316 | 101 | 11 | 0 | 23 | 275 | 72 | 67 |
| Binary | 1001000 | 10111011 | 11001110 | 1000001 | 1001 | 0 | 10011 | 10111101 | 111010 | 110111 |
Color Harmonies of #48BBCE
Complementary color
Monochromatic Colors of #48BBCE
Black with #48BBCE
Text Example
Text Example
White with #48BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBCE; }
p { color: rgb(72,187,206); }
H1.HeaderClassName
{
color: #48BBCE;
}
.AnyTagClassName
{
color: #48BBCE;
}
</style>
background-color css
<style>
a { background-color: #48BBCE; }
a { background-color: rgb(72,187,206); }
div.DivClassName
{
background-color: #48BBCE;
}
.BgClassName
{
background-color: #48BBCE;
}
</style>
border-color css
<style>
span { border-color: #48BBCE; }
span { border-color: rgb(72,187,206); }
td.TdClassName
{
border-color: #48BBCE;
}
.TagClassName
{
border-color: #48BBCE;
}
</style>