Shades of Pacific Blue #03A1CD
Tints of Pacific Blue #03A1CD
RGB
CMYK
RGB Variations
Color information
#03A1CD (or 0x03A1CD) is known color: Pacific Blue. HEX triplet: 03, A1 and CD. RGB value is (3,161,205). Sum of RGB (Red+Green+Blue) = 3+161+205=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #03A1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A1CD is #FC5E32. Grayscale: #767676. Windows color (decimal): -16539187 or 13476099. OLE color: 13476099.
HSL color Cylindrical-coordinate representation of color #03A1CD: hue angle of 193.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A1CD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 161 | 205 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.20 |
| HSL | 193.07º | 0.97% | 0.41% | - |
| HSV(B) | 193.07º | 0.99% | 0.8% | - |
| XYZ | 23.8 | 29.92 | 62.28 | - |
| YUV | 118.77 | 176.65 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 161 | 205 | 0.99 | 0.21 | 0 | 0.20 | 193.07 | 0.97 | 0.41 |
| Hex | 3 | A1 | CD | 63 | 15 | 0 | 14 | C1 | 61 | 29 |
| Octal | 3 | 241 | 315 | 143 | 25 | 0 | 24 | 301 | 141 | 51 |
| Binary | 11 | 10100001 | 11001101 | 1100011 | 10101 | 0 | 10100 | 11000001 | 1100001 | 101001 |
Color Harmonies of #03A1CD
Complementary color
Monochromatic Colors of #03A1CD
Black with #03A1CD
Text Example
Text Example
White with #03A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A1CD; }
p { color: rgb(3,161,205); }
H1.HeaderClassName
{
color: #03A1CD;
}
.AnyTagClassName
{
color: #03A1CD;
}
</style>
background-color css
<style>
a { background-color: #03A1CD; }
a { background-color: rgb(3,161,205); }
div.DivClassName
{
background-color: #03A1CD;
}
.BgClassName
{
background-color: #03A1CD;
}
</style>
border-color css
<style>
span { border-color: #03A1CD; }
span { border-color: rgb(3,161,205); }
td.TdClassName
{
border-color: #03A1CD;
}
.TagClassName
{
border-color: #03A1CD;
}
</style>