Shades of Pacific Blue #059CC5
Tints of Pacific Blue #059CC5
RGB
CMYK
RGB Variations
Color information
#059CC5 (or 0x059CC5) is known color: Pacific Blue. HEX triplet: 05, 9C and C5. RGB value is (5,156,197). Sum of RGB (Red+Green+Blue) = 5+156+197=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #059CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CC5 is #FA633A. Grayscale: #737373. Windows color (decimal): -16409403 or 12950533. OLE color: 12950533.
HSL color Cylindrical-coordinate representation of color #059CC5: hue angle of 192.81º 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 #059CC5 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 156 | 197 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.23 |
| HSL | 192.81º | 0.95% | 0.4% | - |
| HSV(B) | 192.81º | 0.97% | 0.77% | - |
| XYZ | 22.03 | 27.84 | 57.04 | - |
| YUV | 115.53 | 173.97 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 197 | 0.97 | 0.21 | 0 | 0.23 | 192.81 | 0.95 | 0.4 |
| Hex | 5 | 9C | C5 | 61 | 15 | 0 | 17 | C1 | 5F | 28 |
| Octal | 5 | 234 | 305 | 141 | 25 | 0 | 27 | 301 | 137 | 50 |
| Binary | 101 | 10011100 | 11000101 | 1100001 | 10101 | 0 | 10111 | 11000001 | 1011111 | 101000 |
Color Harmonies of #059CC5
Complementary color
Monochromatic Colors of #059CC5
Black with #059CC5
Text Example
Text Example
White with #059CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CC5; }
p { color: rgb(5,156,197); }
H1.HeaderClassName
{
color: #059CC5;
}
.AnyTagClassName
{
color: #059CC5;
}
</style>
background-color css
<style>
a { background-color: #059CC5; }
a { background-color: rgb(5,156,197); }
div.DivClassName
{
background-color: #059CC5;
}
.BgClassName
{
background-color: #059CC5;
}
</style>
border-color css
<style>
span { border-color: #059CC5; }
span { border-color: rgb(5,156,197); }
td.TdClassName
{
border-color: #059CC5;
}
.TagClassName
{
border-color: #059CC5;
}
</style>