Shades of Pacific Blue #05A0DB
Tints of Pacific Blue #05A0DB
RGB
CMYK
RGB Variations
Color information
#05A0DB (or 0x05A0DB) is known color: Pacific Blue. HEX triplet: 05, A0 and DB. RGB value is (5,160,219). Sum of RGB (Red+Green+Blue) = 5+160+219=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #05A0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0DB is #FA5F24. Grayscale: #777777. Windows color (decimal): -16408357 or 14393349. OLE color: 14393349.
HSL color Cylindrical-coordinate representation of color #05A0DB: hue angle of 196.54º 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 #05A0DB is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 160 | 219 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.14 |
| HSL | 196.54º | 0.96% | 0.44% | - |
| HSV(B) | 196.54º | 0.98% | 0.86% | - |
| XYZ | 25.42 | 30.29 | 71.52 | - |
| YUV | 120.38 | 183.65 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 219 | 0.98 | 0.27 | 0 | 0.14 | 196.54 | 0.96 | 0.44 |
| Hex | 5 | A0 | DB | 62 | 1B | 0 | E | C5 | 60 | 2C |
| Octal | 5 | 240 | 333 | 142 | 33 | 0 | 16 | 305 | 140 | 54 |
| Binary | 101 | 10100000 | 11011011 | 1100010 | 11011 | 0 | 1110 | 11000101 | 1100000 | 101100 |
Color Harmonies of #05A0DB
Complementary color
Monochromatic Colors of #05A0DB
Black with #05A0DB
Text Example
Text Example
White with #05A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0DB; }
p { color: rgb(5,160,219); }
H1.HeaderClassName
{
color: #05A0DB;
}
.AnyTagClassName
{
color: #05A0DB;
}
</style>
background-color css
<style>
a { background-color: #05A0DB; }
a { background-color: rgb(5,160,219); }
div.DivClassName
{
background-color: #05A0DB;
}
.BgClassName
{
background-color: #05A0DB;
}
</style>
border-color css
<style>
span { border-color: #05A0DB; }
span { border-color: rgb(5,160,219); }
td.TdClassName
{
border-color: #05A0DB;
}
.TagClassName
{
border-color: #05A0DB;
}
</style>