Shades of Pacific Blue #04A2CB
Tints of Pacific Blue #04A2CB
RGB
CMYK
RGB Variations
Color information
#04A2CB (or 0x04A2CB) is known color: Pacific Blue. HEX triplet: 04, A2 and CB. RGB value is (4,162,203). Sum of RGB (Red+Green+Blue) = 4+162+203=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #04A2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A2CB is #FB5D34. Grayscale: #777777. Windows color (decimal): -16473397 or 13345284. OLE color: 13345284.
HSL color Cylindrical-coordinate representation of color #04A2CB: hue angle of 192.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A2CB is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 162 | 203 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.20 |
| HSL | 192.36º | 0.96% | 0.41% | - |
| HSV(B) | 192.36º | 0.98% | 0.8% | - |
| XYZ | 23.75 | 30.18 | 61.07 | - |
| YUV | 119.43 | 175.15 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 203 | 0.98 | 0.20 | 0 | 0.20 | 192.36 | 0.96 | 0.41 |
| Hex | 4 | A2 | CB | 62 | 14 | 0 | 14 | C0 | 60 | 29 |
| Octal | 4 | 242 | 313 | 142 | 24 | 0 | 24 | 300 | 140 | 51 |
| Binary | 100 | 10100010 | 11001011 | 1100010 | 10100 | 0 | 10100 | 11000000 | 1100000 | 101001 |
Color Harmonies of #04A2CB
Complementary color
Monochromatic Colors of #04A2CB
Black with #04A2CB
Text Example
Text Example
White with #04A2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A2CB; }
p { color: rgb(4,162,203); }
H1.HeaderClassName
{
color: #04A2CB;
}
.AnyTagClassName
{
color: #04A2CB;
}
</style>
background-color css
<style>
a { background-color: #04A2CB; }
a { background-color: rgb(4,162,203); }
div.DivClassName
{
background-color: #04A2CB;
}
.BgClassName
{
background-color: #04A2CB;
}
</style>
border-color css
<style>
span { border-color: #04A2CB; }
span { border-color: rgb(4,162,203); }
td.TdClassName
{
border-color: #04A2CB;
}
.TagClassName
{
border-color: #04A2CB;
}
</style>