Shades of Pacific Blue #03A4CF
Tints of Pacific Blue #03A4CF
RGB
CMYK
RGB Variations
Color information
#03A4CF (or 0x03A4CF) is known color: Pacific Blue. HEX triplet: 03, A4 and CF. RGB value is (3,164,207). Sum of RGB (Red+Green+Blue) = 3+164+207=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #03A4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A4CF is #FC5B30. Grayscale: #787878. Windows color (decimal): -16538417 or 13607939. OLE color: 13607939.
HSL color Cylindrical-coordinate representation of color #03A4CF: hue angle of 192.65º 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 #03A4CF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 164 | 207 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.19 |
| HSL | 192.65º | 0.97% | 0.41% | - |
| HSV(B) | 192.65º | 0.99% | 0.81% | - |
| XYZ | 24.58 | 31.08 | 63.73 | - |
| YUV | 120.76 | 176.66 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 207 | 0.99 | 0.21 | 0 | 0.19 | 192.65 | 0.97 | 0.41 |
| Hex | 3 | A4 | CF | 63 | 15 | 0 | 13 | C1 | 61 | 29 |
| Octal | 3 | 244 | 317 | 143 | 25 | 0 | 23 | 301 | 141 | 51 |
| Binary | 11 | 10100100 | 11001111 | 1100011 | 10101 | 0 | 10011 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A4CF
Complementary color
Monochromatic Colors of #03A4CF
Black with #03A4CF
Text Example
Text Example
White with #03A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A4CF; }
p { color: rgb(3,164,207); }
H1.HeaderClassName
{
color: #03A4CF;
}
.AnyTagClassName
{
color: #03A4CF;
}
</style>
background-color css
<style>
a { background-color: #03A4CF; }
a { background-color: rgb(3,164,207); }
div.DivClassName
{
background-color: #03A4CF;
}
.BgClassName
{
background-color: #03A4CF;
}
</style>
border-color css
<style>
span { border-color: #03A4CF; }
span { border-color: rgb(3,164,207); }
td.TdClassName
{
border-color: #03A4CF;
}
.TagClassName
{
border-color: #03A4CF;
}
</style>