Shades of Pacific Blue #059BC6
Tints of Pacific Blue #059BC6
RGB
CMYK
RGB Variations
Color information
#059BC6 (or 0x059BC6) is known color: Pacific Blue. HEX triplet: 05, 9B and C6. RGB value is (5,155,198). Sum of RGB (Red+Green+Blue) = 5+155+198=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #059BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BC6 is #FA6439. Grayscale: #727272. Windows color (decimal): -16409658 or 13015813. OLE color: 13015813.
HSL color Cylindrical-coordinate representation of color #059BC6: hue angle of 193.37º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BC6 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 155 | 198 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.22 |
| HSL | 193.37º | 0.95% | 0.4% | - |
| HSV(B) | 193.37º | 0.97% | 0.78% | - |
| XYZ | 21.98 | 27.55 | 57.59 | - |
| YUV | 115.05 | 174.81 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 198 | 0.97 | 0.22 | 0 | 0.22 | 193.37 | 0.95 | 0.4 |
| Hex | 5 | 9B | C6 | 61 | 16 | 0 | 16 | C1 | 5F | 28 |
| Octal | 5 | 233 | 306 | 141 | 26 | 0 | 26 | 301 | 137 | 50 |
| Binary | 101 | 10011011 | 11000110 | 1100001 | 10110 | 0 | 10110 | 11000001 | 1011111 | 101000 |
Color Harmonies of #059BC6
Complementary color
Monochromatic Colors of #059BC6
Black with #059BC6
Text Example
Text Example
White with #059BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BC6; }
p { color: rgb(5,155,198); }
H1.HeaderClassName
{
color: #059BC6;
}
.AnyTagClassName
{
color: #059BC6;
}
</style>
background-color css
<style>
a { background-color: #059BC6; }
a { background-color: rgb(5,155,198); }
div.DivClassName
{
background-color: #059BC6;
}
.BgClassName
{
background-color: #059BC6;
}
</style>
border-color css
<style>
span { border-color: #059BC6; }
span { border-color: rgb(5,155,198); }
td.TdClassName
{
border-color: #059BC6;
}
.TagClassName
{
border-color: #059BC6;
}
</style>