Shades of Pacific Blue #05A7D9
Tints of Pacific Blue #05A7D9
RGB
CMYK
RGB Variations
Color information
#05A7D9 (or 0x05A7D9) is known color: Pacific Blue. HEX triplet: 05, A7 and D9. RGB value is (5,167,217). Sum of RGB (Red+Green+Blue) = 5+167+217=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #05A7D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A7D9 is #FA5826. Grayscale: #7B7B7B. Windows color (decimal): -16406567 or 14264069. OLE color: 14264069.
HSL color Cylindrical-coordinate representation of color #05A7D9: hue angle of 194.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A7D9 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 167 | 217 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.15 |
| HSL | 194.15º | 0.95% | 0.44% | - |
| HSV(B) | 194.15º | 0.98% | 0.85% | - |
| XYZ | 26.41 | 32.68 | 70.56 | - |
| YUV | 124.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 167 | 217 | 0.98 | 0.23 | 0 | 0.15 | 194.15 | 0.95 | 0.44 |
| Hex | 5 | A7 | D9 | 62 | 17 | 0 | F | C2 | 5F | 2C |
| Octal | 5 | 247 | 331 | 142 | 27 | 0 | 17 | 302 | 137 | 54 |
| Binary | 101 | 10100111 | 11011001 | 1100010 | 10111 | 0 | 1111 | 11000010 | 1011111 | 101100 |
Color Harmonies of #05A7D9
Complementary color
Monochromatic Colors of #05A7D9
Black with #05A7D9
Text Example
Text Example
White with #05A7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A7D9; }
p { color: rgb(5,167,217); }
H1.HeaderClassName
{
color: #05A7D9;
}
.AnyTagClassName
{
color: #05A7D9;
}
</style>
background-color css
<style>
a { background-color: #05A7D9; }
a { background-color: rgb(5,167,217); }
div.DivClassName
{
background-color: #05A7D9;
}
.BgClassName
{
background-color: #05A7D9;
}
</style>
border-color css
<style>
span { border-color: #05A7D9; }
span { border-color: rgb(5,167,217); }
td.TdClassName
{
border-color: #05A7D9;
}
.TagClassName
{
border-color: #05A7D9;
}
</style>