Shades of Pacific Blue #05A8BB
Tints of Pacific Blue #05A8BB
RGB
CMYK
RGB Variations
Color information
#05A8BB (or 0x05A8BB) is known color: Pacific Blue. HEX triplet: 05, A8 and BB. RGB value is (5,168,187). Sum of RGB (Red+Green+Blue) = 5+168+187=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #05A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A8BB is #FA5744. Grayscale: #797979. Windows color (decimal): -16406341 or 12298245. OLE color: 12298245.
HSL color Cylindrical-coordinate representation of color #05A8BB: hue angle of 186.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A8BB is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 168 | 187 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.27 |
| HSL | 186.26º | 0.95% | 0.38% | - |
| HSV(B) | 186.26º | 0.97% | 0.73% | - |
| XYZ | 23.03 | 31.63 | 51.9 | - |
| YUV | 121.43 | 165 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 187 | 0.97 | 0.10 | 0 | 0.27 | 186.26 | 0.95 | 0.38 |
| Hex | 5 | A8 | BB | 61 | A | 0 | 1B | BA | 5F | 26 |
| Octal | 5 | 250 | 273 | 141 | 12 | 0 | 33 | 272 | 137 | 46 |
| Binary | 101 | 10101000 | 10111011 | 1100001 | 1010 | 0 | 11011 | 10111010 | 1011111 | 100110 |
Color Harmonies of #05A8BB
Complementary color
Monochromatic Colors of #05A8BB
Black with #05A8BB
Text Example
Text Example
White with #05A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A8BB; }
p { color: rgb(5,168,187); }
H1.HeaderClassName
{
color: #05A8BB;
}
.AnyTagClassName
{
color: #05A8BB;
}
</style>
background-color css
<style>
a { background-color: #05A8BB; }
a { background-color: rgb(5,168,187); }
div.DivClassName
{
background-color: #05A8BB;
}
.BgClassName
{
background-color: #05A8BB;
}
</style>
border-color css
<style>
span { border-color: #05A8BB; }
span { border-color: rgb(5,168,187); }
td.TdClassName
{
border-color: #05A8BB;
}
.TagClassName
{
border-color: #05A8BB;
}
</style>