Shades of Pacific Blue #05A2E5
Tints of Pacific Blue #05A2E5
RGB
CMYK
RGB Variations
Color information
#05A2E5 (or 0x05A2E5) is known color: Pacific Blue. HEX triplet: 05, A2 and E5. RGB value is (5,162,229). Sum of RGB (Red+Green+Blue) = 5+162+229=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #05A2E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A2E5 is #FA5D1A. Grayscale: #7A7A7A. Windows color (decimal): -16407835 or 15049221. OLE color: 15049221.
HSL color Cylindrical-coordinate representation of color #05A2E5: hue angle of 197.95º 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 #05A2E5 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 162 | 229 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.10 |
| HSL | 197.95º | 0.96% | 0.46% | - |
| HSV(B) | 197.95º | 0.98% | 0.9% | - |
| XYZ | 27.13 | 31.53 | 78.78 | - |
| YUV | 122.7 | 187.99 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 229 | 0.98 | 0.29 | 0 | 0.10 | 197.95 | 0.96 | 0.46 |
| Hex | 5 | A2 | E5 | 62 | 1D | 0 | A | C6 | 60 | 2E |
| Octal | 5 | 242 | 345 | 142 | 35 | 0 | 12 | 306 | 140 | 56 |
| Binary | 101 | 10100010 | 11100101 | 1100010 | 11101 | 0 | 1010 | 11000110 | 1100000 | 101110 |
Color Harmonies of #05A2E5
Complementary color
Monochromatic Colors of #05A2E5
Black with #05A2E5
Text Example
Text Example
White with #05A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A2E5; }
p { color: rgb(5,162,229); }
H1.HeaderClassName
{
color: #05A2E5;
}
.AnyTagClassName
{
color: #05A2E5;
}
</style>
background-color css
<style>
a { background-color: #05A2E5; }
a { background-color: rgb(5,162,229); }
div.DivClassName
{
background-color: #05A2E5;
}
.BgClassName
{
background-color: #05A2E5;
}
</style>
border-color css
<style>
span { border-color: #05A2E5; }
span { border-color: rgb(5,162,229); }
td.TdClassName
{
border-color: #05A2E5;
}
.TagClassName
{
border-color: #05A2E5;
}
</style>