Shades of Pacific Blue #059FC0
Tints of Pacific Blue #059FC0
RGB
CMYK
RGB Variations
Color information
#059FC0 (or 0x059FC0) is known color: Pacific Blue. HEX triplet: 05, 9F and C0. RGB value is (5,159,192). Sum of RGB (Red+Green+Blue) = 5+159+192=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #059FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FC0 is #FA603F. Grayscale: #747474. Windows color (decimal): -16408640 or 12623621. OLE color: 12623621.
HSL color Cylindrical-coordinate representation of color #059FC0: hue angle of 190.59º 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 #059FC0 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 159 | 192 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.25 |
| HSL | 190.59º | 0.95% | 0.39% | - |
| HSV(B) | 190.59º | 0.97% | 0.75% | - |
| XYZ | 21.98 | 28.63 | 54.24 | - |
| YUV | 116.72 | 170.48 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 192 | 0.97 | 0.17 | 0 | 0.25 | 190.59 | 0.95 | 0.39 |
| Hex | 5 | 9F | C0 | 61 | 11 | 0 | 19 | BF | 5F | 27 |
| Octal | 5 | 237 | 300 | 141 | 21 | 0 | 31 | 277 | 137 | 47 |
| Binary | 101 | 10011111 | 11000000 | 1100001 | 10001 | 0 | 11001 | 10111111 | 1011111 | 100111 |
Color Harmonies of #059FC0
Complementary color
Monochromatic Colors of #059FC0
Black with #059FC0
Text Example
Text Example
White with #059FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FC0; }
p { color: rgb(5,159,192); }
H1.HeaderClassName
{
color: #059FC0;
}
.AnyTagClassName
{
color: #059FC0;
}
</style>
background-color css
<style>
a { background-color: #059FC0; }
a { background-color: rgb(5,159,192); }
div.DivClassName
{
background-color: #059FC0;
}
.BgClassName
{
background-color: #059FC0;
}
</style>
border-color css
<style>
span { border-color: #059FC0; }
span { border-color: rgb(5,159,192); }
td.TdClassName
{
border-color: #059FC0;
}
.TagClassName
{
border-color: #059FC0;
}
</style>