Shades of Pacific Blue #03A5CA
Tints of Pacific Blue #03A5CA
RGB
CMYK
RGB Variations
Color information
#03A5CA (or 0x03A5CA) is known color: Pacific Blue. HEX triplet: 03, A5 and CA. RGB value is (3,165,202). Sum of RGB (Red+Green+Blue) = 3+165+202=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #03A5CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5CA is #FC5A35. Grayscale: #787878. Windows color (decimal): -16538166 or 13280515. OLE color: 13280515.
HSL color Cylindrical-coordinate representation of color #03A5CA: hue angle of 191.16º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A5CA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 165 | 202 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.21 |
| HSL | 191.16º | 0.97% | 0.4% | - |
| HSV(B) | 191.16º | 0.99% | 0.79% | - |
| XYZ | 24.15 | 31.19 | 60.63 | - |
| YUV | 120.78 | 173.83 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 202 | 0.99 | 0.18 | 0 | 0.21 | 191.16 | 0.97 | 0.4 |
| Hex | 3 | A5 | CA | 63 | 12 | 0 | 15 | BF | 61 | 28 |
| Octal | 3 | 245 | 312 | 143 | 22 | 0 | 25 | 277 | 141 | 50 |
| Binary | 11 | 10100101 | 11001010 | 1100011 | 10010 | 0 | 10101 | 10111111 | 1100001 | 101000 |
Color Harmonies of #03A5CA
Complementary color
Monochromatic Colors of #03A5CA
Black with #03A5CA
Text Example
Text Example
White with #03A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A5CA; }
p { color: rgb(3,165,202); }
H1.HeaderClassName
{
color: #03A5CA;
}
.AnyTagClassName
{
color: #03A5CA;
}
</style>
background-color css
<style>
a { background-color: #03A5CA; }
a { background-color: rgb(3,165,202); }
div.DivClassName
{
background-color: #03A5CA;
}
.BgClassName
{
background-color: #03A5CA;
}
</style>
border-color css
<style>
span { border-color: #03A5CA; }
span { border-color: rgb(3,165,202); }
td.TdClassName
{
border-color: #03A5CA;
}
.TagClassName
{
border-color: #03A5CA;
}
</style>