Shades of Pacific Blue #059BCC
Tints of Pacific Blue #059BCC
RGB
CMYK
RGB Variations
Color information
#059BCC (or 0x059BCC) is known color: Pacific Blue. HEX triplet: 05, 9B and CC. RGB value is (5,155,204). Sum of RGB (Red+Green+Blue) = 5+155+204=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #059BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCC is #FA6433. Grayscale: #737373. Windows color (decimal): -16409652 or 13409029. OLE color: 13409029.
HSL color Cylindrical-coordinate representation of color #059BCC: hue angle of 194.77º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BCC is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 155 | 204 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.2 |
| HSL | 194.77º | 0.95% | 0.41% | - |
| HSV(B) | 194.77º | 0.98% | 0.8% | - |
| XYZ | 22.68 | 27.83 | 61.3 | - |
| YUV | 115.74 | 177.81 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 204 | 0.98 | 0.24 | 0 | 0.2 | 194.77 | 0.95 | 0.41 |
| Hex | 5 | 9B | CC | 62 | 18 | 0 | 14 | C3 | 5F | 29 |
| Octal | 5 | 233 | 314 | 142 | 30 | 0 | 24 | 303 | 137 | 51 |
| Binary | 101 | 10011011 | 11001100 | 1100010 | 11000 | 0 | 10100 | 11000011 | 1011111 | 101001 |
Color Harmonies of #059BCC
Complementary color
Monochromatic Colors of #059BCC
Black with #059BCC
Text Example
Text Example
White with #059BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BCC; }
p { color: rgb(5,155,204); }
H1.HeaderClassName
{
color: #059BCC;
}
.AnyTagClassName
{
color: #059BCC;
}
</style>
background-color css
<style>
a { background-color: #059BCC; }
a { background-color: rgb(5,155,204); }
div.DivClassName
{
background-color: #059BCC;
}
.BgClassName
{
background-color: #059BCC;
}
</style>
border-color css
<style>
span { border-color: #059BCC; }
span { border-color: rgb(5,155,204); }
td.TdClassName
{
border-color: #059BCC;
}
.TagClassName
{
border-color: #059BCC;
}
</style>