Shades of Pacific Blue #03A6CC
Tints of Pacific Blue #03A6CC
RGB
CMYK
RGB Variations
Color information
#03A6CC (or 0x03A6CC) is known color: Pacific Blue. HEX triplet: 03, A6 and CC. RGB value is (3,166,204). Sum of RGB (Red+Green+Blue) = 3+166+204=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #03A6CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6CC is #FC5933. Grayscale: #797979. Windows color (decimal): -16537908 or 13411843. OLE color: 13411843.
HSL color Cylindrical-coordinate representation of color #03A6CC: hue angle of 191.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A6CC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 166 | 204 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.2 |
| HSL | 191.34º | 0.97% | 0.41% | - |
| HSV(B) | 191.34º | 0.99% | 0.8% | - |
| XYZ | 24.57 | 31.65 | 61.94 | - |
| YUV | 121.6 | 174.5 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 204 | 0.99 | 0.19 | 0 | 0.2 | 191.34 | 0.97 | 0.41 |
| Hex | 3 | A6 | CC | 63 | 13 | 0 | 14 | BF | 61 | 29 |
| Octal | 3 | 246 | 314 | 143 | 23 | 0 | 24 | 277 | 141 | 51 |
| Binary | 11 | 10100110 | 11001100 | 1100011 | 10011 | 0 | 10100 | 10111111 | 1100001 | 101001 |
Color Harmonies of #03A6CC
Complementary color
Monochromatic Colors of #03A6CC
Black with #03A6CC
Text Example
Text Example
White with #03A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A6CC; }
p { color: rgb(3,166,204); }
H1.HeaderClassName
{
color: #03A6CC;
}
.AnyTagClassName
{
color: #03A6CC;
}
</style>
background-color css
<style>
a { background-color: #03A6CC; }
a { background-color: rgb(3,166,204); }
div.DivClassName
{
background-color: #03A6CC;
}
.BgClassName
{
background-color: #03A6CC;
}
</style>
border-color css
<style>
span { border-color: #03A6CC; }
span { border-color: rgb(3,166,204); }
td.TdClassName
{
border-color: #03A6CC;
}
.TagClassName
{
border-color: #03A6CC;
}
</style>