Shades of Pacific Blue #04A6CA
Tints of Pacific Blue #04A6CA
RGB
CMYK
RGB Variations
Color information
#04A6CA (or 0x04A6CA) is known color: Pacific Blue. HEX triplet: 04, A6 and CA. RGB value is (4,166,202). Sum of RGB (Red+Green+Blue) = 4+166+202=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #04A6CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6CA is #FB5935. Grayscale: #797979. Windows color (decimal): -16472374 or 13280772. OLE color: 13280772.
HSL color Cylindrical-coordinate representation of color #04A6CA: hue angle of 190.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6CA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 166 | 202 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.21 |
| HSL | 190.91º | 0.96% | 0.4% | - |
| HSV(B) | 190.91º | 0.98% | 0.79% | - |
| XYZ | 24.35 | 31.56 | 60.69 | - |
| YUV | 121.67 | 173.33 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 202 | 0.98 | 0.18 | 0 | 0.21 | 190.91 | 0.96 | 0.4 |
| Hex | 4 | A6 | CA | 62 | 12 | 0 | 15 | BF | 60 | 28 |
| Octal | 4 | 246 | 312 | 142 | 22 | 0 | 25 | 277 | 140 | 50 |
| Binary | 100 | 10100110 | 11001010 | 1100010 | 10010 | 0 | 10101 | 10111111 | 1100000 | 101000 |
Color Harmonies of #04A6CA
Complementary color
Monochromatic Colors of #04A6CA
Black with #04A6CA
Text Example
Text Example
White with #04A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6CA; }
p { color: rgb(4,166,202); }
H1.HeaderClassName
{
color: #04A6CA;
}
.AnyTagClassName
{
color: #04A6CA;
}
</style>
background-color css
<style>
a { background-color: #04A6CA; }
a { background-color: rgb(4,166,202); }
div.DivClassName
{
background-color: #04A6CA;
}
.BgClassName
{
background-color: #04A6CA;
}
</style>
border-color css
<style>
span { border-color: #04A6CA; }
span { border-color: rgb(4,166,202); }
td.TdClassName
{
border-color: #04A6CA;
}
.TagClassName
{
border-color: #04A6CA;
}
</style>