Shades of Pacific Blue #009BBF
Tints of Pacific Blue #009BBF
RGB
CMYK
RGB Variations
Color information
#009BBF (or 0x009BBF) is known color: Pacific Blue. HEX triplet: 00, 9B and BF. RGB value is (0,155,191). Sum of RGB (Red+Green+Blue) = 0+155+191=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #009BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BBF is #FF6440. Grayscale: #707070. Windows color (decimal): -16737345 or 12557056. OLE color: 12557056.
HSL color Cylindrical-coordinate representation of color #009BBF: hue angle of 191.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BBF is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 155 | 191 | - |
| CMYK | 1 | 0.19 | 0 | 0.25 |
| HSL | 191.31º | 1% | 0.37% | - |
| HSV(B) | 191.31º | 1% | 0.75% | - |
| XYZ | 21.13 | 27.2 | 53.43 | - |
| YUV | 112.76 | 172.15 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 191 | 1 | 0.19 | 0 | 0.25 | 191.31 | 1 | 0.37 |
| Hex | 0 | 9B | BF | 64 | 13 | 0 | 19 | BF | 64 | 25 |
| Octal | 0 | 233 | 277 | 144 | 23 | 0 | 31 | 277 | 144 | 45 |
| Binary | 0 | 10011011 | 10111111 | 1100100 | 10011 | 0 | 11001 | 10111111 | 1100100 | 100101 |
Color Harmonies of #009BBF
Complementary color
Monochromatic Colors of #009BBF
Black with #009BBF
Text Example
Text Example
White with #009BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BBF; }
p { color: rgb(0,155,191); }
H1.HeaderClassName
{
color: #009BBF;
}
.AnyTagClassName
{
color: #009BBF;
}
</style>
background-color css
<style>
a { background-color: #009BBF; }
a { background-color: rgb(0,155,191); }
div.DivClassName
{
background-color: #009BBF;
}
.BgClassName
{
background-color: #009BBF;
}
</style>
border-color css
<style>
span { border-color: #009BBF; }
span { border-color: rgb(0,155,191); }
td.TdClassName
{
border-color: #009BBF;
}
.TagClassName
{
border-color: #009BBF;
}
</style>