Shades of Pacific Blue #04A8BB
Tints of Pacific Blue #04A8BB
RGB
CMYK
RGB Variations
Color information
#04A8BB (or 0x04A8BB) is known color: Pacific Blue. HEX triplet: 04, A8 and BB. RGB value is (4,168,187). Sum of RGB (Red+Green+Blue) = 4+168+187=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #04A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8BB is #FB5744. Grayscale: #787878. Windows color (decimal): -16471877 or 12298244. OLE color: 12298244.
HSL color Cylindrical-coordinate representation of color #04A8BB: hue angle of 186.23º 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 #04A8BB is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 168 | 187 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.27 |
| HSL | 186.23º | 0.96% | 0.37% | - |
| HSV(B) | 186.23º | 0.98% | 0.73% | - |
| XYZ | 23.02 | 31.62 | 51.9 | - |
| YUV | 121.13 | 165.17 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 187 | 0.98 | 0.10 | 0 | 0.27 | 186.23 | 0.96 | 0.37 |
| Hex | 4 | A8 | BB | 62 | A | 0 | 1B | BA | 60 | 25 |
| Octal | 4 | 250 | 273 | 142 | 12 | 0 | 33 | 272 | 140 | 45 |
| Binary | 100 | 10101000 | 10111011 | 1100010 | 1010 | 0 | 11011 | 10111010 | 1100000 | 100101 |
Color Harmonies of #04A8BB
Complementary color
Monochromatic Colors of #04A8BB
Black with #04A8BB
Text Example
Text Example
White with #04A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A8BB; }
p { color: rgb(4,168,187); }
H1.HeaderClassName
{
color: #04A8BB;
}
.AnyTagClassName
{
color: #04A8BB;
}
</style>
background-color css
<style>
a { background-color: #04A8BB; }
a { background-color: rgb(4,168,187); }
div.DivClassName
{
background-color: #04A8BB;
}
.BgClassName
{
background-color: #04A8BB;
}
</style>
border-color css
<style>
span { border-color: #04A8BB; }
span { border-color: rgb(4,168,187); }
td.TdClassName
{
border-color: #04A8BB;
}
.TagClassName
{
border-color: #04A8BB;
}
</style>