Shades of Pacific Blue #029ADC
Tints of Pacific Blue #029ADC
RGB
CMYK
RGB Variations
Color information
#029ADC (or 0x029ADC) is known color: Pacific Blue. HEX triplet: 02, 9A and DC. RGB value is (2,154,220). Sum of RGB (Red+Green+Blue) = 2+154+220=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #029ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ADC is #FD6523. Grayscale: #737373. Windows color (decimal): -16606500 or 14457346. OLE color: 14457346.
HSL color Cylindrical-coordinate representation of color #029ADC: hue angle of 198.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ADC is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 154 | 220 | - |
| CMYK | 0.99 | 0.3 | 0 | 0.14 |
| HSL | 198.17º | 0.98% | 0.44% | - |
| HSV(B) | 198.17º | 0.99% | 0.86% | - |
| XYZ | 24.5 | 28.29 | 71.88 | - |
| YUV | 116.08 | 186.64 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 220 | 0.99 | 0.3 | 0 | 0.14 | 198.17 | 0.98 | 0.44 |
| Hex | 2 | 9A | DC | 63 | 1E | 0 | E | C6 | 62 | 2C |
| Octal | 2 | 232 | 334 | 143 | 36 | 0 | 16 | 306 | 142 | 54 |
| Binary | 10 | 10011010 | 11011100 | 1100011 | 11110 | 0 | 1110 | 11000110 | 1100010 | 101100 |
Color Harmonies of #029ADC
Complementary color
Monochromatic Colors of #029ADC
Black with #029ADC
Text Example
Text Example
White with #029ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029ADC; }
p { color: rgb(2,154,220); }
H1.HeaderClassName
{
color: #029ADC;
}
.AnyTagClassName
{
color: #029ADC;
}
</style>
background-color css
<style>
a { background-color: #029ADC; }
a { background-color: rgb(2,154,220); }
div.DivClassName
{
background-color: #029ADC;
}
.BgClassName
{
background-color: #029ADC;
}
</style>
border-color css
<style>
span { border-color: #029ADC; }
span { border-color: rgb(2,154,220); }
td.TdClassName
{
border-color: #029ADC;
}
.TagClassName
{
border-color: #029ADC;
}
</style>