Shades of Pacific Blue #09A6BC
Tints of Pacific Blue #09A6BC
RGB
CMYK
RGB Variations
Color information
#09A6BC (or 0x09A6BC) is known color: Pacific Blue. HEX triplet: 09, A6 and BC. RGB value is (9,166,188). Sum of RGB (Red+Green+Blue) = 9+166+188=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #09A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A6BC is #F65943. Grayscale: #797979. Windows color (decimal): -16144708 or 12363273. OLE color: 12363273.
HSL color Cylindrical-coordinate representation of color #09A6BC: hue angle of 187.37º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A6BC is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 166 | 188 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.26 |
| HSL | 187.37º | 0.91% | 0.39% | - |
| HSV(B) | 187.37º | 0.95% | 0.74% | - |
| XYZ | 22.83 | 30.96 | 52.35 | - |
| YUV | 121.57 | 165.49 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 188 | 0.95 | 0.12 | 0 | 0.26 | 187.37 | 0.91 | 0.39 |
| Hex | 9 | A6 | BC | 5F | C | 0 | 1A | BB | 5B | 27 |
| Octal | 11 | 246 | 274 | 137 | 14 | 0 | 32 | 273 | 133 | 47 |
| Binary | 1001 | 10100110 | 10111100 | 1011111 | 1100 | 0 | 11010 | 10111011 | 1011011 | 100111 |
Color Harmonies of #09A6BC
Complementary color
Monochromatic Colors of #09A6BC
Black with #09A6BC
Text Example
Text Example
White with #09A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A6BC; }
p { color: rgb(9,166,188); }
H1.HeaderClassName
{
color: #09A6BC;
}
.AnyTagClassName
{
color: #09A6BC;
}
</style>
background-color css
<style>
a { background-color: #09A6BC; }
a { background-color: rgb(9,166,188); }
div.DivClassName
{
background-color: #09A6BC;
}
.BgClassName
{
background-color: #09A6BC;
}
</style>
border-color css
<style>
span { border-color: #09A6BC; }
span { border-color: rgb(9,166,188); }
td.TdClassName
{
border-color: #09A6BC;
}
.TagClassName
{
border-color: #09A6BC;
}
</style>