Shades of Pacific Blue #04A2BB
Tints of Pacific Blue #04A2BB
RGB
CMYK
RGB Variations
Color information
#04A2BB (or 0x04A2BB) is known color: Pacific Blue. HEX triplet: 04, A2 and BB. RGB value is (4,162,187). Sum of RGB (Red+Green+Blue) = 4+162+187=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #04A2BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A2BB is #FB5D44. Grayscale: #757575. Windows color (decimal): -16473413 or 12296708. OLE color: 12296708.
HSL color Cylindrical-coordinate representation of color #04A2BB: hue angle of 188.2º 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 #04A2BB is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 162 | 187 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.27 |
| HSL | 188.2º | 0.96% | 0.37% | - |
| HSV(B) | 188.2º | 0.98% | 0.73% | - |
| XYZ | 21.94 | 29.45 | 51.54 | - |
| YUV | 117.61 | 167.15 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 187 | 0.98 | 0.13 | 0 | 0.27 | 188.2 | 0.96 | 0.37 |
| Hex | 4 | A2 | BB | 62 | D | 0 | 1B | BC | 60 | 25 |
| Octal | 4 | 242 | 273 | 142 | 15 | 0 | 33 | 274 | 140 | 45 |
| Binary | 100 | 10100010 | 10111011 | 1100010 | 1101 | 0 | 11011 | 10111100 | 1100000 | 100101 |
Color Harmonies of #04A2BB
Complementary color
Monochromatic Colors of #04A2BB
Black with #04A2BB
Text Example
Text Example
White with #04A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A2BB; }
p { color: rgb(4,162,187); }
H1.HeaderClassName
{
color: #04A2BB;
}
.AnyTagClassName
{
color: #04A2BB;
}
</style>
background-color css
<style>
a { background-color: #04A2BB; }
a { background-color: rgb(4,162,187); }
div.DivClassName
{
background-color: #04A2BB;
}
.BgClassName
{
background-color: #04A2BB;
}
</style>
border-color css
<style>
span { border-color: #04A2BB; }
span { border-color: rgb(4,162,187); }
td.TdClassName
{
border-color: #04A2BB;
}
.TagClassName
{
border-color: #04A2BB;
}
</style>