Shades of Pacific Blue #059DC0
Tints of Pacific Blue #059DC0
RGB
CMYK
RGB Variations
Color information
#059DC0 (or 0x059DC0) is known color: Pacific Blue. HEX triplet: 05, 9D and C0. RGB value is (5,157,192). Sum of RGB (Red+Green+Blue) = 5+157+192=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #059DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DC0 is #FA623F. Grayscale: #737373. Windows color (decimal): -16409152 or 12623109. OLE color: 12623109.
HSL color Cylindrical-coordinate representation of color #059DC0: hue angle of 191.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DC0 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 157 | 192 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.25 |
| HSL | 191.23º | 0.95% | 0.39% | - |
| HSV(B) | 191.23º | 0.97% | 0.75% | - |
| XYZ | 21.63 | 27.95 | 54.12 | - |
| YUV | 115.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 192 | 0.97 | 0.18 | 0 | 0.25 | 191.23 | 0.95 | 0.39 |
| Hex | 5 | 9D | C0 | 61 | 12 | 0 | 19 | BF | 5F | 27 |
| Octal | 5 | 235 | 300 | 141 | 22 | 0 | 31 | 277 | 137 | 47 |
| Binary | 101 | 10011101 | 11000000 | 1100001 | 10010 | 0 | 11001 | 10111111 | 1011111 | 100111 |
Color Harmonies of #059DC0
Complementary color
Monochromatic Colors of #059DC0
Black with #059DC0
Text Example
Text Example
White with #059DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DC0; }
p { color: rgb(5,157,192); }
H1.HeaderClassName
{
color: #059DC0;
}
.AnyTagClassName
{
color: #059DC0;
}
</style>
background-color css
<style>
a { background-color: #059DC0; }
a { background-color: rgb(5,157,192); }
div.DivClassName
{
background-color: #059DC0;
}
.BgClassName
{
background-color: #059DC0;
}
</style>
border-color css
<style>
span { border-color: #059DC0; }
span { border-color: rgb(5,157,192); }
td.TdClassName
{
border-color: #059DC0;
}
.TagClassName
{
border-color: #059DC0;
}
</style>