Shades of Pacific Blue #059BC4
Tints of Pacific Blue #059BC4
RGB
CMYK
RGB Variations
Color information
#059BC4 (or 0x059BC4) is known color: Pacific Blue. HEX triplet: 05, 9B and C4. RGB value is (5,155,196). Sum of RGB (Red+Green+Blue) = 5+155+196=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 196 (76.95% from 255 or 55.06% from 356); Max value from RGB is 196 - color contains mainly: blue. Hex color #059BC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BC4 is #FA643B. Grayscale: #727272. Windows color (decimal): -16409660 or 12884741. OLE color: 12884741.
HSL color Cylindrical-coordinate representation of color #059BC4: hue angle of 192.88º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BC4 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 155 | 196 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.23 |
| HSL | 192.88º | 0.95% | 0.39% | - |
| HSV(B) | 192.88º | 0.97% | 0.77% | - |
| XYZ | 21.75 | 27.46 | 56.38 | - |
| YUV | 114.82 | 173.81 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 196 | 0.97 | 0.21 | 0 | 0.23 | 192.88 | 0.95 | 0.39 |
| Hex | 5 | 9B | C4 | 61 | 15 | 0 | 17 | C1 | 5F | 27 |
| Octal | 5 | 233 | 304 | 141 | 25 | 0 | 27 | 301 | 137 | 47 |
| Binary | 101 | 10011011 | 11000100 | 1100001 | 10101 | 0 | 10111 | 11000001 | 1011111 | 100111 |
Color Harmonies of #059BC4
Complementary color
Monochromatic Colors of #059BC4
Black with #059BC4
Text Example
Text Example
White with #059BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BC4; }
p { color: rgb(5,155,196); }
H1.HeaderClassName
{
color: #059BC4;
}
.AnyTagClassName
{
color: #059BC4;
}
</style>
background-color css
<style>
a { background-color: #059BC4; }
a { background-color: rgb(5,155,196); }
div.DivClassName
{
background-color: #059BC4;
}
.BgClassName
{
background-color: #059BC4;
}
</style>
border-color css
<style>
span { border-color: #059BC4; }
span { border-color: rgb(5,155,196); }
td.TdClassName
{
border-color: #059BC4;
}
.TagClassName
{
border-color: #059BC4;
}
</style>