Shades of Pacific Blue #059CC2
Tints of Pacific Blue #059CC2
RGB
CMYK
RGB Variations
Color information
#059CC2 (or 0x059CC2) is known color: Pacific Blue. HEX triplet: 05, 9C and C2. RGB value is (5,156,194). Sum of RGB (Red+Green+Blue) = 5+156+194=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #059CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CC2 is #FA633D. Grayscale: #727272. Windows color (decimal): -16409406 or 12753925. OLE color: 12753925.
HSL color Cylindrical-coordinate representation of color #059CC2: hue angle of 192.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059CC2 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 156 | 194 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.24 |
| HSL | 192.06º | 0.95% | 0.39% | - |
| HSV(B) | 192.06º | 0.97% | 0.76% | - |
| XYZ | 21.69 | 27.7 | 55.24 | - |
| YUV | 115.18 | 172.47 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 194 | 0.97 | 0.20 | 0 | 0.24 | 192.06 | 0.95 | 0.39 |
| Hex | 5 | 9C | C2 | 61 | 14 | 0 | 18 | C0 | 5F | 27 |
| Octal | 5 | 234 | 302 | 141 | 24 | 0 | 30 | 300 | 137 | 47 |
| Binary | 101 | 10011100 | 11000010 | 1100001 | 10100 | 0 | 11000 | 11000000 | 1011111 | 100111 |
Color Harmonies of #059CC2
Complementary color
Monochromatic Colors of #059CC2
Black with #059CC2
Text Example
Text Example
White with #059CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CC2; }
p { color: rgb(5,156,194); }
H1.HeaderClassName
{
color: #059CC2;
}
.AnyTagClassName
{
color: #059CC2;
}
</style>
background-color css
<style>
a { background-color: #059CC2; }
a { background-color: rgb(5,156,194); }
div.DivClassName
{
background-color: #059CC2;
}
.BgClassName
{
background-color: #059CC2;
}
</style>
border-color css
<style>
span { border-color: #059CC2; }
span { border-color: rgb(5,156,194); }
td.TdClassName
{
border-color: #059CC2;
}
.TagClassName
{
border-color: #059CC2;
}
</style>