Shades of Pacific Blue #03A0E8
Tints of Pacific Blue #03A0E8
RGB
CMYK
RGB Variations
Color information
#03A0E8 (or 0x03A0E8) is known color: Pacific Blue. HEX triplet: 03, A0 and E8. RGB value is (3,160,232). Sum of RGB (Red+Green+Blue) = 3+160+232=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #03A0E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A0E8 is #FC5F17. Grayscale: #787878. Windows color (decimal): -16539416 or 15245315. OLE color: 15245315.
HSL color Cylindrical-coordinate representation of color #03A0E8: hue angle of 198.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A0E8 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 160 | 232 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.09 |
| HSL | 198.86º | 0.97% | 0.46% | - |
| HSV(B) | 198.86º | 0.99% | 0.91% | - |
| XYZ | 27.17 | 30.99 | 80.89 | - |
| YUV | 121.27 | 190.49 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 232 | 0.99 | 0.31 | 0 | 0.09 | 198.86 | 0.97 | 0.46 |
| Hex | 3 | A0 | E8 | 63 | 1F | 0 | 9 | C7 | 61 | 2E |
| Octal | 3 | 240 | 350 | 143 | 37 | 0 | 11 | 307 | 141 | 56 |
| Binary | 11 | 10100000 | 11101000 | 1100011 | 11111 | 0 | 1001 | 11000111 | 1100001 | 101110 |
Color Harmonies of #03A0E8
Complementary color
Monochromatic Colors of #03A0E8
Black with #03A0E8
Text Example
Text Example
White with #03A0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A0E8; }
p { color: rgb(3,160,232); }
H1.HeaderClassName
{
color: #03A0E8;
}
.AnyTagClassName
{
color: #03A0E8;
}
</style>
background-color css
<style>
a { background-color: #03A0E8; }
a { background-color: rgb(3,160,232); }
div.DivClassName
{
background-color: #03A0E8;
}
.BgClassName
{
background-color: #03A0E8;
}
</style>
border-color css
<style>
span { border-color: #03A0E8; }
span { border-color: rgb(3,160,232); }
td.TdClassName
{
border-color: #03A0E8;
}
.TagClassName
{
border-color: #03A0E8;
}
</style>