Shades of Pacific Blue #0A9DBC
Tints of Pacific Blue #0A9DBC
RGB
CMYK
RGB Variations
Color information
#0A9DBC (or 0x0A9DBC) is known color: Pacific Blue. HEX triplet: 0A, 9D and BC. RGB value is (10,157,188). Sum of RGB (Red+Green+Blue) = 10+157+188=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A9DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DBC is #F56243. Grayscale: #747474. Windows color (decimal): -16081476 or 12360970. OLE color: 12360970.
HSL color Cylindrical-coordinate representation of color #0A9DBC: hue angle of 190.45º degrees, saturation: 0.9, 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 #0A9DBC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 157 | 188 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.26 |
| HSL | 190.45º | 0.9% | 0.39% | - |
| HSV(B) | 190.45º | 0.95% | 0.74% | - |
| XYZ | 21.26 | 27.81 | 51.82 | - |
| YUV | 116.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 188 | 0.95 | 0.16 | 0 | 0.26 | 190.45 | 0.9 | 0.39 |
| Hex | A | 9D | BC | 5F | 10 | 0 | 1A | BE | 5A | 27 |
| Octal | 12 | 235 | 274 | 137 | 20 | 0 | 32 | 276 | 132 | 47 |
| Binary | 1010 | 10011101 | 10111100 | 1011111 | 10000 | 0 | 11010 | 10111110 | 1011010 | 100111 |
Color Harmonies of #0A9DBC
Complementary color
Monochromatic Colors of #0A9DBC
Black with #0A9DBC
Text Example
Text Example
White with #0A9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9DBC; }
p { color: rgb(10,157,188); }
H1.HeaderClassName
{
color: #0A9DBC;
}
.AnyTagClassName
{
color: #0A9DBC;
}
</style>
background-color css
<style>
a { background-color: #0A9DBC; }
a { background-color: rgb(10,157,188); }
div.DivClassName
{
background-color: #0A9DBC;
}
.BgClassName
{
background-color: #0A9DBC;
}
</style>
border-color css
<style>
span { border-color: #0A9DBC; }
span { border-color: rgb(10,157,188); }
td.TdClassName
{
border-color: #0A9DBC;
}
.TagClassName
{
border-color: #0A9DBC;
}
</style>