Shades of Pacific Blue #009FBA
Tints of Pacific Blue #009FBA
RGB
CMYK
RGB Variations
Color information
#009FBA (or 0x009FBA) is known color: Pacific Blue. HEX triplet: 00, 9F and BA. RGB value is (0,159,186). Sum of RGB (Red+Green+Blue) = 0+159+186=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #009FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FBA is #FF6045. Grayscale: #727272. Windows color (decimal): -16736326 or 12230400. OLE color: 12230400.
HSL color Cylindrical-coordinate representation of color #009FBA: hue angle of 188.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FBA is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 159 | 186 | - |
| CMYK | 1 | 0.15 | 0 | 0.27 |
| HSL | 188.71º | 1% | 0.36% | - |
| HSV(B) | 188.71º | 1% | 0.73% | - |
| XYZ | 21.26 | 28.34 | 50.8 | - |
| YUV | 114.54 | 168.32 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 186 | 1 | 0.15 | 0 | 0.27 | 188.71 | 1 | 0.36 |
| Hex | 0 | 9F | BA | 64 | F | 0 | 1B | BD | 64 | 24 |
| Octal | 0 | 237 | 272 | 144 | 17 | 0 | 33 | 275 | 144 | 44 |
| Binary | 0 | 10011111 | 10111010 | 1100100 | 1111 | 0 | 11011 | 10111101 | 1100100 | 100100 |
Color Harmonies of #009FBA
Complementary color
Monochromatic Colors of #009FBA
Black with #009FBA
Text Example
Text Example
White with #009FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FBA; }
p { color: rgb(0,159,186); }
H1.HeaderClassName
{
color: #009FBA;
}
.AnyTagClassName
{
color: #009FBA;
}
</style>
background-color css
<style>
a { background-color: #009FBA; }
a { background-color: rgb(0,159,186); }
div.DivClassName
{
background-color: #009FBA;
}
.BgClassName
{
background-color: #009FBA;
}
</style>
border-color css
<style>
span { border-color: #009FBA; }
span { border-color: rgb(0,159,186); }
td.TdClassName
{
border-color: #009FBA;
}
.TagClassName
{
border-color: #009FBA;
}
</style>