Shades of Pacific Blue #059ADC
Tints of Pacific Blue #059ADC
RGB
CMYK
RGB Variations
Color information
#059ADC (or 0x059ADC) is known color: Pacific Blue. HEX triplet: 05, 9A and DC. RGB value is (5,154,220). Sum of RGB (Red+Green+Blue) = 5+154+220=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #059ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ADC is #FA6523. Grayscale: #747474. Windows color (decimal): -16409892 or 14457349. OLE color: 14457349.
HSL color Cylindrical-coordinate representation of color #059ADC: hue angle of 198.42º 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 #059ADC is Cyan = 0.98, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 154 | 220 | - |
| CMYK | 0.98 | 0.3 | 0 | 0.14 |
| HSL | 198.42º | 0.96% | 0.44% | - |
| HSV(B) | 198.42º | 0.98% | 0.86% | - |
| XYZ | 24.54 | 28.31 | 71.88 | - |
| YUV | 116.97 | 186.14 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 220 | 0.98 | 0.3 | 0 | 0.14 | 198.42 | 0.96 | 0.44 |
| Hex | 5 | 9A | DC | 62 | 1E | 0 | E | C6 | 60 | 2C |
| Octal | 5 | 232 | 334 | 142 | 36 | 0 | 16 | 306 | 140 | 54 |
| Binary | 101 | 10011010 | 11011100 | 1100010 | 11110 | 0 | 1110 | 11000110 | 1100000 | 101100 |
Color Harmonies of #059ADC
Complementary color
Monochromatic Colors of #059ADC
Black with #059ADC
Text Example
Text Example
White with #059ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ADC; }
p { color: rgb(5,154,220); }
H1.HeaderClassName
{
color: #059ADC;
}
.AnyTagClassName
{
color: #059ADC;
}
</style>
background-color css
<style>
a { background-color: #059ADC; }
a { background-color: rgb(5,154,220); }
div.DivClassName
{
background-color: #059ADC;
}
.BgClassName
{
background-color: #059ADC;
}
</style>
border-color css
<style>
span { border-color: #059ADC; }
span { border-color: rgb(5,154,220); }
td.TdClassName
{
border-color: #059ADC;
}
.TagClassName
{
border-color: #059ADC;
}
</style>