Shades of Pacific Blue #05A2DC
Tints of Pacific Blue #05A2DC
RGB
CMYK
RGB Variations
Color information
#05A2DC (or 0x05A2DC) is known color: Pacific Blue. HEX triplet: 05, A2 and DC. RGB value is (5,162,220). Sum of RGB (Red+Green+Blue) = 5+162+220=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #05A2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A2DC is #FA5D23. Grayscale: #797979. Windows color (decimal): -16407844 or 14459397. OLE color: 14459397.
HSL color Cylindrical-coordinate representation of color #05A2DC: hue angle of 196.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A2DC is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 162 | 220 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.14 |
| HSL | 196.19º | 0.96% | 0.44% | - |
| HSV(B) | 196.19º | 0.98% | 0.86% | - |
| XYZ | 25.9 | 31.04 | 72.34 | - |
| YUV | 121.67 | 183.49 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 220 | 0.98 | 0.26 | 0 | 0.14 | 196.19 | 0.96 | 0.44 |
| Hex | 5 | A2 | DC | 62 | 1A | 0 | E | C4 | 60 | 2C |
| Octal | 5 | 242 | 334 | 142 | 32 | 0 | 16 | 304 | 140 | 54 |
| Binary | 101 | 10100010 | 11011100 | 1100010 | 11010 | 0 | 1110 | 11000100 | 1100000 | 101100 |
Color Harmonies of #05A2DC
Complementary color
Monochromatic Colors of #05A2DC
Black with #05A2DC
Text Example
Text Example
White with #05A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A2DC; }
p { color: rgb(5,162,220); }
H1.HeaderClassName
{
color: #05A2DC;
}
.AnyTagClassName
{
color: #05A2DC;
}
</style>
background-color css
<style>
a { background-color: #05A2DC; }
a { background-color: rgb(5,162,220); }
div.DivClassName
{
background-color: #05A2DC;
}
.BgClassName
{
background-color: #05A2DC;
}
</style>
border-color css
<style>
span { border-color: #05A2DC; }
span { border-color: rgb(5,162,220); }
td.TdClassName
{
border-color: #05A2DC;
}
.TagClassName
{
border-color: #05A2DC;
}
</style>