Shades of Pacific Blue #049FCE
Tints of Pacific Blue #049FCE
RGB
CMYK
RGB Variations
Color information
#049FCE (or 0x049FCE) is known color: Pacific Blue. HEX triplet: 04, 9F and CE. RGB value is (4,159,206). Sum of RGB (Red+Green+Blue) = 4+159+206=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #049FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FCE is #FB6031. Grayscale: #757575. Windows color (decimal): -16474162 or 13541124. OLE color: 13541124.
HSL color Cylindrical-coordinate representation of color #049FCE: hue angle of 193.96º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FCE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 159 | 206 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.19 |
| HSL | 193.96º | 0.96% | 0.41% | - |
| HSV(B) | 193.96º | 0.98% | 0.81% | - |
| XYZ | 23.59 | 29.28 | 62.8 | - |
| YUV | 118.01 | 177.65 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 206 | 0.98 | 0.23 | 0 | 0.19 | 193.96 | 0.96 | 0.41 |
| Hex | 4 | 9F | CE | 62 | 17 | 0 | 13 | C2 | 60 | 29 |
| Octal | 4 | 237 | 316 | 142 | 27 | 0 | 23 | 302 | 140 | 51 |
| Binary | 100 | 10011111 | 11001110 | 1100010 | 10111 | 0 | 10011 | 11000010 | 1100000 | 101001 |
Color Harmonies of #049FCE
Complementary color
Monochromatic Colors of #049FCE
Black with #049FCE
Text Example
Text Example
White with #049FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049FCE; }
p { color: rgb(4,159,206); }
H1.HeaderClassName
{
color: #049FCE;
}
.AnyTagClassName
{
color: #049FCE;
}
</style>
background-color css
<style>
a { background-color: #049FCE; }
a { background-color: rgb(4,159,206); }
div.DivClassName
{
background-color: #049FCE;
}
.BgClassName
{
background-color: #049FCE;
}
</style>
border-color css
<style>
span { border-color: #049FCE; }
span { border-color: rgb(4,159,206); }
td.TdClassName
{
border-color: #049FCE;
}
.TagClassName
{
border-color: #049FCE;
}
</style>