Shades of Pacific Blue #059EC9
Tints of Pacific Blue #059EC9
RGB
CMYK
RGB Variations
Color information
#059EC9 (or 0x059EC9) is known color: Pacific Blue. HEX triplet: 05, 9E and C9. RGB value is (5,158,201). Sum of RGB (Red+Green+Blue) = 5+158+201=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #059EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EC9 is #FA6136. Grayscale: #747474. Windows color (decimal): -16408887 or 13213189. OLE color: 13213189.
HSL color Cylindrical-coordinate representation of color #059EC9: hue angle of 193.16º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EC9 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 158 | 201 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.21 |
| HSL | 193.16º | 0.95% | 0.4% | - |
| HSV(B) | 193.16º | 0.98% | 0.79% | - |
| XYZ | 22.83 | 28.7 | 59.6 | - |
| YUV | 117.16 | 175.31 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 201 | 0.98 | 0.21 | 0 | 0.21 | 193.16 | 0.95 | 0.4 |
| Hex | 5 | 9E | C9 | 62 | 15 | 0 | 15 | C1 | 5F | 28 |
| Octal | 5 | 236 | 311 | 142 | 25 | 0 | 25 | 301 | 137 | 50 |
| Binary | 101 | 10011110 | 11001001 | 1100010 | 10101 | 0 | 10101 | 11000001 | 1011111 | 101000 |
Color Harmonies of #059EC9
Complementary color
Monochromatic Colors of #059EC9
Black with #059EC9
Text Example
Text Example
White with #059EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EC9; }
p { color: rgb(5,158,201); }
H1.HeaderClassName
{
color: #059EC9;
}
.AnyTagClassName
{
color: #059EC9;
}
</style>
background-color css
<style>
a { background-color: #059EC9; }
a { background-color: rgb(5,158,201); }
div.DivClassName
{
background-color: #059EC9;
}
.BgClassName
{
background-color: #059EC9;
}
</style>
border-color css
<style>
span { border-color: #059EC9; }
span { border-color: rgb(5,158,201); }
td.TdClassName
{
border-color: #059EC9;
}
.TagClassName
{
border-color: #059EC9;
}
</style>