Shades of Pacific Blue #05A0BC
Tints of Pacific Blue #05A0BC
RGB
CMYK
RGB Variations
Color information
#05A0BC (or 0x05A0BC) is known color: Pacific Blue. HEX triplet: 05, A0 and BC. RGB value is (5,160,188). Sum of RGB (Red+Green+Blue) = 5+160+188=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #05A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0BC is #FA5F43. Grayscale: #747474. Windows color (decimal): -16408388 or 12361733. OLE color: 12361733.
HSL color Cylindrical-coordinate representation of color #05A0BC: hue angle of 189.18º 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 #05A0BC is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 160 | 188 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.26 |
| HSL | 189.18º | 0.95% | 0.38% | - |
| HSV(B) | 189.18º | 0.97% | 0.74% | - |
| XYZ | 21.71 | 28.8 | 51.99 | - |
| YUV | 116.85 | 168.15 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 188 | 0.97 | 0.15 | 0 | 0.26 | 189.18 | 0.95 | 0.38 |
| Hex | 5 | A0 | BC | 61 | F | 0 | 1A | BD | 5F | 26 |
| Octal | 5 | 240 | 274 | 141 | 17 | 0 | 32 | 275 | 137 | 46 |
| Binary | 101 | 10100000 | 10111100 | 1100001 | 1111 | 0 | 11010 | 10111101 | 1011111 | 100110 |
Color Harmonies of #05A0BC
Complementary color
Monochromatic Colors of #05A0BC
Black with #05A0BC
Text Example
Text Example
White with #05A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0BC; }
p { color: rgb(5,160,188); }
H1.HeaderClassName
{
color: #05A0BC;
}
.AnyTagClassName
{
color: #05A0BC;
}
</style>
background-color css
<style>
a { background-color: #05A0BC; }
a { background-color: rgb(5,160,188); }
div.DivClassName
{
background-color: #05A0BC;
}
.BgClassName
{
background-color: #05A0BC;
}
</style>
border-color css
<style>
span { border-color: #05A0BC; }
span { border-color: rgb(5,160,188); }
td.TdClassName
{
border-color: #05A0BC;
}
.TagClassName
{
border-color: #05A0BC;
}
</style>