Shades of Pacific Blue #04A5DF
Tints of Pacific Blue #04A5DF
RGB
CMYK
RGB Variations
Color information
#04A5DF (or 0x04A5DF) is known color: Pacific Blue. HEX triplet: 04, A5 and DF. RGB value is (4,165,223). Sum of RGB (Red+Green+Blue) = 4+165+223=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #04A5DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A5DF is #FB5A20. Grayscale: #7B7B7B. Windows color (decimal): -16472609 or 14656772. OLE color: 14656772.
HSL color Cylindrical-coordinate representation of color #04A5DF: hue angle of 195.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A5DF is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 165 | 223 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.13 |
| HSL | 195.89º | 0.96% | 0.45% | - |
| HSV(B) | 195.89º | 0.98% | 0.87% | - |
| XYZ | 26.82 | 32.26 | 74.63 | - |
| YUV | 123.47 | 184.16 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 223 | 0.98 | 0.26 | 0 | 0.13 | 195.89 | 0.96 | 0.45 |
| Hex | 4 | A5 | DF | 62 | 1A | 0 | D | C4 | 60 | 2D |
| Octal | 4 | 245 | 337 | 142 | 32 | 0 | 15 | 304 | 140 | 55 |
| Binary | 100 | 10100101 | 11011111 | 1100010 | 11010 | 0 | 1101 | 11000100 | 1100000 | 101101 |
Color Harmonies of #04A5DF
Complementary color
Monochromatic Colors of #04A5DF
Black with #04A5DF
Text Example
Text Example
White with #04A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A5DF; }
p { color: rgb(4,165,223); }
H1.HeaderClassName
{
color: #04A5DF;
}
.AnyTagClassName
{
color: #04A5DF;
}
</style>
background-color css
<style>
a { background-color: #04A5DF; }
a { background-color: rgb(4,165,223); }
div.DivClassName
{
background-color: #04A5DF;
}
.BgClassName
{
background-color: #04A5DF;
}
</style>
border-color css
<style>
span { border-color: #04A5DF; }
span { border-color: rgb(4,165,223); }
td.TdClassName
{
border-color: #04A5DF;
}
.TagClassName
{
border-color: #04A5DF;
}
</style>