Shades of Pacific Blue #05A0DC
Tints of Pacific Blue #05A0DC
RGB
CMYK
RGB Variations
Color information
#05A0DC (or 0x05A0DC) is known color: Pacific Blue. HEX triplet: 05, A0 and DC. RGB value is (5,160,220). Sum of RGB (Red+Green+Blue) = 5+160+220=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #05A0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0DC is #FA5F23. Grayscale: #787878. Windows color (decimal): -16408356 or 14458885. OLE color: 14458885.
HSL color Cylindrical-coordinate representation of color #05A0DC: hue angle of 196.74º 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 #05A0DC is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 160 | 220 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.14 |
| HSL | 196.74º | 0.96% | 0.44% | - |
| HSV(B) | 196.74º | 0.98% | 0.86% | - |
| XYZ | 25.55 | 30.34 | 72.22 | - |
| YUV | 120.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 220 | 0.98 | 0.27 | 0 | 0.14 | 196.74 | 0.96 | 0.44 |
| Hex | 5 | A0 | DC | 62 | 1B | 0 | E | C5 | 60 | 2C |
| Octal | 5 | 240 | 334 | 142 | 33 | 0 | 16 | 305 | 140 | 54 |
| Binary | 101 | 10100000 | 11011100 | 1100010 | 11011 | 0 | 1110 | 11000101 | 1100000 | 101100 |
Color Harmonies of #05A0DC
Complementary color
Monochromatic Colors of #05A0DC
Black with #05A0DC
Text Example
Text Example
White with #05A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0DC; }
p { color: rgb(5,160,220); }
H1.HeaderClassName
{
color: #05A0DC;
}
.AnyTagClassName
{
color: #05A0DC;
}
</style>
background-color css
<style>
a { background-color: #05A0DC; }
a { background-color: rgb(5,160,220); }
div.DivClassName
{
background-color: #05A0DC;
}
.BgClassName
{
background-color: #05A0DC;
}
</style>
border-color css
<style>
span { border-color: #05A0DC; }
span { border-color: rgb(5,160,220); }
td.TdClassName
{
border-color: #05A0DC;
}
.TagClassName
{
border-color: #05A0DC;
}
</style>