Shades of Pacific Blue #04A1E6
Tints of Pacific Blue #04A1E6
RGB
CMYK
RGB Variations
Color information
#04A1E6 (or 0x04A1E6) is known color: Pacific Blue. HEX triplet: 04, A1 and E6. RGB value is (4,161,230). Sum of RGB (Red+Green+Blue) = 4+161+230=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #04A1E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A1E6 is #FB5E19. Grayscale: #797979. Windows color (decimal): -16473626 or 15114500. OLE color: 15114500.
HSL color Cylindrical-coordinate representation of color #04A1E6: hue angle of 198.32º 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 #04A1E6 is Cyan = 0.98, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 161 | 230 | - |
| CMYK | 0.98 | 0.3 | 0 | 0.10 |
| HSL | 198.32º | 0.97% | 0.46% | - |
| HSV(B) | 198.32º | 0.98% | 0.9% | - |
| XYZ | 27.08 | 31.23 | 79.46 | - |
| YUV | 121.92 | 188.99 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 230 | 0.98 | 0.3 | 0 | 0.10 | 198.32 | 0.97 | 0.46 |
| Hex | 4 | A1 | E6 | 62 | 1E | 0 | A | C6 | 61 | 2E |
| Octal | 4 | 241 | 346 | 142 | 36 | 0 | 12 | 306 | 141 | 56 |
| Binary | 100 | 10100001 | 11100110 | 1100010 | 11110 | 0 | 1010 | 11000110 | 1100001 | 101110 |
Color Harmonies of #04A1E6
Complementary color
Monochromatic Colors of #04A1E6
Black with #04A1E6
Text Example
Text Example
White with #04A1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A1E6; }
p { color: rgb(4,161,230); }
H1.HeaderClassName
{
color: #04A1E6;
}
.AnyTagClassName
{
color: #04A1E6;
}
</style>
background-color css
<style>
a { background-color: #04A1E6; }
a { background-color: rgb(4,161,230); }
div.DivClassName
{
background-color: #04A1E6;
}
.BgClassName
{
background-color: #04A1E6;
}
</style>
border-color css
<style>
span { border-color: #04A1E6; }
span { border-color: rgb(4,161,230); }
td.TdClassName
{
border-color: #04A1E6;
}
.TagClassName
{
border-color: #04A1E6;
}
</style>