Shades of Pacific Blue #03A6DC
Tints of Pacific Blue #03A6DC
RGB
CMYK
RGB Variations
Color information
#03A6DC (or 0x03A6DC) is known color: Pacific Blue. HEX triplet: 03, A6 and DC. RGB value is (3,166,220). Sum of RGB (Red+Green+Blue) = 3+166+220=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #03A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6DC is #FC5923. Grayscale: #7B7B7B. Windows color (decimal): -16537892 or 14460419. OLE color: 14460419.
HSL color Cylindrical-coordinate representation of color #03A6DC: hue angle of 194.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A6DC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 166 | 220 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.14 |
| HSL | 194.93º | 0.97% | 0.44% | - |
| HSV(B) | 194.93º | 0.99% | 0.86% | - |
| XYZ | 26.59 | 32.46 | 72.57 | - |
| YUV | 123.42 | 182.5 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 220 | 0.99 | 0.25 | 0 | 0.14 | 194.93 | 0.97 | 0.44 |
| Hex | 3 | A6 | DC | 63 | 19 | 0 | E | C3 | 61 | 2C |
| Octal | 3 | 246 | 334 | 143 | 31 | 0 | 16 | 303 | 141 | 54 |
| Binary | 11 | 10100110 | 11011100 | 1100011 | 11001 | 0 | 1110 | 11000011 | 1100001 | 101100 |
Color Harmonies of #03A6DC
Complementary color
Monochromatic Colors of #03A6DC
Black with #03A6DC
Text Example
Text Example
White with #03A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A6DC; }
p { color: rgb(3,166,220); }
H1.HeaderClassName
{
color: #03A6DC;
}
.AnyTagClassName
{
color: #03A6DC;
}
</style>
background-color css
<style>
a { background-color: #03A6DC; }
a { background-color: rgb(3,166,220); }
div.DivClassName
{
background-color: #03A6DC;
}
.BgClassName
{
background-color: #03A6DC;
}
</style>
border-color css
<style>
span { border-color: #03A6DC; }
span { border-color: rgb(3,166,220); }
td.TdClassName
{
border-color: #03A6DC;
}
.TagClassName
{
border-color: #03A6DC;
}
</style>