Shades of Pacific Blue #04A3CF
Tints of Pacific Blue #04A3CF
RGB
CMYK
RGB Variations
Color information
#04A3CF (or 0x04A3CF) is known color: Pacific Blue. HEX triplet: 04, A3 and CF. RGB value is (4,163,207). Sum of RGB (Red+Green+Blue) = 4+163+207=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #04A3CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A3CF is #FB5C30. Grayscale: #787878. Windows color (decimal): -16473137 or 13607684. OLE color: 13607684.
HSL color Cylindrical-coordinate representation of color #04A3CF: hue angle of 193º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A3CF is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 163 | 207 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.19 |
| HSL | 193º | 0.96% | 0.41% | - |
| HSV(B) | 193º | 0.98% | 0.81% | - |
| XYZ | 24.41 | 30.73 | 63.68 | - |
| YUV | 120.48 | 176.82 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 207 | 0.98 | 0.21 | 0 | 0.19 | 193 | 0.96 | 0.41 |
| Hex | 4 | A3 | CF | 62 | 15 | 0 | 13 | C1 | 60 | 29 |
| Octal | 4 | 243 | 317 | 142 | 25 | 0 | 23 | 301 | 140 | 51 |
| Binary | 100 | 10100011 | 11001111 | 1100010 | 10101 | 0 | 10011 | 11000001 | 1100000 | 101001 |
Color Harmonies of #04A3CF
Complementary color
Monochromatic Colors of #04A3CF
Black with #04A3CF
Text Example
Text Example
White with #04A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A3CF; }
p { color: rgb(4,163,207); }
H1.HeaderClassName
{
color: #04A3CF;
}
.AnyTagClassName
{
color: #04A3CF;
}
</style>
background-color css
<style>
a { background-color: #04A3CF; }
a { background-color: rgb(4,163,207); }
div.DivClassName
{
background-color: #04A3CF;
}
.BgClassName
{
background-color: #04A3CF;
}
</style>
border-color css
<style>
span { border-color: #04A3CF; }
span { border-color: rgb(4,163,207); }
td.TdClassName
{
border-color: #04A3CF;
}
.TagClassName
{
border-color: #04A3CF;
}
</style>