Shades of Pacific Blue #059DDC
Tints of Pacific Blue #059DDC
RGB
CMYK
RGB Variations
Color information
#059DDC (or 0x059DDC) is known color: Pacific Blue. HEX triplet: 05, 9D and DC. RGB value is (5,157,220). Sum of RGB (Red+Green+Blue) = 5+157+220=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #059DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DDC is #FA6223. Grayscale: #767676. Windows color (decimal): -16409124 or 14458117. OLE color: 14458117.
HSL color Cylindrical-coordinate representation of color #059DDC: hue angle of 197.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DDC is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 157 | 220 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.14 |
| HSL | 197.58º | 0.96% | 0.44% | - |
| HSV(B) | 197.58º | 0.98% | 0.86% | - |
| XYZ | 25.04 | 29.31 | 72.05 | - |
| YUV | 118.73 | 185.14 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 220 | 0.98 | 0.29 | 0 | 0.14 | 197.58 | 0.96 | 0.44 |
| Hex | 5 | 9D | DC | 62 | 1D | 0 | E | C6 | 60 | 2C |
| Octal | 5 | 235 | 334 | 142 | 35 | 0 | 16 | 306 | 140 | 54 |
| Binary | 101 | 10011101 | 11011100 | 1100010 | 11101 | 0 | 1110 | 11000110 | 1100000 | 101100 |
Color Harmonies of #059DDC
Complementary color
Monochromatic Colors of #059DDC
Black with #059DDC
Text Example
Text Example
White with #059DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DDC; }
p { color: rgb(5,157,220); }
H1.HeaderClassName
{
color: #059DDC;
}
.AnyTagClassName
{
color: #059DDC;
}
</style>
background-color css
<style>
a { background-color: #059DDC; }
a { background-color: rgb(5,157,220); }
div.DivClassName
{
background-color: #059DDC;
}
.BgClassName
{
background-color: #059DDC;
}
</style>
border-color css
<style>
span { border-color: #059DDC; }
span { border-color: rgb(5,157,220); }
td.TdClassName
{
border-color: #059DDC;
}
.TagClassName
{
border-color: #059DDC;
}
</style>