Shades of Pacific Blue #059BBC
Tints of Pacific Blue #059BBC
RGB
CMYK
RGB Variations
Color information
#059BBC (or 0x059BBC) is known color: Pacific Blue. HEX triplet: 05, 9B and BC. RGB value is (5,155,188). Sum of RGB (Red+Green+Blue) = 5+155+188=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #059BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BBC is #FA6443. Grayscale: #717171. Windows color (decimal): -16409668 or 12360453. OLE color: 12360453.
HSL color Cylindrical-coordinate representation of color #059BBC: hue angle of 190.82º 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 #059BBC is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 155 | 188 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.26 |
| HSL | 190.82º | 0.95% | 0.38% | - |
| HSV(B) | 190.82º | 0.97% | 0.74% | - |
| XYZ | 20.86 | 27.11 | 51.71 | - |
| YUV | 113.91 | 169.81 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 188 | 0.97 | 0.18 | 0 | 0.26 | 190.82 | 0.95 | 0.38 |
| Hex | 5 | 9B | BC | 61 | 12 | 0 | 1A | BF | 5F | 26 |
| Octal | 5 | 233 | 274 | 141 | 22 | 0 | 32 | 277 | 137 | 46 |
| Binary | 101 | 10011011 | 10111100 | 1100001 | 10010 | 0 | 11010 | 10111111 | 1011111 | 100110 |
Color Harmonies of #059BBC
Complementary color
Monochromatic Colors of #059BBC
Black with #059BBC
Text Example
Text Example
White with #059BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BBC; }
p { color: rgb(5,155,188); }
H1.HeaderClassName
{
color: #059BBC;
}
.AnyTagClassName
{
color: #059BBC;
}
</style>
background-color css
<style>
a { background-color: #059BBC; }
a { background-color: rgb(5,155,188); }
div.DivClassName
{
background-color: #059BBC;
}
.BgClassName
{
background-color: #059BBC;
}
</style>
border-color css
<style>
span { border-color: #059BBC; }
span { border-color: rgb(5,155,188); }
td.TdClassName
{
border-color: #059BBC;
}
.TagClassName
{
border-color: #059BBC;
}
</style>