Shades of Pacific Blue #03A5D0
Tints of Pacific Blue #03A5D0
RGB
CMYK
RGB Variations
Color information
#03A5D0 (or 0x03A5D0) is known color: Pacific Blue. HEX triplet: 03, A5 and D0. RGB value is (3,165,208). Sum of RGB (Red+Green+Blue) = 3+165+208=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #03A5D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5D0 is #FC5A2F. Grayscale: #797979. Windows color (decimal): -16538160 or 13673731. OLE color: 13673731.
HSL color Cylindrical-coordinate representation of color #03A5D0: hue angle of 192.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A5D0 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 165 | 208 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.18 |
| HSL | 192.59º | 0.97% | 0.41% | - |
| HSV(B) | 192.59º | 0.99% | 0.82% | - |
| XYZ | 24.88 | 31.48 | 64.44 | - |
| YUV | 121.46 | 176.83 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 208 | 0.99 | 0.21 | 0 | 0.18 | 192.59 | 0.97 | 0.41 |
| Hex | 3 | A5 | D0 | 63 | 15 | 0 | 12 | C1 | 61 | 29 |
| Octal | 3 | 245 | 320 | 143 | 25 | 0 | 22 | 301 | 141 | 51 |
| Binary | 11 | 10100101 | 11010000 | 1100011 | 10101 | 0 | 10010 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A5D0
Complementary color
Monochromatic Colors of #03A5D0
Black with #03A5D0
Text Example
Text Example
White with #03A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A5D0; }
p { color: rgb(3,165,208); }
H1.HeaderClassName
{
color: #03A5D0;
}
.AnyTagClassName
{
color: #03A5D0;
}
</style>
background-color css
<style>
a { background-color: #03A5D0; }
a { background-color: rgb(3,165,208); }
div.DivClassName
{
background-color: #03A5D0;
}
.BgClassName
{
background-color: #03A5D0;
}
</style>
border-color css
<style>
span { border-color: #03A5D0; }
span { border-color: rgb(3,165,208); }
td.TdClassName
{
border-color: #03A5D0;
}
.TagClassName
{
border-color: #03A5D0;
}
</style>