Shades of Pacific Blue #04A4BA
Tints of Pacific Blue #04A4BA
RGB
CMYK
RGB Variations
Color information
#04A4BA (or 0x04A4BA) is known color: Pacific Blue. HEX triplet: 04, A4 and BA. RGB value is (4,164,186). Sum of RGB (Red+Green+Blue) = 4+164+186=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #04A4BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A4BA is #FB5B45. Grayscale: #767676. Windows color (decimal): -16472902 or 12231684. OLE color: 12231684.
HSL color Cylindrical-coordinate representation of color #04A4BA: hue angle of 187.25º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A4BA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 164 | 186 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.27 |
| HSL | 187.25º | 0.96% | 0.37% | - |
| HSV(B) | 187.25º | 0.98% | 0.73% | - |
| XYZ | 22.19 | 30.12 | 51.1 | - |
| YUV | 118.67 | 165.99 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 186 | 0.98 | 0.12 | 0 | 0.27 | 187.25 | 0.96 | 0.37 |
| Hex | 4 | A4 | BA | 62 | C | 0 | 1B | BB | 60 | 25 |
| Octal | 4 | 244 | 272 | 142 | 14 | 0 | 33 | 273 | 140 | 45 |
| Binary | 100 | 10100100 | 10111010 | 1100010 | 1100 | 0 | 11011 | 10111011 | 1100000 | 100101 |
Color Harmonies of #04A4BA
Complementary color
Monochromatic Colors of #04A4BA
Black with #04A4BA
Text Example
Text Example
White with #04A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A4BA; }
p { color: rgb(4,164,186); }
H1.HeaderClassName
{
color: #04A4BA;
}
.AnyTagClassName
{
color: #04A4BA;
}
</style>
background-color css
<style>
a { background-color: #04A4BA; }
a { background-color: rgb(4,164,186); }
div.DivClassName
{
background-color: #04A4BA;
}
.BgClassName
{
background-color: #04A4BA;
}
</style>
border-color css
<style>
span { border-color: #04A4BA; }
span { border-color: rgb(4,164,186); }
td.TdClassName
{
border-color: #04A4BA;
}
.TagClassName
{
border-color: #04A4BA;
}
</style>