Shades of Pacific Blue #05A8BC
Tints of Pacific Blue #05A8BC
RGB
CMYK
RGB Variations
Color information
#05A8BC (or 0x05A8BC) is known color: Pacific Blue. HEX triplet: 05, A8 and BC. RGB value is (5,168,188). Sum of RGB (Red+Green+Blue) = 5+168+188=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #05A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A8BC is #FA5743. Grayscale: #797979. Windows color (decimal): -16406340 or 12363781. OLE color: 12363781.
HSL color Cylindrical-coordinate representation of color #05A8BC: hue angle of 186.56º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A8BC is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 168 | 188 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.26 |
| HSL | 186.56º | 0.95% | 0.38% | - |
| HSV(B) | 186.56º | 0.97% | 0.74% | - |
| XYZ | 23.14 | 31.67 | 52.47 | - |
| YUV | 121.54 | 165.5 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 188 | 0.97 | 0.11 | 0 | 0.26 | 186.56 | 0.95 | 0.38 |
| Hex | 5 | A8 | BC | 61 | B | 0 | 1A | BB | 5F | 26 |
| Octal | 5 | 250 | 274 | 141 | 13 | 0 | 32 | 273 | 137 | 46 |
| Binary | 101 | 10101000 | 10111100 | 1100001 | 1011 | 0 | 11010 | 10111011 | 1011111 | 100110 |
Color Harmonies of #05A8BC
Complementary color
Monochromatic Colors of #05A8BC
Black with #05A8BC
Text Example
Text Example
White with #05A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A8BC; }
p { color: rgb(5,168,188); }
H1.HeaderClassName
{
color: #05A8BC;
}
.AnyTagClassName
{
color: #05A8BC;
}
</style>
background-color css
<style>
a { background-color: #05A8BC; }
a { background-color: rgb(5,168,188); }
div.DivClassName
{
background-color: #05A8BC;
}
.BgClassName
{
background-color: #05A8BC;
}
</style>
border-color css
<style>
span { border-color: #05A8BC; }
span { border-color: rgb(5,168,188); }
td.TdClassName
{
border-color: #05A8BC;
}
.TagClassName
{
border-color: #05A8BC;
}
</style>