Shades of Pacific Blue #059DC5
Tints of Pacific Blue #059DC5
RGB
CMYK
RGB Variations
Color information
#059DC5 (or 0x059DC5) is known color: Pacific Blue. HEX triplet: 05, 9D and C5. RGB value is (5,157,197). Sum of RGB (Red+Green+Blue) = 5+157+197=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #059DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DC5 is #FA623A. Grayscale: #737373. Windows color (decimal): -16409147 or 12950789. OLE color: 12950789.
HSL color Cylindrical-coordinate representation of color #059DC5: hue angle of 192.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DC5 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 157 | 197 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.23 |
| HSL | 192.5º | 0.95% | 0.4% | - |
| HSV(B) | 192.5º | 0.97% | 0.77% | - |
| XYZ | 22.2 | 28.18 | 57.09 | - |
| YUV | 116.11 | 173.64 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 197 | 0.97 | 0.20 | 0 | 0.23 | 192.5 | 0.95 | 0.4 |
| Hex | 5 | 9D | C5 | 61 | 14 | 0 | 17 | C0 | 5F | 28 |
| Octal | 5 | 235 | 305 | 141 | 24 | 0 | 27 | 300 | 137 | 50 |
| Binary | 101 | 10011101 | 11000101 | 1100001 | 10100 | 0 | 10111 | 11000000 | 1011111 | 101000 |
Color Harmonies of #059DC5
Complementary color
Monochromatic Colors of #059DC5
Black with #059DC5
Text Example
Text Example
White with #059DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DC5; }
p { color: rgb(5,157,197); }
H1.HeaderClassName
{
color: #059DC5;
}
.AnyTagClassName
{
color: #059DC5;
}
</style>
background-color css
<style>
a { background-color: #059DC5; }
a { background-color: rgb(5,157,197); }
div.DivClassName
{
background-color: #059DC5;
}
.BgClassName
{
background-color: #059DC5;
}
</style>
border-color css
<style>
span { border-color: #059DC5; }
span { border-color: rgb(5,157,197); }
td.TdClassName
{
border-color: #059DC5;
}
.TagClassName
{
border-color: #059DC5;
}
</style>