Shades of Pacific Blue #09A7BA
Tints of Pacific Blue #09A7BA
RGB
CMYK
RGB Variations
Color information
#09A7BA (or 0x09A7BA) is known color: Pacific Blue. HEX triplet: 09, A7 and BA. RGB value is (9,167,186). Sum of RGB (Red+Green+Blue) = 9+167+186=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #09A7BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A7BA is #F65845. Grayscale: #797979. Windows color (decimal): -16144454 or 12232457. OLE color: 12232457.
HSL color Cylindrical-coordinate representation of color #09A7BA: hue angle of 186.44º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A7BA is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 167 | 186 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.27 |
| HSL | 186.44º | 0.91% | 0.38% | - |
| HSV(B) | 186.44º | 0.95% | 0.73% | - |
| XYZ | 22.79 | 31.24 | 51.28 | - |
| YUV | 121.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 186 | 0.95 | 0.10 | 0 | 0.27 | 186.44 | 0.91 | 0.38 |
| Hex | 9 | A7 | BA | 5F | A | 0 | 1B | BA | 5B | 26 |
| Octal | 11 | 247 | 272 | 137 | 12 | 0 | 33 | 272 | 133 | 46 |
| Binary | 1001 | 10100111 | 10111010 | 1011111 | 1010 | 0 | 11011 | 10111010 | 1011011 | 100110 |
Color Harmonies of #09A7BA
Complementary color
Monochromatic Colors of #09A7BA
Black with #09A7BA
Text Example
Text Example
White with #09A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A7BA; }
p { color: rgb(9,167,186); }
H1.HeaderClassName
{
color: #09A7BA;
}
.AnyTagClassName
{
color: #09A7BA;
}
</style>
background-color css
<style>
a { background-color: #09A7BA; }
a { background-color: rgb(9,167,186); }
div.DivClassName
{
background-color: #09A7BA;
}
.BgClassName
{
background-color: #09A7BA;
}
</style>
border-color css
<style>
span { border-color: #09A7BA; }
span { border-color: rgb(9,167,186); }
td.TdClassName
{
border-color: #09A7BA;
}
.TagClassName
{
border-color: #09A7BA;
}
</style>