Shades of Pacific Blue #04A3CB
Tints of Pacific Blue #04A3CB
RGB
CMYK
RGB Variations
Color information
#04A3CB (or 0x04A3CB) is known color: Pacific Blue. HEX triplet: 04, A3 and CB. RGB value is (4,163,203). Sum of RGB (Red+Green+Blue) = 4+163+203=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #04A3CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A3CB is #FB5C34. Grayscale: #777777. Windows color (decimal): -16473141 or 13345540. OLE color: 13345540.
HSL color Cylindrical-coordinate representation of color #04A3CB: hue angle of 192.06º 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 #04A3CB is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 163 | 203 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.20 |
| HSL | 192.06º | 0.96% | 0.41% | - |
| HSV(B) | 192.06º | 0.98% | 0.8% | - |
| XYZ | 23.93 | 30.53 | 61.13 | - |
| YUV | 120.02 | 174.82 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 203 | 0.98 | 0.20 | 0 | 0.20 | 192.06 | 0.96 | 0.41 |
| Hex | 4 | A3 | CB | 62 | 14 | 0 | 14 | C0 | 60 | 29 |
| Octal | 4 | 243 | 313 | 142 | 24 | 0 | 24 | 300 | 140 | 51 |
| Binary | 100 | 10100011 | 11001011 | 1100010 | 10100 | 0 | 10100 | 11000000 | 1100000 | 101001 |
Color Harmonies of #04A3CB
Complementary color
Monochromatic Colors of #04A3CB
Black with #04A3CB
Text Example
Text Example
White with #04A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A3CB; }
p { color: rgb(4,163,203); }
H1.HeaderClassName
{
color: #04A3CB;
}
.AnyTagClassName
{
color: #04A3CB;
}
</style>
background-color css
<style>
a { background-color: #04A3CB; }
a { background-color: rgb(4,163,203); }
div.DivClassName
{
background-color: #04A3CB;
}
.BgClassName
{
background-color: #04A3CB;
}
</style>
border-color css
<style>
span { border-color: #04A3CB; }
span { border-color: rgb(4,163,203); }
td.TdClassName
{
border-color: #04A3CB;
}
.TagClassName
{
border-color: #04A3CB;
}
</style>