Shades of Pacific Blue #03A2CE
Tints of Pacific Blue #03A2CE
RGB
CMYK
RGB Variations
Color information
#03A2CE (or 0x03A2CE) is known color: Pacific Blue. HEX triplet: 03, A2 and CE. RGB value is (3,162,206). Sum of RGB (Red+Green+Blue) = 3+162+206=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #03A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2CE is #FC5D31. Grayscale: #777777. Windows color (decimal): -16538930 or 13541891. OLE color: 13541891.
HSL color Cylindrical-coordinate representation of color #03A2CE: hue angle of 193º 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 #03A2CE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 162 | 206 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.19 |
| HSL | 193º | 0.97% | 0.41% | - |
| HSV(B) | 193º | 0.99% | 0.81% | - |
| XYZ | 24.1 | 30.32 | 62.97 | - |
| YUV | 119.48 | 176.82 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 206 | 0.99 | 0.21 | 0 | 0.19 | 193 | 0.97 | 0.41 |
| Hex | 3 | A2 | CE | 63 | 15 | 0 | 13 | C1 | 61 | 29 |
| Octal | 3 | 242 | 316 | 143 | 25 | 0 | 23 | 301 | 141 | 51 |
| Binary | 11 | 10100010 | 11001110 | 1100011 | 10101 | 0 | 10011 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A2CE
Complementary color
Monochromatic Colors of #03A2CE
Black with #03A2CE
Text Example
Text Example
White with #03A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2CE; }
p { color: rgb(3,162,206); }
H1.HeaderClassName
{
color: #03A2CE;
}
.AnyTagClassName
{
color: #03A2CE;
}
</style>
background-color css
<style>
a { background-color: #03A2CE; }
a { background-color: rgb(3,162,206); }
div.DivClassName
{
background-color: #03A2CE;
}
.BgClassName
{
background-color: #03A2CE;
}
</style>
border-color css
<style>
span { border-color: #03A2CE; }
span { border-color: rgb(3,162,206); }
td.TdClassName
{
border-color: #03A2CE;
}
.TagClassName
{
border-color: #03A2CE;
}
</style>