Shades of Pacific Blue #04A4D6
Tints of Pacific Blue #04A4D6
RGB
CMYK
RGB Variations
Color information
#04A4D6 (or 0x04A4D6) is known color: Pacific Blue. HEX triplet: 04, A4 and D6. RGB value is (4,164,214). Sum of RGB (Red+Green+Blue) = 4+164+214=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #04A4D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A4D6 is #FB5B29. Grayscale: #797979. Windows color (decimal): -16472874 or 14066692. OLE color: 14066692.
HSL color Cylindrical-coordinate representation of color #04A4D6: hue angle of 194.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A4D6 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 164 | 214 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.16 |
| HSL | 194.29º | 0.96% | 0.43% | - |
| HSV(B) | 194.29º | 0.98% | 0.84% | - |
| XYZ | 25.46 | 31.43 | 68.34 | - |
| YUV | 121.86 | 179.99 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 214 | 0.98 | 0.23 | 0 | 0.16 | 194.29 | 0.96 | 0.43 |
| Hex | 4 | A4 | D6 | 62 | 17 | 0 | 10 | C2 | 60 | 2B |
| Octal | 4 | 244 | 326 | 142 | 27 | 0 | 20 | 302 | 140 | 53 |
| Binary | 100 | 10100100 | 11010110 | 1100010 | 10111 | 0 | 10000 | 11000010 | 1100000 | 101011 |
Color Harmonies of #04A4D6
Complementary color
Monochromatic Colors of #04A4D6
Black with #04A4D6
Text Example
Text Example
White with #04A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A4D6; }
p { color: rgb(4,164,214); }
H1.HeaderClassName
{
color: #04A4D6;
}
.AnyTagClassName
{
color: #04A4D6;
}
</style>
background-color css
<style>
a { background-color: #04A4D6; }
a { background-color: rgb(4,164,214); }
div.DivClassName
{
background-color: #04A4D6;
}
.BgClassName
{
background-color: #04A4D6;
}
</style>
border-color css
<style>
span { border-color: #04A4D6; }
span { border-color: rgb(4,164,214); }
td.TdClassName
{
border-color: #04A4D6;
}
.TagClassName
{
border-color: #04A4D6;
}
</style>