Shades of Pacific Blue #04A2C6
Tints of Pacific Blue #04A2C6
RGB
CMYK
RGB Variations
Color information
#04A2C6 (or 0x04A2C6) is known color: Pacific Blue. HEX triplet: 04, A2 and C6. RGB value is (4,162,198). Sum of RGB (Red+Green+Blue) = 4+162+198=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #04A2C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A2C6 is #FB5D39. Grayscale: #767676. Windows color (decimal): -16473402 or 13017604. OLE color: 13017604.
HSL color Cylindrical-coordinate representation of color #04A2C6: hue angle of 191.13º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A2C6 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 162 | 198 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.22 |
| HSL | 191.13º | 0.96% | 0.4% | - |
| HSV(B) | 191.13º | 0.98% | 0.78% | - |
| XYZ | 23.16 | 29.94 | 57.98 | - |
| YUV | 118.86 | 172.65 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 198 | 0.98 | 0.18 | 0 | 0.22 | 191.13 | 0.96 | 0.4 |
| Hex | 4 | A2 | C6 | 62 | 12 | 0 | 16 | BF | 60 | 28 |
| Octal | 4 | 242 | 306 | 142 | 22 | 0 | 26 | 277 | 140 | 50 |
| Binary | 100 | 10100010 | 11000110 | 1100010 | 10010 | 0 | 10110 | 10111111 | 1100000 | 101000 |
Color Harmonies of #04A2C6
Complementary color
Monochromatic Colors of #04A2C6
Black with #04A2C6
Text Example
Text Example
White with #04A2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A2C6; }
p { color: rgb(4,162,198); }
H1.HeaderClassName
{
color: #04A2C6;
}
.AnyTagClassName
{
color: #04A2C6;
}
</style>
background-color css
<style>
a { background-color: #04A2C6; }
a { background-color: rgb(4,162,198); }
div.DivClassName
{
background-color: #04A2C6;
}
.BgClassName
{
background-color: #04A2C6;
}
</style>
border-color css
<style>
span { border-color: #04A2C6; }
span { border-color: rgb(4,162,198); }
td.TdClassName
{
border-color: #04A2C6;
}
.TagClassName
{
border-color: #04A2C6;
}
</style>