Shades of Pacific Blue #03A5CE
Tints of Pacific Blue #03A5CE
RGB
CMYK
RGB Variations
Color information
#03A5CE (or 0x03A5CE) is known color: Pacific Blue. HEX triplet: 03, A5 and CE. RGB value is (3,165,206). Sum of RGB (Red+Green+Blue) = 3+165+206=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #03A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5CE is #FC5A31. Grayscale: #787878. Windows color (decimal): -16538162 or 13542659. OLE color: 13542659.
HSL color Cylindrical-coordinate representation of color #03A5CE: hue angle of 192.12º 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 #03A5CE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 165 | 206 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.19 |
| HSL | 192.12º | 0.97% | 0.41% | - |
| HSV(B) | 192.12º | 0.99% | 0.81% | - |
| XYZ | 24.63 | 31.39 | 63.15 | - |
| YUV | 121.24 | 175.83 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 206 | 0.99 | 0.20 | 0 | 0.19 | 192.12 | 0.97 | 0.41 |
| Hex | 3 | A5 | CE | 63 | 14 | 0 | 13 | C0 | 61 | 29 |
| Octal | 3 | 245 | 316 | 143 | 24 | 0 | 23 | 300 | 141 | 51 |
| Binary | 11 | 10100101 | 11001110 | 1100011 | 10100 | 0 | 10011 | 11000000 | 1100001 | 101001 |
Color Harmonies of #03A5CE
Complementary color
Monochromatic Colors of #03A5CE
Black with #03A5CE
Text Example
Text Example
White with #03A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A5CE; }
p { color: rgb(3,165,206); }
H1.HeaderClassName
{
color: #03A5CE;
}
.AnyTagClassName
{
color: #03A5CE;
}
</style>
background-color css
<style>
a { background-color: #03A5CE; }
a { background-color: rgb(3,165,206); }
div.DivClassName
{
background-color: #03A5CE;
}
.BgClassName
{
background-color: #03A5CE;
}
</style>
border-color css
<style>
span { border-color: #03A5CE; }
span { border-color: rgb(3,165,206); }
td.TdClassName
{
border-color: #03A5CE;
}
.TagClassName
{
border-color: #03A5CE;
}
</style>