Shades of Pacific Blue #029DC6
Tints of Pacific Blue #029DC6
RGB
CMYK
RGB Variations
Color information
#029DC6 (or 0x029DC6) is known color: Pacific Blue. HEX triplet: 02, 9D and C6. RGB value is (2,157,198). Sum of RGB (Red+Green+Blue) = 2+157+198=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #029DC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DC6 is #FD6239. Grayscale: #737373. Windows color (decimal): -16605754 or 13016322. OLE color: 13016322.
HSL color Cylindrical-coordinate representation of color #029DC6: hue angle of 192.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DC6 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 157 | 198 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.22 |
| HSL | 192.55º | 0.98% | 0.39% | - |
| HSV(B) | 192.55º | 0.99% | 0.78% | - |
| XYZ | 22.28 | 28.2 | 57.7 | - |
| YUV | 115.33 | 174.65 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 198 | 0.99 | 0.21 | 0 | 0.22 | 192.55 | 0.98 | 0.39 |
| Hex | 2 | 9D | C6 | 63 | 15 | 0 | 16 | C1 | 62 | 27 |
| Octal | 2 | 235 | 306 | 143 | 25 | 0 | 26 | 301 | 142 | 47 |
| Binary | 10 | 10011101 | 11000110 | 1100011 | 10101 | 0 | 10110 | 11000001 | 1100010 | 100111 |
Color Harmonies of #029DC6
Complementary color
Monochromatic Colors of #029DC6
Black with #029DC6
Text Example
Text Example
White with #029DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DC6; }
p { color: rgb(2,157,198); }
H1.HeaderClassName
{
color: #029DC6;
}
.AnyTagClassName
{
color: #029DC6;
}
</style>
background-color css
<style>
a { background-color: #029DC6; }
a { background-color: rgb(2,157,198); }
div.DivClassName
{
background-color: #029DC6;
}
.BgClassName
{
background-color: #029DC6;
}
</style>
border-color css
<style>
span { border-color: #029DC6; }
span { border-color: rgb(2,157,198); }
td.TdClassName
{
border-color: #029DC6;
}
.TagClassName
{
border-color: #029DC6;
}
</style>