Shades of Pacific Blue #009FBD
Tints of Pacific Blue #009FBD
RGB
CMYK
RGB Variations
Color information
#009FBD (or 0x009FBD) is known color: Pacific Blue. HEX triplet: 00, 9F and BD. RGB value is (0,159,189). Sum of RGB (Red+Green+Blue) = 0+159+189=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #009FBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FBD is #FF6042. Grayscale: #727272. Windows color (decimal): -16736323 or 12427008. OLE color: 12427008.
HSL color Cylindrical-coordinate representation of color #009FBD: hue angle of 189.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FBD is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 159 | 189 | - |
| CMYK | 1 | 0.16 | 0 | 0.26 |
| HSL | 189.52º | 1% | 0.37% | - |
| HSV(B) | 189.52º | 1% | 0.74% | - |
| XYZ | 21.58 | 28.47 | 52.5 | - |
| YUV | 114.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 189 | 1 | 0.16 | 0 | 0.26 | 189.52 | 1 | 0.37 |
| Hex | 0 | 9F | BD | 64 | 10 | 0 | 1A | BE | 64 | 25 |
| Octal | 0 | 237 | 275 | 144 | 20 | 0 | 32 | 276 | 144 | 45 |
| Binary | 0 | 10011111 | 10111101 | 1100100 | 10000 | 0 | 11010 | 10111110 | 1100100 | 100101 |
Color Harmonies of #009FBD
Complementary color
Monochromatic Colors of #009FBD
Black with #009FBD
Text Example
Text Example
White with #009FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FBD; }
p { color: rgb(0,159,189); }
H1.HeaderClassName
{
color: #009FBD;
}
.AnyTagClassName
{
color: #009FBD;
}
</style>
background-color css
<style>
a { background-color: #009FBD; }
a { background-color: rgb(0,159,189); }
div.DivClassName
{
background-color: #009FBD;
}
.BgClassName
{
background-color: #009FBD;
}
</style>
border-color css
<style>
span { border-color: #009FBD; }
span { border-color: rgb(0,159,189); }
td.TdClassName
{
border-color: #009FBD;
}
.TagClassName
{
border-color: #009FBD;
}
</style>