Shades of Pacific Blue #04A6D0
Tints of Pacific Blue #04A6D0
RGB
CMYK
RGB Variations
Color information
#04A6D0 (or 0x04A6D0) is known color: Pacific Blue. HEX triplet: 04, A6 and D0. RGB value is (4,166,208). Sum of RGB (Red+Green+Blue) = 4+166+208=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #04A6D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6D0 is #FB592F. Grayscale: #7A7A7A. Windows color (decimal): -16472368 or 13673988. OLE color: 13673988.
HSL color Cylindrical-coordinate representation of color #04A6D0: hue angle of 192.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6D0 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 166 | 208 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.18 |
| HSL | 192.35º | 0.96% | 0.42% | - |
| HSV(B) | 192.35º | 0.98% | 0.82% | - |
| XYZ | 25.07 | 31.85 | 64.5 | - |
| YUV | 122.35 | 176.33 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 208 | 0.98 | 0.20 | 0 | 0.18 | 192.35 | 0.96 | 0.42 |
| Hex | 4 | A6 | D0 | 62 | 14 | 0 | 12 | C0 | 60 | 2A |
| Octal | 4 | 246 | 320 | 142 | 24 | 0 | 22 | 300 | 140 | 52 |
| Binary | 100 | 10100110 | 11010000 | 1100010 | 10100 | 0 | 10010 | 11000000 | 1100000 | 101010 |
Color Harmonies of #04A6D0
Complementary color
Monochromatic Colors of #04A6D0
Black with #04A6D0
Text Example
Text Example
White with #04A6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6D0; }
p { color: rgb(4,166,208); }
H1.HeaderClassName
{
color: #04A6D0;
}
.AnyTagClassName
{
color: #04A6D0;
}
</style>
background-color css
<style>
a { background-color: #04A6D0; }
a { background-color: rgb(4,166,208); }
div.DivClassName
{
background-color: #04A6D0;
}
.BgClassName
{
background-color: #04A6D0;
}
</style>
border-color css
<style>
span { border-color: #04A6D0; }
span { border-color: rgb(4,166,208); }
td.TdClassName
{
border-color: #04A6D0;
}
.TagClassName
{
border-color: #04A6D0;
}
</style>