Shades of Pacific Blue #09A3BA
Tints of Pacific Blue #09A3BA
RGB
CMYK
RGB Variations
Color information
#09A3BA (or 0x09A3BA) is known color: Pacific Blue. HEX triplet: 09, A3 and BA. RGB value is (9,163,186). Sum of RGB (Red+Green+Blue) = 9+163+186=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #09A3BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A3BA is #F65C45. Grayscale: #777777. Windows color (decimal): -16145478 or 12231433. OLE color: 12231433.
HSL color Cylindrical-coordinate representation of color #09A3BA: hue angle of 187.8º 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 #09A3BA is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 163 | 186 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.27 |
| HSL | 187.8º | 0.91% | 0.38% | - |
| HSV(B) | 187.8º | 0.95% | 0.73% | - |
| XYZ | 22.07 | 29.8 | 51.04 | - |
| YUV | 119.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 186 | 0.95 | 0.12 | 0 | 0.27 | 187.8 | 0.91 | 0.38 |
| Hex | 9 | A3 | BA | 5F | C | 0 | 1B | BC | 5B | 26 |
| Octal | 11 | 243 | 272 | 137 | 14 | 0 | 33 | 274 | 133 | 46 |
| Binary | 1001 | 10100011 | 10111010 | 1011111 | 1100 | 0 | 11011 | 10111100 | 1011011 | 100110 |
Color Harmonies of #09A3BA
Complementary color
Monochromatic Colors of #09A3BA
Black with #09A3BA
Text Example
Text Example
White with #09A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A3BA; }
p { color: rgb(9,163,186); }
H1.HeaderClassName
{
color: #09A3BA;
}
.AnyTagClassName
{
color: #09A3BA;
}
</style>
background-color css
<style>
a { background-color: #09A3BA; }
a { background-color: rgb(9,163,186); }
div.DivClassName
{
background-color: #09A3BA;
}
.BgClassName
{
background-color: #09A3BA;
}
</style>
border-color css
<style>
span { border-color: #09A3BA; }
span { border-color: rgb(9,163,186); }
td.TdClassName
{
border-color: #09A3BA;
}
.TagClassName
{
border-color: #09A3BA;
}
</style>