Shades of Pacific Blue #0A9EBD
Tints of Pacific Blue #0A9EBD
RGB
CMYK
RGB Variations
Color information
#0A9EBD (or 0x0A9EBD) is known color: Pacific Blue. HEX triplet: 0A, 9E and BD. RGB value is (10,158,189). Sum of RGB (Red+Green+Blue) = 10+158+189=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A9EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9EBD is #F56142. Grayscale: #757575. Windows color (decimal): -16081219 or 12426762. OLE color: 12426762.
HSL color Cylindrical-coordinate representation of color #0A9EBD: hue angle of 190.39º 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 #0A9EBD is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 158 | 189 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.26 |
| HSL | 190.39º | 0.9% | 0.39% | - |
| HSV(B) | 190.39º | 0.95% | 0.74% | - |
| XYZ | 21.54 | 28.19 | 52.45 | - |
| YUV | 117.28 | 168.47 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 189 | 0.95 | 0.16 | 0 | 0.26 | 190.39 | 0.9 | 0.39 |
| Hex | A | 9E | BD | 5F | 10 | 0 | 1A | BE | 5A | 27 |
| Octal | 12 | 236 | 275 | 137 | 20 | 0 | 32 | 276 | 132 | 47 |
| Binary | 1010 | 10011110 | 10111101 | 1011111 | 10000 | 0 | 11010 | 10111110 | 1011010 | 100111 |
Color Harmonies of #0A9EBD
Complementary color
Monochromatic Colors of #0A9EBD
Black with #0A9EBD
Text Example
Text Example
White with #0A9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9EBD; }
p { color: rgb(10,158,189); }
H1.HeaderClassName
{
color: #0A9EBD;
}
.AnyTagClassName
{
color: #0A9EBD;
}
</style>
background-color css
<style>
a { background-color: #0A9EBD; }
a { background-color: rgb(10,158,189); }
div.DivClassName
{
background-color: #0A9EBD;
}
.BgClassName
{
background-color: #0A9EBD;
}
</style>
border-color css
<style>
span { border-color: #0A9EBD; }
span { border-color: rgb(10,158,189); }
td.TdClassName
{
border-color: #0A9EBD;
}
.TagClassName
{
border-color: #0A9EBD;
}
</style>