Shades of Pacific Blue #03A6CF
Tints of Pacific Blue #03A6CF
RGB
CMYK
RGB Variations
Color information
#03A6CF (or 0x03A6CF) is known color: Pacific Blue. HEX triplet: 03, A6 and CF. RGB value is (3,166,207). Sum of RGB (Red+Green+Blue) = 3+166+207=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #03A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6CF is #FC5930. Grayscale: #797979. Windows color (decimal): -16537905 or 13608451. OLE color: 13608451.
HSL color Cylindrical-coordinate representation of color #03A6CF: hue angle of 192.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A6CF is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 166 | 207 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.19 |
| HSL | 192.06º | 0.97% | 0.41% | - |
| HSV(B) | 192.06º | 0.99% | 0.81% | - |
| XYZ | 24.94 | 31.8 | 63.85 | - |
| YUV | 121.94 | 176 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 207 | 0.99 | 0.20 | 0 | 0.19 | 192.06 | 0.97 | 0.41 |
| Hex | 3 | A6 | CF | 63 | 14 | 0 | 13 | C0 | 61 | 29 |
| Octal | 3 | 246 | 317 | 143 | 24 | 0 | 23 | 300 | 141 | 51 |
| Binary | 11 | 10100110 | 11001111 | 1100011 | 10100 | 0 | 10011 | 11000000 | 1100001 | 101001 |
Color Harmonies of #03A6CF
Complementary color
Monochromatic Colors of #03A6CF
Black with #03A6CF
Text Example
Text Example
White with #03A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A6CF; }
p { color: rgb(3,166,207); }
H1.HeaderClassName
{
color: #03A6CF;
}
.AnyTagClassName
{
color: #03A6CF;
}
</style>
background-color css
<style>
a { background-color: #03A6CF; }
a { background-color: rgb(3,166,207); }
div.DivClassName
{
background-color: #03A6CF;
}
.BgClassName
{
background-color: #03A6CF;
}
</style>
border-color css
<style>
span { border-color: #03A6CF; }
span { border-color: rgb(3,166,207); }
td.TdClassName
{
border-color: #03A6CF;
}
.TagClassName
{
border-color: #03A6CF;
}
</style>