Shades of Pacific Blue #04A2E6
Tints of Pacific Blue #04A2E6
RGB
CMYK
RGB Variations
Color information
#04A2E6 (or 0x04A2E6) is known color: Pacific Blue. HEX triplet: 04, A2 and E6. RGB value is (4,162,230). Sum of RGB (Red+Green+Blue) = 4+162+230=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #04A2E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A2E6 is #FB5D19. Grayscale: #7A7A7A. Windows color (decimal): -16473370 or 15114756. OLE color: 15114756.
HSL color Cylindrical-coordinate representation of color #04A2E6: hue angle of 198.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A2E6 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 162 | 230 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.10 |
| HSL | 198.05º | 0.97% | 0.46% | - |
| HSV(B) | 198.05º | 0.98% | 0.9% | - |
| XYZ | 27.25 | 31.58 | 79.52 | - |
| YUV | 122.51 | 188.65 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 230 | 0.98 | 0.30 | 0 | 0.10 | 198.05 | 0.97 | 0.46 |
| Hex | 4 | A2 | E6 | 62 | 1E | 0 | A | C6 | 61 | 2E |
| Octal | 4 | 242 | 346 | 142 | 36 | 0 | 12 | 306 | 141 | 56 |
| Binary | 100 | 10100010 | 11100110 | 1100010 | 11110 | 0 | 1010 | 11000110 | 1100001 | 101110 |
Color Harmonies of #04A2E6
Complementary color
Monochromatic Colors of #04A2E6
Black with #04A2E6
Text Example
Text Example
White with #04A2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A2E6; }
p { color: rgb(4,162,230); }
H1.HeaderClassName
{
color: #04A2E6;
}
.AnyTagClassName
{
color: #04A2E6;
}
</style>
background-color css
<style>
a { background-color: #04A2E6; }
a { background-color: rgb(4,162,230); }
div.DivClassName
{
background-color: #04A2E6;
}
.BgClassName
{
background-color: #04A2E6;
}
</style>
border-color css
<style>
span { border-color: #04A2E6; }
span { border-color: rgb(4,162,230); }
td.TdClassName
{
border-color: #04A2E6;
}
.TagClassName
{
border-color: #04A2E6;
}
</style>