Shades of Pacific Blue #03A2C2
Tints of Pacific Blue #03A2C2
RGB
CMYK
RGB Variations
Color information
#03A2C2 (or 0x03A2C2) is known color: Pacific Blue. HEX triplet: 03, A2 and C2. RGB value is (3,162,194). Sum of RGB (Red+Green+Blue) = 3+162+194=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 194 (76.17% from 255 or 54.04% from 359); Max value from RGB is 194 - color contains mainly: blue. Hex color #03A2C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2C2 is #FC5D3D. Grayscale: #757575. Windows color (decimal): -16538942 or 12755459. OLE color: 12755459.
HSL color Cylindrical-coordinate representation of color #03A2C2: hue angle of 190.05º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A2C2 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 162 | 194 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.24 |
| HSL | 190.05º | 0.97% | 0.39% | - |
| HSV(B) | 190.05º | 0.98% | 0.76% | - |
| XYZ | 22.7 | 29.76 | 55.59 | - |
| YUV | 118.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 194 | 0.98 | 0.16 | 0 | 0.24 | 190.05 | 0.97 | 0.39 |
| Hex | 3 | A2 | C2 | 62 | 10 | 0 | 18 | BE | 61 | 27 |
| Octal | 3 | 242 | 302 | 142 | 20 | 0 | 30 | 276 | 141 | 47 |
| Binary | 11 | 10100010 | 11000010 | 1100010 | 10000 | 0 | 11000 | 10111110 | 1100001 | 100111 |
Color Harmonies of #03A2C2
Complementary color
Monochromatic Colors of #03A2C2
Black with #03A2C2
Text Example
Text Example
White with #03A2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2C2; }
p { color: rgb(3,162,194); }
H1.HeaderClassName
{
color: #03A2C2;
}
.AnyTagClassName
{
color: #03A2C2;
}
</style>
background-color css
<style>
a { background-color: #03A2C2; }
a { background-color: rgb(3,162,194); }
div.DivClassName
{
background-color: #03A2C2;
}
.BgClassName
{
background-color: #03A2C2;
}
</style>
border-color css
<style>
span { border-color: #03A2C2; }
span { border-color: rgb(3,162,194); }
td.TdClassName
{
border-color: #03A2C2;
}
.TagClassName
{
border-color: #03A2C2;
}
</style>