Shades of Pacific Blue #04A3DB
Tints of Pacific Blue #04A3DB
RGB
CMYK
RGB Variations
Color information
#04A3DB (or 0x04A3DB) is known color: Pacific Blue. HEX triplet: 04, A3 and DB. RGB value is (4,163,219). Sum of RGB (Red+Green+Blue) = 4+163+219=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #04A3DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A3DB is #FB5C24. Grayscale: #797979. Windows color (decimal): -16473125 or 14394116. OLE color: 14394116.
HSL color Cylindrical-coordinate representation of color #04A3DB: hue angle of 195.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A3DB is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 163 | 219 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.14 |
| HSL | 195.63º | 0.96% | 0.44% | - |
| HSV(B) | 195.63º | 0.98% | 0.86% | - |
| XYZ | 25.93 | 31.33 | 71.7 | - |
| YUV | 121.84 | 182.82 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 219 | 0.98 | 0.26 | 0 | 0.14 | 195.63 | 0.96 | 0.44 |
| Hex | 4 | A3 | DB | 62 | 1A | 0 | E | C4 | 60 | 2C |
| Octal | 4 | 243 | 333 | 142 | 32 | 0 | 16 | 304 | 140 | 54 |
| Binary | 100 | 10100011 | 11011011 | 1100010 | 11010 | 0 | 1110 | 11000100 | 1100000 | 101100 |
Color Harmonies of #04A3DB
Complementary color
Monochromatic Colors of #04A3DB
Black with #04A3DB
Text Example
Text Example
White with #04A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A3DB; }
p { color: rgb(4,163,219); }
H1.HeaderClassName
{
color: #04A3DB;
}
.AnyTagClassName
{
color: #04A3DB;
}
</style>
background-color css
<style>
a { background-color: #04A3DB; }
a { background-color: rgb(4,163,219); }
div.DivClassName
{
background-color: #04A3DB;
}
.BgClassName
{
background-color: #04A3DB;
}
</style>
border-color css
<style>
span { border-color: #04A3DB; }
span { border-color: rgb(4,163,219); }
td.TdClassName
{
border-color: #04A3DB;
}
.TagClassName
{
border-color: #04A3DB;
}
</style>