Shades of Pacific Blue #03A8CB
Tints of Pacific Blue #03A8CB
RGB
CMYK
RGB Variations
Color information
#03A8CB (or 0x03A8CB) is known color: Pacific Blue. HEX triplet: 03, A8 and CB. RGB value is (3,168,203). Sum of RGB (Red+Green+Blue) = 3+168+203=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #03A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8CB is #FC5734. Grayscale: #7A7A7A. Windows color (decimal): -16537397 or 13346819. OLE color: 13346819.
HSL color Cylindrical-coordinate representation of color #03A8CB: hue angle of 190.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8CB is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 168 | 203 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.20 |
| HSL | 190.5º | 0.97% | 0.4% | - |
| HSV(B) | 190.5º | 0.99% | 0.8% | - |
| XYZ | 24.82 | 32.34 | 61.43 | - |
| YUV | 122.66 | 173.34 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 203 | 0.99 | 0.17 | 0 | 0.20 | 190.5 | 0.97 | 0.4 |
| Hex | 3 | A8 | CB | 63 | 11 | 0 | 14 | BE | 61 | 28 |
| Octal | 3 | 250 | 313 | 143 | 21 | 0 | 24 | 276 | 141 | 50 |
| Binary | 11 | 10101000 | 11001011 | 1100011 | 10001 | 0 | 10100 | 10111110 | 1100001 | 101000 |
Color Harmonies of #03A8CB
Complementary color
Monochromatic Colors of #03A8CB
Black with #03A8CB
Text Example
Text Example
White with #03A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8CB; }
p { color: rgb(3,168,203); }
H1.HeaderClassName
{
color: #03A8CB;
}
.AnyTagClassName
{
color: #03A8CB;
}
</style>
background-color css
<style>
a { background-color: #03A8CB; }
a { background-color: rgb(3,168,203); }
div.DivClassName
{
background-color: #03A8CB;
}
.BgClassName
{
background-color: #03A8CB;
}
</style>
border-color css
<style>
span { border-color: #03A8CB; }
span { border-color: rgb(3,168,203); }
td.TdClassName
{
border-color: #03A8CB;
}
.TagClassName
{
border-color: #03A8CB;
}
</style>