Shades of Pacific Blue #049BBF
Tints of Pacific Blue #049BBF
RGB
CMYK
RGB Variations
Color information
#049BBF (or 0x049BBF) is known color: Pacific Blue. HEX triplet: 04, 9B and BF. RGB value is (4,155,191). Sum of RGB (Red+Green+Blue) = 4+155+191=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #049BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BBF is #FB6440. Grayscale: #717171. Windows color (decimal): -16475201 or 12557060. OLE color: 12557060.
HSL color Cylindrical-coordinate representation of color #049BBF: hue angle of 191.55º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BBF is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 155 | 191 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.25 |
| HSL | 191.55º | 0.96% | 0.38% | - |
| HSV(B) | 191.55º | 0.98% | 0.75% | - |
| XYZ | 21.18 | 27.23 | 53.43 | - |
| YUV | 113.96 | 171.47 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 191 | 0.98 | 0.19 | 0 | 0.25 | 191.55 | 0.96 | 0.38 |
| Hex | 4 | 9B | BF | 62 | 13 | 0 | 19 | C0 | 60 | 26 |
| Octal | 4 | 233 | 277 | 142 | 23 | 0 | 31 | 300 | 140 | 46 |
| Binary | 100 | 10011011 | 10111111 | 1100010 | 10011 | 0 | 11001 | 11000000 | 1100000 | 100110 |
Color Harmonies of #049BBF
Complementary color
Monochromatic Colors of #049BBF
Black with #049BBF
Text Example
Text Example
White with #049BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BBF; }
p { color: rgb(4,155,191); }
H1.HeaderClassName
{
color: #049BBF;
}
.AnyTagClassName
{
color: #049BBF;
}
</style>
background-color css
<style>
a { background-color: #049BBF; }
a { background-color: rgb(4,155,191); }
div.DivClassName
{
background-color: #049BBF;
}
.BgClassName
{
background-color: #049BBF;
}
</style>
border-color css
<style>
span { border-color: #049BBF; }
span { border-color: rgb(4,155,191); }
td.TdClassName
{
border-color: #049BBF;
}
.TagClassName
{
border-color: #049BBF;
}
</style>