Shades of Pacific Blue #03A2CF
Tints of Pacific Blue #03A2CF
RGB
CMYK
RGB Variations
Color information
#03A2CF (or 0x03A2CF) is known color: Pacific Blue. HEX triplet: 03, A2 and CF. RGB value is (3,162,207). Sum of RGB (Red+Green+Blue) = 3+162+207=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #03A2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2CF is #FC5D30. Grayscale: #777777. Windows color (decimal): -16538929 or 13607427. OLE color: 13607427.
HSL color Cylindrical-coordinate representation of color #03A2CF: hue angle of 193.24º 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 #03A2CF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 162 | 207 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.19 |
| HSL | 193.24º | 0.97% | 0.41% | - |
| HSV(B) | 193.24º | 0.99% | 0.81% | - |
| XYZ | 24.22 | 30.37 | 63.62 | - |
| YUV | 119.59 | 177.32 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 207 | 0.99 | 0.22 | 0 | 0.19 | 193.24 | 0.97 | 0.41 |
| Hex | 3 | A2 | CF | 63 | 16 | 0 | 13 | C1 | 61 | 29 |
| Octal | 3 | 242 | 317 | 143 | 26 | 0 | 23 | 301 | 141 | 51 |
| Binary | 11 | 10100010 | 11001111 | 1100011 | 10110 | 0 | 10011 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A2CF
Complementary color
Monochromatic Colors of #03A2CF
Black with #03A2CF
Text Example
Text Example
White with #03A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2CF; }
p { color: rgb(3,162,207); }
H1.HeaderClassName
{
color: #03A2CF;
}
.AnyTagClassName
{
color: #03A2CF;
}
</style>
background-color css
<style>
a { background-color: #03A2CF; }
a { background-color: rgb(3,162,207); }
div.DivClassName
{
background-color: #03A2CF;
}
.BgClassName
{
background-color: #03A2CF;
}
</style>
border-color css
<style>
span { border-color: #03A2CF; }
span { border-color: rgb(3,162,207); }
td.TdClassName
{
border-color: #03A2CF;
}
.TagClassName
{
border-color: #03A2CF;
}
</style>