Shades of Pacific Blue #049DDD
Tints of Pacific Blue #049DDD
RGB
CMYK
RGB Variations
Color information
#049DDD (or 0x049DDD) is known color: Pacific Blue. HEX triplet: 04, 9D and DD. RGB value is (4,157,221). Sum of RGB (Red+Green+Blue) = 4+157+221=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #049DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DDD is #FB6222. Grayscale: #767676. Windows color (decimal): -16474659 or 14523652. OLE color: 14523652.
HSL color Cylindrical-coordinate representation of color #049DDD: hue angle of 197.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DDD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 157 | 221 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.13 |
| HSL | 197.7º | 0.96% | 0.44% | - |
| HSV(B) | 197.7º | 0.98% | 0.87% | - |
| XYZ | 25.16 | 29.36 | 72.75 | - |
| YUV | 118.55 | 185.81 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 221 | 0.98 | 0.29 | 0 | 0.13 | 197.7 | 0.96 | 0.44 |
| Hex | 4 | 9D | DD | 62 | 1D | 0 | D | C6 | 60 | 2C |
| Octal | 4 | 235 | 335 | 142 | 35 | 0 | 15 | 306 | 140 | 54 |
| Binary | 100 | 10011101 | 11011101 | 1100010 | 11101 | 0 | 1101 | 11000110 | 1100000 | 101100 |
Color Harmonies of #049DDD
Complementary color
Monochromatic Colors of #049DDD
Black with #049DDD
Text Example
Text Example
White with #049DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DDD; }
p { color: rgb(4,157,221); }
H1.HeaderClassName
{
color: #049DDD;
}
.AnyTagClassName
{
color: #049DDD;
}
</style>
background-color css
<style>
a { background-color: #049DDD; }
a { background-color: rgb(4,157,221); }
div.DivClassName
{
background-color: #049DDD;
}
.BgClassName
{
background-color: #049DDD;
}
</style>
border-color css
<style>
span { border-color: #049DDD; }
span { border-color: rgb(4,157,221); }
td.TdClassName
{
border-color: #049DDD;
}
.TagClassName
{
border-color: #049DDD;
}
</style>