Shades of Pacific Blue #03A7DF
Tints of Pacific Blue #03A7DF
RGB
CMYK
RGB Variations
Color information
#03A7DF (or 0x03A7DF) is known color: Pacific Blue. HEX triplet: 03, A7 and DF. RGB value is (3,167,223). Sum of RGB (Red+Green+Blue) = 3+167+223=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #03A7DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A7DF is #FC5820. Grayscale: #7B7B7B. Windows color (decimal): -16537633 or 14657283. OLE color: 14657283.
HSL color Cylindrical-coordinate representation of color #03A7DF: hue angle of 195.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A7DF is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 167 | 223 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.13 |
| HSL | 195.27º | 0.97% | 0.44% | - |
| HSV(B) | 195.27º | 0.99% | 0.87% | - |
| XYZ | 27.18 | 32.98 | 74.75 | - |
| YUV | 124.35 | 183.67 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 167 | 223 | 0.99 | 0.25 | 0 | 0.13 | 195.27 | 0.97 | 0.44 |
| Hex | 3 | A7 | DF | 63 | 19 | 0 | D | C3 | 61 | 2C |
| Octal | 3 | 247 | 337 | 143 | 31 | 0 | 15 | 303 | 141 | 54 |
| Binary | 11 | 10100111 | 11011111 | 1100011 | 11001 | 0 | 1101 | 11000011 | 1100001 | 101100 |
Color Harmonies of #03A7DF
Complementary color
Monochromatic Colors of #03A7DF
Black with #03A7DF
Text Example
Text Example
White with #03A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A7DF; }
p { color: rgb(3,167,223); }
H1.HeaderClassName
{
color: #03A7DF;
}
.AnyTagClassName
{
color: #03A7DF;
}
</style>
background-color css
<style>
a { background-color: #03A7DF; }
a { background-color: rgb(3,167,223); }
div.DivClassName
{
background-color: #03A7DF;
}
.BgClassName
{
background-color: #03A7DF;
}
</style>
border-color css
<style>
span { border-color: #03A7DF; }
span { border-color: rgb(3,167,223); }
td.TdClassName
{
border-color: #03A7DF;
}
.TagClassName
{
border-color: #03A7DF;
}
</style>