Shades of Pacific Blue #09A3C0
Tints of Pacific Blue #09A3C0
RGB
CMYK
RGB Variations
Color information
#09A3C0 (or 0x09A3C0) is known color: Pacific Blue. HEX triplet: 09, A3 and C0. RGB value is (9,163,192). Sum of RGB (Red+Green+Blue) = 9+163+192=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #09A3C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A3C0 is #F65C3F. Grayscale: #777777. Windows color (decimal): -16145472 or 12624649. OLE color: 12624649.
HSL color Cylindrical-coordinate representation of color #09A3C0: hue angle of 189.51º 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 #09A3C0 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 163 | 192 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.25 |
| HSL | 189.51º | 0.91% | 0.39% | - |
| HSV(B) | 189.51º | 0.95% | 0.75% | - |
| XYZ | 22.72 | 30.06 | 54.47 | - |
| YUV | 120.26 | 168.48 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 192 | 0.95 | 0.15 | 0 | 0.25 | 189.51 | 0.91 | 0.39 |
| Hex | 9 | A3 | C0 | 5F | F | 0 | 19 | BE | 5B | 27 |
| Octal | 11 | 243 | 300 | 137 | 17 | 0 | 31 | 276 | 133 | 47 |
| Binary | 1001 | 10100011 | 11000000 | 1011111 | 1111 | 0 | 11001 | 10111110 | 1011011 | 100111 |
Color Harmonies of #09A3C0
Complementary color
Monochromatic Colors of #09A3C0
Black with #09A3C0
Text Example
Text Example
White with #09A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A3C0; }
p { color: rgb(9,163,192); }
H1.HeaderClassName
{
color: #09A3C0;
}
.AnyTagClassName
{
color: #09A3C0;
}
</style>
background-color css
<style>
a { background-color: #09A3C0; }
a { background-color: rgb(9,163,192); }
div.DivClassName
{
background-color: #09A3C0;
}
.BgClassName
{
background-color: #09A3C0;
}
</style>
border-color css
<style>
span { border-color: #09A3C0; }
span { border-color: rgb(9,163,192); }
td.TdClassName
{
border-color: #09A3C0;
}
.TagClassName
{
border-color: #09A3C0;
}
</style>