Shades of Pacific Blue #04A8C3
Tints of Pacific Blue #04A8C3
RGB
CMYK
RGB Variations
Color information
#04A8C3 (or 0x04A8C3) is known color: Pacific Blue. HEX triplet: 04, A8 and C3. RGB value is (4,168,195). Sum of RGB (Red+Green+Blue) = 4+168+195=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #04A8C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8C3 is #FB573C. Grayscale: #797979. Windows color (decimal): -16471869 or 12822532. OLE color: 12822532.
HSL color Cylindrical-coordinate representation of color #04A8C3: hue angle of 188.48º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A8C3 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 168 | 195 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.24 |
| HSL | 188.48º | 0.96% | 0.39% | - |
| HSV(B) | 188.48º | 0.98% | 0.76% | - |
| XYZ | 23.9 | 31.97 | 56.54 | - |
| YUV | 122.04 | 169.17 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 195 | 0.98 | 0.14 | 0 | 0.24 | 188.48 | 0.96 | 0.39 |
| Hex | 4 | A8 | C3 | 62 | E | 0 | 18 | BC | 60 | 27 |
| Octal | 4 | 250 | 303 | 142 | 16 | 0 | 30 | 274 | 140 | 47 |
| Binary | 100 | 10101000 | 11000011 | 1100010 | 1110 | 0 | 11000 | 10111100 | 1100000 | 100111 |
Color Harmonies of #04A8C3
Complementary color
Monochromatic Colors of #04A8C3
Black with #04A8C3
Text Example
Text Example
White with #04A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A8C3; }
p { color: rgb(4,168,195); }
H1.HeaderClassName
{
color: #04A8C3;
}
.AnyTagClassName
{
color: #04A8C3;
}
</style>
background-color css
<style>
a { background-color: #04A8C3; }
a { background-color: rgb(4,168,195); }
div.DivClassName
{
background-color: #04A8C3;
}
.BgClassName
{
background-color: #04A8C3;
}
</style>
border-color css
<style>
span { border-color: #04A8C3; }
span { border-color: rgb(4,168,195); }
td.TdClassName
{
border-color: #04A8C3;
}
.TagClassName
{
border-color: #04A8C3;
}
</style>