Shades of Pacific Blue #059CC0
Tints of Pacific Blue #059CC0
RGB
CMYK
RGB Variations
Color information
#059CC0 (or 0x059CC0) is known color: Pacific Blue. HEX triplet: 05, 9C and C0. RGB value is (5,156,192). Sum of RGB (Red+Green+Blue) = 5+156+192=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #059CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CC0 is #FA633F. Grayscale: #727272. Windows color (decimal): -16409408 or 12622853. OLE color: 12622853.
HSL color Cylindrical-coordinate representation of color #059CC0: hue angle of 191.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059CC0 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 156 | 192 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.25 |
| HSL | 191.55º | 0.95% | 0.39% | - |
| HSV(B) | 191.55º | 0.97% | 0.75% | - |
| XYZ | 21.47 | 27.61 | 54.07 | - |
| YUV | 114.96 | 171.47 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 192 | 0.97 | 0.19 | 0 | 0.25 | 191.55 | 0.95 | 0.39 |
| Hex | 5 | 9C | C0 | 61 | 13 | 0 | 19 | C0 | 5F | 27 |
| Octal | 5 | 234 | 300 | 141 | 23 | 0 | 31 | 300 | 137 | 47 |
| Binary | 101 | 10011100 | 11000000 | 1100001 | 10011 | 0 | 11001 | 11000000 | 1011111 | 100111 |
Color Harmonies of #059CC0
Complementary color
Monochromatic Colors of #059CC0
Black with #059CC0
Text Example
Text Example
White with #059CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CC0; }
p { color: rgb(5,156,192); }
H1.HeaderClassName
{
color: #059CC0;
}
.AnyTagClassName
{
color: #059CC0;
}
</style>
background-color css
<style>
a { background-color: #059CC0; }
a { background-color: rgb(5,156,192); }
div.DivClassName
{
background-color: #059CC0;
}
.BgClassName
{
background-color: #059CC0;
}
</style>
border-color css
<style>
span { border-color: #059CC0; }
span { border-color: rgb(5,156,192); }
td.TdClassName
{
border-color: #059CC0;
}
.TagClassName
{
border-color: #059CC0;
}
</style>