Shades of Pacific Blue #05A6DB
Tints of Pacific Blue #05A6DB
RGB
CMYK
RGB Variations
Color information
#05A6DB (or 0x05A6DB) is known color: Pacific Blue. HEX triplet: 05, A6 and DB. RGB value is (5,166,219). Sum of RGB (Red+Green+Blue) = 5+166+219=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #05A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6DB is #FA5924. Grayscale: #7B7B7B. Windows color (decimal): -16406821 or 14394885. OLE color: 14394885.
HSL color Cylindrical-coordinate representation of color #05A6DB: hue angle of 194.86º 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 #05A6DB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 166 | 219 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.14 |
| HSL | 194.86º | 0.96% | 0.44% | - |
| HSV(B) | 194.86º | 0.98% | 0.86% | - |
| XYZ | 26.48 | 32.42 | 71.88 | - |
| YUV | 123.9 | 181.66 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 219 | 0.98 | 0.24 | 0 | 0.14 | 194.86 | 0.96 | 0.44 |
| Hex | 5 | A6 | DB | 62 | 18 | 0 | E | C3 | 60 | 2C |
| Octal | 5 | 246 | 333 | 142 | 30 | 0 | 16 | 303 | 140 | 54 |
| Binary | 101 | 10100110 | 11011011 | 1100010 | 11000 | 0 | 1110 | 11000011 | 1100000 | 101100 |
Color Harmonies of #05A6DB
Complementary color
Monochromatic Colors of #05A6DB
Black with #05A6DB
Text Example
Text Example
White with #05A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6DB; }
p { color: rgb(5,166,219); }
H1.HeaderClassName
{
color: #05A6DB;
}
.AnyTagClassName
{
color: #05A6DB;
}
</style>
background-color css
<style>
a { background-color: #05A6DB; }
a { background-color: rgb(5,166,219); }
div.DivClassName
{
background-color: #05A6DB;
}
.BgClassName
{
background-color: #05A6DB;
}
</style>
border-color css
<style>
span { border-color: #05A6DB; }
span { border-color: rgb(5,166,219); }
td.TdClassName
{
border-color: #05A6DB;
}
.TagClassName
{
border-color: #05A6DB;
}
</style>