Shades of Pacific Blue #03A8BC
Tints of Pacific Blue #03A8BC
RGB
CMYK
RGB Variations
Color information
#03A8BC (or 0x03A8BC) is known color: Pacific Blue. HEX triplet: 03, A8 and BC. RGB value is (3,168,188). Sum of RGB (Red+Green+Blue) = 3+168+188=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #03A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8BC is #FC5743. Grayscale: #787878. Windows color (decimal): -16537412 or 12363779. OLE color: 12363779.
HSL color Cylindrical-coordinate representation of color #03A8BC: hue angle of 186.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A8BC is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 168 | 188 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.26 |
| HSL | 186.49º | 0.97% | 0.37% | - |
| HSV(B) | 186.49º | 0.98% | 0.74% | - |
| XYZ | 23.12 | 31.66 | 52.47 | - |
| YUV | 120.95 | 165.84 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 188 | 0.98 | 0.11 | 0 | 0.26 | 186.49 | 0.97 | 0.37 |
| Hex | 3 | A8 | BC | 62 | B | 0 | 1A | BA | 61 | 25 |
| Octal | 3 | 250 | 274 | 142 | 13 | 0 | 32 | 272 | 141 | 45 |
| Binary | 11 | 10101000 | 10111100 | 1100010 | 1011 | 0 | 11010 | 10111010 | 1100001 | 100101 |
Color Harmonies of #03A8BC
Complementary color
Monochromatic Colors of #03A8BC
Black with #03A8BC
Text Example
Text Example
White with #03A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8BC; }
p { color: rgb(3,168,188); }
H1.HeaderClassName
{
color: #03A8BC;
}
.AnyTagClassName
{
color: #03A8BC;
}
</style>
background-color css
<style>
a { background-color: #03A8BC; }
a { background-color: rgb(3,168,188); }
div.DivClassName
{
background-color: #03A8BC;
}
.BgClassName
{
background-color: #03A8BC;
}
</style>
border-color css
<style>
span { border-color: #03A8BC; }
span { border-color: rgb(3,168,188); }
td.TdClassName
{
border-color: #03A8BC;
}
.TagClassName
{
border-color: #03A8BC;
}
</style>