Shades of Pacific Blue #03A2D1
Tints of Pacific Blue #03A2D1
RGB
CMYK
RGB Variations
Color information
#03A2D1 (or 0x03A2D1) is known color: Pacific Blue. HEX triplet: 03, A2 and D1. RGB value is (3,162,209). Sum of RGB (Red+Green+Blue) = 3+162+209=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #03A2D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2D1 is #FC5D2E. Grayscale: #777777. Windows color (decimal): -16538927 or 13738499. OLE color: 13738499.
HSL color Cylindrical-coordinate representation of color #03A2D1: hue angle of 193.69º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A2D1 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 162 | 209 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.18 |
| HSL | 193.69º | 0.97% | 0.42% | - |
| HSV(B) | 193.69º | 0.99% | 0.82% | - |
| XYZ | 24.47 | 30.46 | 64.91 | - |
| YUV | 119.82 | 178.32 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 209 | 0.99 | 0.22 | 0 | 0.18 | 193.69 | 0.97 | 0.42 |
| Hex | 3 | A2 | D1 | 63 | 16 | 0 | 12 | C2 | 61 | 2A |
| Octal | 3 | 242 | 321 | 143 | 26 | 0 | 22 | 302 | 141 | 52 |
| Binary | 11 | 10100010 | 11010001 | 1100011 | 10110 | 0 | 10010 | 11000010 | 1100001 | 101010 |
Color Harmonies of #03A2D1
Complementary color
Monochromatic Colors of #03A2D1
Black with #03A2D1
Text Example
Text Example
White with #03A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2D1; }
p { color: rgb(3,162,209); }
H1.HeaderClassName
{
color: #03A2D1;
}
.AnyTagClassName
{
color: #03A2D1;
}
</style>
background-color css
<style>
a { background-color: #03A2D1; }
a { background-color: rgb(3,162,209); }
div.DivClassName
{
background-color: #03A2D1;
}
.BgClassName
{
background-color: #03A2D1;
}
</style>
border-color css
<style>
span { border-color: #03A2D1; }
span { border-color: rgb(3,162,209); }
td.TdClassName
{
border-color: #03A2D1;
}
.TagClassName
{
border-color: #03A2D1;
}
</style>