Shades of Pacific Blue #04A2CE
Tints of Pacific Blue #04A2CE
RGB
CMYK
RGB Variations
Color information
#04A2CE (or 0x04A2CE) is known color: Pacific Blue. HEX triplet: 04, A2 and CE. RGB value is (4,162,206). Sum of RGB (Red+Green+Blue) = 4+162+206=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #04A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A2CE is #FB5D31. Grayscale: #777777. Windows color (decimal): -16473394 or 13541892. OLE color: 13541892.
HSL color Cylindrical-coordinate representation of color #04A2CE: hue angle of 193.07º 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 #04A2CE is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 162 | 206 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.19 |
| HSL | 193.07º | 0.96% | 0.41% | - |
| HSV(B) | 193.07º | 0.98% | 0.81% | - |
| XYZ | 24.11 | 30.32 | 62.97 | - |
| YUV | 119.77 | 176.65 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 206 | 0.98 | 0.21 | 0 | 0.19 | 193.07 | 0.96 | 0.41 |
| Hex | 4 | A2 | CE | 62 | 15 | 0 | 13 | C1 | 60 | 29 |
| Octal | 4 | 242 | 316 | 142 | 25 | 0 | 23 | 301 | 140 | 51 |
| Binary | 100 | 10100010 | 11001110 | 1100010 | 10101 | 0 | 10011 | 11000001 | 1100000 | 101001 |
Color Harmonies of #04A2CE
Complementary color
Monochromatic Colors of #04A2CE
Black with #04A2CE
Text Example
Text Example
White with #04A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A2CE; }
p { color: rgb(4,162,206); }
H1.HeaderClassName
{
color: #04A2CE;
}
.AnyTagClassName
{
color: #04A2CE;
}
</style>
background-color css
<style>
a { background-color: #04A2CE; }
a { background-color: rgb(4,162,206); }
div.DivClassName
{
background-color: #04A2CE;
}
.BgClassName
{
background-color: #04A2CE;
}
</style>
border-color css
<style>
span { border-color: #04A2CE; }
span { border-color: rgb(4,162,206); }
td.TdClassName
{
border-color: #04A2CE;
}
.TagClassName
{
border-color: #04A2CE;
}
</style>