Shades of Pacific Blue #03A8CA
Tints of Pacific Blue #03A8CA
RGB
CMYK
RGB Variations
Color information
#03A8CA (or 0x03A8CA) is known color: Pacific Blue. HEX triplet: 03, A8 and CA. RGB value is (3,168,202). Sum of RGB (Red+Green+Blue) = 3+168+202=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #03A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8CA is #FC5735. Grayscale: #7A7A7A. Windows color (decimal): -16537398 or 13281283. OLE color: 13281283.
HSL color Cylindrical-coordinate representation of color #03A8CA: hue angle of 190.25º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8CA is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 168 | 202 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.21 |
| HSL | 190.25º | 0.97% | 0.4% | - |
| HSV(B) | 190.25º | 0.99% | 0.79% | - |
| XYZ | 24.7 | 32.29 | 60.81 | - |
| YUV | 122.54 | 172.84 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 202 | 0.99 | 0.17 | 0 | 0.21 | 190.25 | 0.97 | 0.4 |
| Hex | 3 | A8 | CA | 63 | 11 | 0 | 15 | BE | 61 | 28 |
| Octal | 3 | 250 | 312 | 143 | 21 | 0 | 25 | 276 | 141 | 50 |
| Binary | 11 | 10101000 | 11001010 | 1100011 | 10001 | 0 | 10101 | 10111110 | 1100001 | 101000 |
Color Harmonies of #03A8CA
Complementary color
Monochromatic Colors of #03A8CA
Black with #03A8CA
Text Example
Text Example
White with #03A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8CA; }
p { color: rgb(3,168,202); }
H1.HeaderClassName
{
color: #03A8CA;
}
.AnyTagClassName
{
color: #03A8CA;
}
</style>
background-color css
<style>
a { background-color: #03A8CA; }
a { background-color: rgb(3,168,202); }
div.DivClassName
{
background-color: #03A8CA;
}
.BgClassName
{
background-color: #03A8CA;
}
</style>
border-color css
<style>
span { border-color: #03A8CA; }
span { border-color: rgb(3,168,202); }
td.TdClassName
{
border-color: #03A8CA;
}
.TagClassName
{
border-color: #03A8CA;
}
</style>