Shades of Pacific Blue #05A7DB
Tints of Pacific Blue #05A7DB
RGB
CMYK
RGB Variations
Color information
#05A7DB (or 0x05A7DB) is known color: Pacific Blue. HEX triplet: 05, A7 and DB. RGB value is (5,167,219). Sum of RGB (Red+Green+Blue) = 5+167+219=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #05A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A7DB is #FA5824. Grayscale: #7C7C7C. Windows color (decimal): -16406565 or 14395141. OLE color: 14395141.
HSL color Cylindrical-coordinate representation of color #05A7DB: hue angle of 194.58º 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 #05A7DB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 167 | 219 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.14 |
| HSL | 194.58º | 0.96% | 0.44% | - |
| HSV(B) | 194.58º | 0.98% | 0.86% | - |
| XYZ | 26.67 | 32.78 | 71.94 | - |
| YUV | 124.49 | 181.33 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 167 | 219 | 0.98 | 0.24 | 0 | 0.14 | 194.58 | 0.96 | 0.44 |
| Hex | 5 | A7 | DB | 62 | 18 | 0 | E | C3 | 60 | 2C |
| Octal | 5 | 247 | 333 | 142 | 30 | 0 | 16 | 303 | 140 | 54 |
| Binary | 101 | 10100111 | 11011011 | 1100010 | 11000 | 0 | 1110 | 11000011 | 1100000 | 101100 |
Color Harmonies of #05A7DB
Complementary color
Monochromatic Colors of #05A7DB
Black with #05A7DB
Text Example
Text Example
White with #05A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A7DB; }
p { color: rgb(5,167,219); }
H1.HeaderClassName
{
color: #05A7DB;
}
.AnyTagClassName
{
color: #05A7DB;
}
</style>
background-color css
<style>
a { background-color: #05A7DB; }
a { background-color: rgb(5,167,219); }
div.DivClassName
{
background-color: #05A7DB;
}
.BgClassName
{
background-color: #05A7DB;
}
</style>
border-color css
<style>
span { border-color: #05A7DB; }
span { border-color: rgb(5,167,219); }
td.TdClassName
{
border-color: #05A7DB;
}
.TagClassName
{
border-color: #05A7DB;
}
</style>