Shades of Pacific Blue #04A6CF
Tints of Pacific Blue #04A6CF
RGB
CMYK
RGB Variations
Color information
#04A6CF (or 0x04A6CF) is known color: Pacific Blue. HEX triplet: 04, A6 and CF. RGB value is (4,166,207). Sum of RGB (Red+Green+Blue) = 4+166+207=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #04A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6CF is #FB5930. Grayscale: #797979. Windows color (decimal): -16472369 or 13608452. OLE color: 13608452.
HSL color Cylindrical-coordinate representation of color #04A6CF: hue angle of 192.12º 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 #04A6CF is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 166 | 207 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.19 |
| HSL | 192.12º | 0.96% | 0.41% | - |
| HSV(B) | 192.12º | 0.98% | 0.81% | - |
| XYZ | 24.95 | 31.8 | 63.86 | - |
| YUV | 122.24 | 175.83 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 207 | 0.98 | 0.20 | 0 | 0.19 | 192.12 | 0.96 | 0.41 |
| Hex | 4 | A6 | CF | 62 | 14 | 0 | 13 | C0 | 60 | 29 |
| Octal | 4 | 246 | 317 | 142 | 24 | 0 | 23 | 300 | 140 | 51 |
| Binary | 100 | 10100110 | 11001111 | 1100010 | 10100 | 0 | 10011 | 11000000 | 1100000 | 101001 |
Color Harmonies of #04A6CF
Complementary color
Monochromatic Colors of #04A6CF
Black with #04A6CF
Text Example
Text Example
White with #04A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6CF; }
p { color: rgb(4,166,207); }
H1.HeaderClassName
{
color: #04A6CF;
}
.AnyTagClassName
{
color: #04A6CF;
}
</style>
background-color css
<style>
a { background-color: #04A6CF; }
a { background-color: rgb(4,166,207); }
div.DivClassName
{
background-color: #04A6CF;
}
.BgClassName
{
background-color: #04A6CF;
}
</style>
border-color css
<style>
span { border-color: #04A6CF; }
span { border-color: rgb(4,166,207); }
td.TdClassName
{
border-color: #04A6CF;
}
.TagClassName
{
border-color: #04A6CF;
}
</style>