Shades of Pacific Blue #059DC9
Tints of Pacific Blue #059DC9
RGB
CMYK
RGB Variations
Color information
#059DC9 (or 0x059DC9) is known color: Pacific Blue. HEX triplet: 05, 9D and C9. RGB value is (5,157,201). Sum of RGB (Red+Green+Blue) = 5+157+201=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #059DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DC9 is #FA6236. Grayscale: #747474. Windows color (decimal): -16409143 or 13212933. OLE color: 13212933.
HSL color Cylindrical-coordinate representation of color #059DC9: hue angle of 193.47º 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 #059DC9 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 157 | 201 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.21 |
| HSL | 193.47º | 0.95% | 0.4% | - |
| HSV(B) | 193.47º | 0.98% | 0.79% | - |
| XYZ | 22.66 | 28.36 | 59.54 | - |
| YUV | 116.57 | 175.64 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 201 | 0.98 | 0.22 | 0 | 0.21 | 193.47 | 0.95 | 0.4 |
| Hex | 5 | 9D | C9 | 62 | 16 | 0 | 15 | C1 | 5F | 28 |
| Octal | 5 | 235 | 311 | 142 | 26 | 0 | 25 | 301 | 137 | 50 |
| Binary | 101 | 10011101 | 11001001 | 1100010 | 10110 | 0 | 10101 | 11000001 | 1011111 | 101000 |
Color Harmonies of #059DC9
Complementary color
Monochromatic Colors of #059DC9
Black with #059DC9
Text Example
Text Example
White with #059DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DC9; }
p { color: rgb(5,157,201); }
H1.HeaderClassName
{
color: #059DC9;
}
.AnyTagClassName
{
color: #059DC9;
}
</style>
background-color css
<style>
a { background-color: #059DC9; }
a { background-color: rgb(5,157,201); }
div.DivClassName
{
background-color: #059DC9;
}
.BgClassName
{
background-color: #059DC9;
}
</style>
border-color css
<style>
span { border-color: #059DC9; }
span { border-color: rgb(5,157,201); }
td.TdClassName
{
border-color: #059DC9;
}
.TagClassName
{
border-color: #059DC9;
}
</style>