Shades of Pacific Blue #04A5BD
Tints of Pacific Blue #04A5BD
RGB
CMYK
RGB Variations
Color information
#04A5BD (or 0x04A5BD) is known color: Pacific Blue. HEX triplet: 04, A5 and BD. RGB value is (4,165,189). Sum of RGB (Red+Green+Blue) = 4+165+189=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #04A5BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A5BD is #FB5A42. Grayscale: #777777. Windows color (decimal): -16472643 or 12428548. OLE color: 12428548.
HSL color Cylindrical-coordinate representation of color #04A5BD: hue angle of 187.78º 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 #04A5BD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 165 | 189 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.26 |
| HSL | 187.78º | 0.96% | 0.38% | - |
| HSV(B) | 187.78º | 0.98% | 0.74% | - |
| XYZ | 22.69 | 30.61 | 52.86 | - |
| YUV | 119.6 | 167.16 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 189 | 0.98 | 0.13 | 0 | 0.26 | 187.78 | 0.96 | 0.38 |
| Hex | 4 | A5 | BD | 62 | D | 0 | 1A | BC | 60 | 26 |
| Octal | 4 | 245 | 275 | 142 | 15 | 0 | 32 | 274 | 140 | 46 |
| Binary | 100 | 10100101 | 10111101 | 1100010 | 1101 | 0 | 11010 | 10111100 | 1100000 | 100110 |
Color Harmonies of #04A5BD
Complementary color
Monochromatic Colors of #04A5BD
Black with #04A5BD
Text Example
Text Example
White with #04A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A5BD; }
p { color: rgb(4,165,189); }
H1.HeaderClassName
{
color: #04A5BD;
}
.AnyTagClassName
{
color: #04A5BD;
}
</style>
background-color css
<style>
a { background-color: #04A5BD; }
a { background-color: rgb(4,165,189); }
div.DivClassName
{
background-color: #04A5BD;
}
.BgClassName
{
background-color: #04A5BD;
}
</style>
border-color css
<style>
span { border-color: #04A5BD; }
span { border-color: rgb(4,165,189); }
td.TdClassName
{
border-color: #04A5BD;
}
.TagClassName
{
border-color: #04A5BD;
}
</style>