Shades of Pacific Blue #04A5CF
Tints of Pacific Blue #04A5CF
RGB
CMYK
RGB Variations
Color information
#04A5CF (or 0x04A5CF) is known color: Pacific Blue. HEX triplet: 04, A5 and CF. RGB value is (4,165,207). Sum of RGB (Red+Green+Blue) = 4+165+207=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #04A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A5CF is #FB5A30. Grayscale: #797979. Windows color (decimal): -16472625 or 13608196. OLE color: 13608196.
HSL color Cylindrical-coordinate representation of color #04A5CF: hue angle of 192.41º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A5CF is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 165 | 207 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.19 |
| HSL | 192.41º | 0.96% | 0.41% | - |
| HSV(B) | 192.41º | 0.98% | 0.81% | - |
| XYZ | 24.77 | 31.44 | 63.79 | - |
| YUV | 121.65 | 176.16 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 207 | 0.98 | 0.20 | 0 | 0.19 | 192.41 | 0.96 | 0.41 |
| Hex | 4 | A5 | CF | 62 | 14 | 0 | 13 | C0 | 60 | 29 |
| Octal | 4 | 245 | 317 | 142 | 24 | 0 | 23 | 300 | 140 | 51 |
| Binary | 100 | 10100101 | 11001111 | 1100010 | 10100 | 0 | 10011 | 11000000 | 1100000 | 101001 |
Color Harmonies of #04A5CF
Complementary color
Monochromatic Colors of #04A5CF
Black with #04A5CF
Text Example
Text Example
White with #04A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A5CF; }
p { color: rgb(4,165,207); }
H1.HeaderClassName
{
color: #04A5CF;
}
.AnyTagClassName
{
color: #04A5CF;
}
</style>
background-color css
<style>
a { background-color: #04A5CF; }
a { background-color: rgb(4,165,207); }
div.DivClassName
{
background-color: #04A5CF;
}
.BgClassName
{
background-color: #04A5CF;
}
</style>
border-color css
<style>
span { border-color: #04A5CF; }
span { border-color: rgb(4,165,207); }
td.TdClassName
{
border-color: #04A5CF;
}
.TagClassName
{
border-color: #04A5CF;
}
</style>