Shades of Pacific Blue #029FBA
Tints of Pacific Blue #029FBA
RGB
CMYK
RGB Variations
Color information
#029FBA (or 0x029FBA) is known color: Pacific Blue. HEX triplet: 02, 9F and BA. RGB value is (2,159,186). Sum of RGB (Red+Green+Blue) = 2+159+186=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #029FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FBA is #FD6045. Grayscale: #727272. Windows color (decimal): -16605254 or 12230402. OLE color: 12230402.
HSL color Cylindrical-coordinate representation of color #029FBA: hue angle of 188.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FBA is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 159 | 186 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.27 |
| HSL | 188.8º | 0.98% | 0.37% | - |
| HSV(B) | 188.8º | 0.99% | 0.73% | - |
| XYZ | 21.29 | 28.35 | 50.81 | - |
| YUV | 115.14 | 167.99 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 186 | 0.99 | 0.15 | 0 | 0.27 | 188.8 | 0.98 | 0.37 |
| Hex | 2 | 9F | BA | 63 | F | 0 | 1B | BD | 62 | 25 |
| Octal | 2 | 237 | 272 | 143 | 17 | 0 | 33 | 275 | 142 | 45 |
| Binary | 10 | 10011111 | 10111010 | 1100011 | 1111 | 0 | 11011 | 10111101 | 1100010 | 100101 |
Color Harmonies of #029FBA
Complementary color
Monochromatic Colors of #029FBA
Black with #029FBA
Text Example
Text Example
White with #029FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FBA; }
p { color: rgb(2,159,186); }
H1.HeaderClassName
{
color: #029FBA;
}
.AnyTagClassName
{
color: #029FBA;
}
</style>
background-color css
<style>
a { background-color: #029FBA; }
a { background-color: rgb(2,159,186); }
div.DivClassName
{
background-color: #029FBA;
}
.BgClassName
{
background-color: #029FBA;
}
</style>
border-color css
<style>
span { border-color: #029FBA; }
span { border-color: rgb(2,159,186); }
td.TdClassName
{
border-color: #029FBA;
}
.TagClassName
{
border-color: #029FBA;
}
</style>