Shades of Pacific Blue #059EC6
Tints of Pacific Blue #059EC6
RGB
CMYK
RGB Variations
Color information
#059EC6 (or 0x059EC6) is known color: Pacific Blue. HEX triplet: 05, 9E and C6. RGB value is (5,158,198). Sum of RGB (Red+Green+Blue) = 5+158+198=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #059EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EC6 is #FA6139. Grayscale: #747474. Windows color (decimal): -16408890 or 13016581. OLE color: 13016581.
HSL color Cylindrical-coordinate representation of color #059EC6: hue angle of 192.44º 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 #059EC6 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 158 | 198 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.22 |
| HSL | 192.44º | 0.95% | 0.4% | - |
| HSV(B) | 192.44º | 0.97% | 0.78% | - |
| XYZ | 22.48 | 28.56 | 57.75 | - |
| YUV | 116.81 | 173.81 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 198 | 0.97 | 0.20 | 0 | 0.22 | 192.44 | 0.95 | 0.4 |
| Hex | 5 | 9E | C6 | 61 | 14 | 0 | 16 | C0 | 5F | 28 |
| Octal | 5 | 236 | 306 | 141 | 24 | 0 | 26 | 300 | 137 | 50 |
| Binary | 101 | 10011110 | 11000110 | 1100001 | 10100 | 0 | 10110 | 11000000 | 1011111 | 101000 |
Color Harmonies of #059EC6
Complementary color
Monochromatic Colors of #059EC6
Black with #059EC6
Text Example
Text Example
White with #059EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EC6; }
p { color: rgb(5,158,198); }
H1.HeaderClassName
{
color: #059EC6;
}
.AnyTagClassName
{
color: #059EC6;
}
</style>
background-color css
<style>
a { background-color: #059EC6; }
a { background-color: rgb(5,158,198); }
div.DivClassName
{
background-color: #059EC6;
}
.BgClassName
{
background-color: #059EC6;
}
</style>
border-color css
<style>
span { border-color: #059EC6; }
span { border-color: rgb(5,158,198); }
td.TdClassName
{
border-color: #059EC6;
}
.TagClassName
{
border-color: #059EC6;
}
</style>