Shades of Pacific Blue #05A0E5
Tints of Pacific Blue #05A0E5
RGB
CMYK
RGB Variations
Color information
#05A0E5 (or 0x05A0E5) is known color: Pacific Blue. HEX triplet: 05, A0 and E5. RGB value is (5,160,229). Sum of RGB (Red+Green+Blue) = 5+160+229=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #05A0E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0E5 is #FA5F1A. Grayscale: #797979. Windows color (decimal): -16408347 or 15048709. OLE color: 15048709.
HSL color Cylindrical-coordinate representation of color #05A0E5: hue angle of 198.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A0E5 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 160 | 229 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.10 |
| HSL | 198.48º | 0.96% | 0.46% | - |
| HSV(B) | 198.48º | 0.98% | 0.9% | - |
| XYZ | 26.78 | 30.83 | 78.67 | - |
| YUV | 121.52 | 188.65 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 229 | 0.98 | 0.30 | 0 | 0.10 | 198.48 | 0.96 | 0.46 |
| Hex | 5 | A0 | E5 | 62 | 1E | 0 | A | C6 | 60 | 2E |
| Octal | 5 | 240 | 345 | 142 | 36 | 0 | 12 | 306 | 140 | 56 |
| Binary | 101 | 10100000 | 11100101 | 1100010 | 11110 | 0 | 1010 | 11000110 | 1100000 | 101110 |
Color Harmonies of #05A0E5
Complementary color
Monochromatic Colors of #05A0E5
Black with #05A0E5
Text Example
Text Example
White with #05A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0E5; }
p { color: rgb(5,160,229); }
H1.HeaderClassName
{
color: #05A0E5;
}
.AnyTagClassName
{
color: #05A0E5;
}
</style>
background-color css
<style>
a { background-color: #05A0E5; }
a { background-color: rgb(5,160,229); }
div.DivClassName
{
background-color: #05A0E5;
}
.BgClassName
{
background-color: #05A0E5;
}
</style>
border-color css
<style>
span { border-color: #05A0E5; }
span { border-color: rgb(5,160,229); }
td.TdClassName
{
border-color: #05A0E5;
}
.TagClassName
{
border-color: #05A0E5;
}
</style>