Shades of Pacific Blue #09A0C0
Tints of Pacific Blue #09A0C0
RGB
CMYK
RGB Variations
Color information
#09A0C0 (or 0x09A0C0) is known color: Pacific Blue. HEX triplet: 09, A0 and C0. RGB value is (9,160,192). Sum of RGB (Red+Green+Blue) = 9+160+192=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #09A0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0C0 is #F65F3F. Grayscale: #767676. Windows color (decimal): -16146240 or 12623881. OLE color: 12623881.
HSL color Cylindrical-coordinate representation of color #09A0C0: hue angle of 190.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A0C0 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 160 | 192 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.25 |
| HSL | 190.49º | 0.91% | 0.39% | - |
| HSV(B) | 190.49º | 0.95% | 0.75% | - |
| XYZ | 22.2 | 29.01 | 54.3 | - |
| YUV | 118.5 | 169.47 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 192 | 0.95 | 0.17 | 0 | 0.25 | 190.49 | 0.91 | 0.39 |
| Hex | 9 | A0 | C0 | 5F | 11 | 0 | 19 | BE | 5B | 27 |
| Octal | 11 | 240 | 300 | 137 | 21 | 0 | 31 | 276 | 133 | 47 |
| Binary | 1001 | 10100000 | 11000000 | 1011111 | 10001 | 0 | 11001 | 10111110 | 1011011 | 100111 |
Color Harmonies of #09A0C0
Complementary color
Monochromatic Colors of #09A0C0
Black with #09A0C0
Text Example
Text Example
White with #09A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0C0; }
p { color: rgb(9,160,192); }
H1.HeaderClassName
{
color: #09A0C0;
}
.AnyTagClassName
{
color: #09A0C0;
}
</style>
background-color css
<style>
a { background-color: #09A0C0; }
a { background-color: rgb(9,160,192); }
div.DivClassName
{
background-color: #09A0C0;
}
.BgClassName
{
background-color: #09A0C0;
}
</style>
border-color css
<style>
span { border-color: #09A0C0; }
span { border-color: rgb(9,160,192); }
td.TdClassName
{
border-color: #09A0C0;
}
.TagClassName
{
border-color: #09A0C0;
}
</style>