Shades of Pacific Blue #059ACD
Tints of Pacific Blue #059ACD
RGB
CMYK
RGB Variations
Color information
#059ACD (or 0x059ACD) is known color: Pacific Blue. HEX triplet: 05, 9A and CD. RGB value is (5,154,205). Sum of RGB (Red+Green+Blue) = 5+154+205=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #059ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ACD is #FA6532. Grayscale: #727272. Windows color (decimal): -16409907 or 13474309. OLE color: 13474309.
HSL color Cylindrical-coordinate representation of color #059ACD: hue angle of 195.3º 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 #059ACD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 154 | 205 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.20 |
| HSL | 195.3º | 0.95% | 0.41% | - |
| HSV(B) | 195.3º | 0.98% | 0.8% | - |
| XYZ | 22.64 | 27.55 | 61.88 | - |
| YUV | 115.26 | 178.64 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 205 | 0.98 | 0.25 | 0 | 0.20 | 195.3 | 0.95 | 0.41 |
| Hex | 5 | 9A | CD | 62 | 19 | 0 | 14 | C3 | 5F | 29 |
| Octal | 5 | 232 | 315 | 142 | 31 | 0 | 24 | 303 | 137 | 51 |
| Binary | 101 | 10011010 | 11001101 | 1100010 | 11001 | 0 | 10100 | 11000011 | 1011111 | 101001 |
Color Harmonies of #059ACD
Complementary color
Monochromatic Colors of #059ACD
Black with #059ACD
Text Example
Text Example
White with #059ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ACD; }
p { color: rgb(5,154,205); }
H1.HeaderClassName
{
color: #059ACD;
}
.AnyTagClassName
{
color: #059ACD;
}
</style>
background-color css
<style>
a { background-color: #059ACD; }
a { background-color: rgb(5,154,205); }
div.DivClassName
{
background-color: #059ACD;
}
.BgClassName
{
background-color: #059ACD;
}
</style>
border-color css
<style>
span { border-color: #059ACD; }
span { border-color: rgb(5,154,205); }
td.TdClassName
{
border-color: #059ACD;
}
.TagClassName
{
border-color: #059ACD;
}
</style>