Shades of Pacific Blue #03A3CF
Tints of Pacific Blue #03A3CF
RGB
CMYK
RGB Variations
Color information
#03A3CF (or 0x03A3CF) is known color: Pacific Blue. HEX triplet: 03, A3 and CF. RGB value is (3,163,207). Sum of RGB (Red+Green+Blue) = 3+163+207=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #03A3CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3CF is #FC5C30. Grayscale: #777777. Windows color (decimal): -16538673 or 13607683. OLE color: 13607683.
HSL color Cylindrical-coordinate representation of color #03A3CF: hue angle of 192.94º 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 #03A3CF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 163 | 207 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.19 |
| HSL | 192.94º | 0.97% | 0.41% | - |
| HSV(B) | 192.94º | 0.99% | 0.81% | - |
| XYZ | 24.4 | 30.72 | 63.67 | - |
| YUV | 120.18 | 176.99 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 207 | 0.99 | 0.21 | 0 | 0.19 | 192.94 | 0.97 | 0.41 |
| Hex | 3 | A3 | CF | 63 | 15 | 0 | 13 | C1 | 61 | 29 |
| Octal | 3 | 243 | 317 | 143 | 25 | 0 | 23 | 301 | 141 | 51 |
| Binary | 11 | 10100011 | 11001111 | 1100011 | 10101 | 0 | 10011 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A3CF
Complementary color
Monochromatic Colors of #03A3CF
Black with #03A3CF
Text Example
Text Example
White with #03A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A3CF; }
p { color: rgb(3,163,207); }
H1.HeaderClassName
{
color: #03A3CF;
}
.AnyTagClassName
{
color: #03A3CF;
}
</style>
background-color css
<style>
a { background-color: #03A3CF; }
a { background-color: rgb(3,163,207); }
div.DivClassName
{
background-color: #03A3CF;
}
.BgClassName
{
background-color: #03A3CF;
}
</style>
border-color css
<style>
span { border-color: #03A3CF; }
span { border-color: rgb(3,163,207); }
td.TdClassName
{
border-color: #03A3CF;
}
.TagClassName
{
border-color: #03A3CF;
}
</style>