Shades of Pacific Blue #04A6BD
Tints of Pacific Blue #04A6BD
RGB
CMYK
RGB Variations
Color information
#04A6BD (or 0x04A6BD) is known color: Pacific Blue. HEX triplet: 04, A6 and BD. RGB value is (4,166,189). Sum of RGB (Red+Green+Blue) = 4+166+189=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #04A6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6BD is #FB5942. Grayscale: #777777. Windows color (decimal): -16472387 or 12428804. OLE color: 12428804.
HSL color Cylindrical-coordinate representation of color #04A6BD: hue angle of 187.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6BD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 166 | 189 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.26 |
| HSL | 187.46º | 0.96% | 0.38% | - |
| HSV(B) | 187.46º | 0.98% | 0.74% | - |
| XYZ | 22.87 | 30.97 | 52.92 | - |
| YUV | 120.18 | 166.83 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 189 | 0.98 | 0.12 | 0 | 0.26 | 187.46 | 0.96 | 0.38 |
| Hex | 4 | A6 | BD | 62 | C | 0 | 1A | BB | 60 | 26 |
| Octal | 4 | 246 | 275 | 142 | 14 | 0 | 32 | 273 | 140 | 46 |
| Binary | 100 | 10100110 | 10111101 | 1100010 | 1100 | 0 | 11010 | 10111011 | 1100000 | 100110 |
Color Harmonies of #04A6BD
Complementary color
Monochromatic Colors of #04A6BD
Black with #04A6BD
Text Example
Text Example
White with #04A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6BD; }
p { color: rgb(4,166,189); }
H1.HeaderClassName
{
color: #04A6BD;
}
.AnyTagClassName
{
color: #04A6BD;
}
</style>
background-color css
<style>
a { background-color: #04A6BD; }
a { background-color: rgb(4,166,189); }
div.DivClassName
{
background-color: #04A6BD;
}
.BgClassName
{
background-color: #04A6BD;
}
</style>
border-color css
<style>
span { border-color: #04A6BD; }
span { border-color: rgb(4,166,189); }
td.TdClassName
{
border-color: #04A6BD;
}
.TagClassName
{
border-color: #04A6BD;
}
</style>