Shades of Pacific Blue #059ACC
Tints of Pacific Blue #059ACC
RGB
CMYK
RGB Variations
Color information
#059ACC (or 0x059ACC) is known color: Pacific Blue. HEX triplet: 05, 9A and CC. RGB value is (5,154,204). Sum of RGB (Red+Green+Blue) = 5+154+204=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #059ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ACC is #FA6533. Grayscale: #727272. Windows color (decimal): -16409908 or 13408773. OLE color: 13408773.
HSL color Cylindrical-coordinate representation of color #059ACC: hue angle of 195.08º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ACC is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 154 | 204 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.2 |
| HSL | 195.08º | 0.95% | 0.41% | - |
| HSV(B) | 195.08º | 0.98% | 0.8% | - |
| XYZ | 22.52 | 27.5 | 61.25 | - |
| YUV | 115.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 204 | 0.98 | 0.25 | 0 | 0.2 | 195.08 | 0.95 | 0.41 |
| Hex | 5 | 9A | CC | 62 | 19 | 0 | 14 | C3 | 5F | 29 |
| Octal | 5 | 232 | 314 | 142 | 31 | 0 | 24 | 303 | 137 | 51 |
| Binary | 101 | 10011010 | 11001100 | 1100010 | 11001 | 0 | 10100 | 11000011 | 1011111 | 101001 |
Color Harmonies of #059ACC
Complementary color
Monochromatic Colors of #059ACC
Black with #059ACC
Text Example
Text Example
White with #059ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ACC; }
p { color: rgb(5,154,204); }
H1.HeaderClassName
{
color: #059ACC;
}
.AnyTagClassName
{
color: #059ACC;
}
</style>
background-color css
<style>
a { background-color: #059ACC; }
a { background-color: rgb(5,154,204); }
div.DivClassName
{
background-color: #059ACC;
}
.BgClassName
{
background-color: #059ACC;
}
</style>
border-color css
<style>
span { border-color: #059ACC; }
span { border-color: rgb(5,154,204); }
td.TdClassName
{
border-color: #059ACC;
}
.TagClassName
{
border-color: #059ACC;
}
</style>