Shades of Pacific Blue #04A1C6
Tints of Pacific Blue #04A1C6
RGB
CMYK
RGB Variations
Color information
#04A1C6 (or 0x04A1C6) is known color: Pacific Blue. HEX triplet: 04, A1 and C6. RGB value is (4,161,198). Sum of RGB (Red+Green+Blue) = 4+161+198=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #04A1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A1C6 is #FB5E39. Grayscale: #757575. Windows color (decimal): -16473658 or 13017348. OLE color: 13017348.
HSL color Cylindrical-coordinate representation of color #04A1C6: hue angle of 191.44º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1C6 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 161 | 198 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.22 |
| HSL | 191.44º | 0.96% | 0.4% | - |
| HSV(B) | 191.44º | 0.98% | 0.78% | - |
| XYZ | 22.99 | 29.59 | 57.93 | - |
| YUV | 118.28 | 172.99 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 198 | 0.98 | 0.19 | 0 | 0.22 | 191.44 | 0.96 | 0.4 |
| Hex | 4 | A1 | C6 | 62 | 13 | 0 | 16 | BF | 60 | 28 |
| Octal | 4 | 241 | 306 | 142 | 23 | 0 | 26 | 277 | 140 | 50 |
| Binary | 100 | 10100001 | 11000110 | 1100010 | 10011 | 0 | 10110 | 10111111 | 1100000 | 101000 |
Color Harmonies of #04A1C6
Complementary color
Monochromatic Colors of #04A1C6
Black with #04A1C6
Text Example
Text Example
White with #04A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A1C6; }
p { color: rgb(4,161,198); }
H1.HeaderClassName
{
color: #04A1C6;
}
.AnyTagClassName
{
color: #04A1C6;
}
</style>
background-color css
<style>
a { background-color: #04A1C6; }
a { background-color: rgb(4,161,198); }
div.DivClassName
{
background-color: #04A1C6;
}
.BgClassName
{
background-color: #04A1C6;
}
</style>
border-color css
<style>
span { border-color: #04A1C6; }
span { border-color: rgb(4,161,198); }
td.TdClassName
{
border-color: #04A1C6;
}
.TagClassName
{
border-color: #04A1C6;
}
</style>