Shades of Pacific Blue #03A5DB
Tints of Pacific Blue #03A5DB
RGB
CMYK
RGB Variations
Color information
#03A5DB (or 0x03A5DB) is known color: Pacific Blue. HEX triplet: 03, A5 and DB. RGB value is (3,165,219). Sum of RGB (Red+Green+Blue) = 3+165+219=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #03A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A5DB is #FC5A24. Grayscale: #7A7A7A. Windows color (decimal): -16538149 or 14394627. OLE color: 14394627.
HSL color Cylindrical-coordinate representation of color #03A5DB: hue angle of 195º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A5DB is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 165 | 219 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.14 |
| HSL | 195º | 0.97% | 0.44% | - |
| HSV(B) | 195º | 0.99% | 0.86% | - |
| XYZ | 26.28 | 32.04 | 71.82 | - |
| YUV | 122.72 | 182.33 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 219 | 0.99 | 0.25 | 0 | 0.14 | 195 | 0.97 | 0.44 |
| Hex | 3 | A5 | DB | 63 | 19 | 0 | E | C3 | 61 | 2C |
| Octal | 3 | 245 | 333 | 143 | 31 | 0 | 16 | 303 | 141 | 54 |
| Binary | 11 | 10100101 | 11011011 | 1100011 | 11001 | 0 | 1110 | 11000011 | 1100001 | 101100 |
Color Harmonies of #03A5DB
Complementary color
Monochromatic Colors of #03A5DB
Black with #03A5DB
Text Example
Text Example
White with #03A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A5DB; }
p { color: rgb(3,165,219); }
H1.HeaderClassName
{
color: #03A5DB;
}
.AnyTagClassName
{
color: #03A5DB;
}
</style>
background-color css
<style>
a { background-color: #03A5DB; }
a { background-color: rgb(3,165,219); }
div.DivClassName
{
background-color: #03A5DB;
}
.BgClassName
{
background-color: #03A5DB;
}
</style>
border-color css
<style>
span { border-color: #03A5DB; }
span { border-color: rgb(3,165,219); }
td.TdClassName
{
border-color: #03A5DB;
}
.TagClassName
{
border-color: #03A5DB;
}
</style>