Shades of Pacific Blue #03A3CE
Tints of Pacific Blue #03A3CE
RGB
CMYK
RGB Variations
Color information
#03A3CE (or 0x03A3CE) is known color: Pacific Blue. HEX triplet: 03, A3 and CE. RGB value is (3,163,206). Sum of RGB (Red+Green+Blue) = 3+163+206=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #03A3CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3CE is #FC5C31. Grayscale: #777777. Windows color (decimal): -16538674 or 13542147. OLE color: 13542147.
HSL color Cylindrical-coordinate representation of color #03A3CE: hue angle of 192.71º 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 #03A3CE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 163 | 206 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.19 |
| HSL | 192.71º | 0.97% | 0.41% | - |
| HSV(B) | 192.71º | 0.99% | 0.81% | - |
| XYZ | 24.28 | 30.67 | 63.03 | - |
| YUV | 120.06 | 176.49 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 206 | 0.99 | 0.21 | 0 | 0.19 | 192.71 | 0.97 | 0.41 |
| Hex | 3 | A3 | CE | 63 | 15 | 0 | 13 | C1 | 61 | 29 |
| Octal | 3 | 243 | 316 | 143 | 25 | 0 | 23 | 301 | 141 | 51 |
| Binary | 11 | 10100011 | 11001110 | 1100011 | 10101 | 0 | 10011 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A3CE
Complementary color
Monochromatic Colors of #03A3CE
Black with #03A3CE
Text Example
Text Example
White with #03A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A3CE; }
p { color: rgb(3,163,206); }
H1.HeaderClassName
{
color: #03A3CE;
}
.AnyTagClassName
{
color: #03A3CE;
}
</style>
background-color css
<style>
a { background-color: #03A3CE; }
a { background-color: rgb(3,163,206); }
div.DivClassName
{
background-color: #03A3CE;
}
.BgClassName
{
background-color: #03A3CE;
}
</style>
border-color css
<style>
span { border-color: #03A3CE; }
span { border-color: rgb(3,163,206); }
td.TdClassName
{
border-color: #03A3CE;
}
.TagClassName
{
border-color: #03A3CE;
}
</style>