Shades of Pacific Blue #03A8BD
Tints of Pacific Blue #03A8BD
RGB
CMYK
RGB Variations
Color information
#03A8BD (or 0x03A8BD) is known color: Pacific Blue. HEX triplet: 03, A8 and BD. RGB value is (3,168,189). Sum of RGB (Red+Green+Blue) = 3+168+189=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #03A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8BD is #FC5742. Grayscale: #787878. Windows color (decimal): -16537411 or 12429315. OLE color: 12429315.
HSL color Cylindrical-coordinate representation of color #03A8BD: hue angle of 186.77º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A8BD is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 168 | 189 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.26 |
| HSL | 186.77º | 0.97% | 0.38% | - |
| HSV(B) | 186.77º | 0.98% | 0.74% | - |
| XYZ | 23.23 | 31.7 | 53.04 | - |
| YUV | 121.06 | 166.34 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 189 | 0.98 | 0.11 | 0 | 0.26 | 186.77 | 0.97 | 0.38 |
| Hex | 3 | A8 | BD | 62 | B | 0 | 1A | BB | 61 | 26 |
| Octal | 3 | 250 | 275 | 142 | 13 | 0 | 32 | 273 | 141 | 46 |
| Binary | 11 | 10101000 | 10111101 | 1100010 | 1011 | 0 | 11010 | 10111011 | 1100001 | 100110 |
Color Harmonies of #03A8BD
Complementary color
Monochromatic Colors of #03A8BD
Black with #03A8BD
Text Example
Text Example
White with #03A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8BD; }
p { color: rgb(3,168,189); }
H1.HeaderClassName
{
color: #03A8BD;
}
.AnyTagClassName
{
color: #03A8BD;
}
</style>
background-color css
<style>
a { background-color: #03A8BD; }
a { background-color: rgb(3,168,189); }
div.DivClassName
{
background-color: #03A8BD;
}
.BgClassName
{
background-color: #03A8BD;
}
</style>
border-color css
<style>
span { border-color: #03A8BD; }
span { border-color: rgb(3,168,189); }
td.TdClassName
{
border-color: #03A8BD;
}
.TagClassName
{
border-color: #03A8BD;
}
</style>