Shades of Pacific Blue #059DC7
Tints of Pacific Blue #059DC7
RGB
CMYK
RGB Variations
Color information
#059DC7 (or 0x059DC7) is known color: Pacific Blue. HEX triplet: 05, 9D and C7. RGB value is (5,157,199). Sum of RGB (Red+Green+Blue) = 5+157+199=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #059DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DC7 is #FA6238. Grayscale: #747474. Windows color (decimal): -16409145 or 13081861. OLE color: 13081861.
HSL color Cylindrical-coordinate representation of color #059DC7: hue angle of 192.99º 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 #059DC7 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 157 | 199 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.22 |
| HSL | 192.99º | 0.95% | 0.4% | - |
| HSV(B) | 192.99º | 0.97% | 0.78% | - |
| XYZ | 22.43 | 28.27 | 58.31 | - |
| YUV | 116.34 | 174.64 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 199 | 0.97 | 0.21 | 0 | 0.22 | 192.99 | 0.95 | 0.4 |
| Hex | 5 | 9D | C7 | 61 | 15 | 0 | 16 | C1 | 5F | 28 |
| Octal | 5 | 235 | 307 | 141 | 25 | 0 | 26 | 301 | 137 | 50 |
| Binary | 101 | 10011101 | 11000111 | 1100001 | 10101 | 0 | 10110 | 11000001 | 1011111 | 101000 |
Color Harmonies of #059DC7
Complementary color
Monochromatic Colors of #059DC7
Black with #059DC7
Text Example
Text Example
White with #059DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DC7; }
p { color: rgb(5,157,199); }
H1.HeaderClassName
{
color: #059DC7;
}
.AnyTagClassName
{
color: #059DC7;
}
</style>
background-color css
<style>
a { background-color: #059DC7; }
a { background-color: rgb(5,157,199); }
div.DivClassName
{
background-color: #059DC7;
}
.BgClassName
{
background-color: #059DC7;
}
</style>
border-color css
<style>
span { border-color: #059DC7; }
span { border-color: rgb(5,157,199); }
td.TdClassName
{
border-color: #059DC7;
}
.TagClassName
{
border-color: #059DC7;
}
</style>