Shades of Pacific Blue #04A3D0
Tints of Pacific Blue #04A3D0
RGB
CMYK
RGB Variations
Color information
#04A3D0 (or 0x04A3D0) is known color: Pacific Blue. HEX triplet: 04, A3 and D0. RGB value is (4,163,208). Sum of RGB (Red+Green+Blue) = 4+163+208=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #04A3D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A3D0 is #FB5C2F. Grayscale: #787878. Windows color (decimal): -16473136 or 13673220. OLE color: 13673220.
HSL color Cylindrical-coordinate representation of color #04A3D0: hue angle of 193.24º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A3D0 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 163 | 208 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.18 |
| HSL | 193.24º | 0.96% | 0.42% | - |
| HSV(B) | 193.24º | 0.98% | 0.82% | - |
| XYZ | 24.53 | 30.77 | 64.32 | - |
| YUV | 120.59 | 177.32 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 208 | 0.98 | 0.22 | 0 | 0.18 | 193.24 | 0.96 | 0.42 |
| Hex | 4 | A3 | D0 | 62 | 16 | 0 | 12 | C1 | 60 | 2A |
| Octal | 4 | 243 | 320 | 142 | 26 | 0 | 22 | 301 | 140 | 52 |
| Binary | 100 | 10100011 | 11010000 | 1100010 | 10110 | 0 | 10010 | 11000001 | 1100000 | 101010 |
Color Harmonies of #04A3D0
Complementary color
Monochromatic Colors of #04A3D0
Black with #04A3D0
Text Example
Text Example
White with #04A3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A3D0; }
p { color: rgb(4,163,208); }
H1.HeaderClassName
{
color: #04A3D0;
}
.AnyTagClassName
{
color: #04A3D0;
}
</style>
background-color css
<style>
a { background-color: #04A3D0; }
a { background-color: rgb(4,163,208); }
div.DivClassName
{
background-color: #04A3D0;
}
.BgClassName
{
background-color: #04A3D0;
}
</style>
border-color css
<style>
span { border-color: #04A3D0; }
span { border-color: rgb(4,163,208); }
td.TdClassName
{
border-color: #04A3D0;
}
.TagClassName
{
border-color: #04A3D0;
}
</style>