Shades of Pacific Blue #0A9BE1
Tints of Pacific Blue #0A9BE1
RGB
CMYK
RGB Variations
Color information
#0A9BE1 (or 0x0A9BE1) is known color: Pacific Blue. HEX triplet: 0A, 9B and E1. RGB value is (10,155,225). Sum of RGB (Red+Green+Blue) = 10+155+225=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A9BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9BE1 is #F5641E. Grayscale: #777777. Windows color (decimal): -16081951 or 14785290. OLE color: 14785290.
HSL color Cylindrical-coordinate representation of color #0A9BE1: hue angle of 199.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9BE1 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 155 | 225 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.12 |
| HSL | 199.53º | 0.91% | 0.46% | - |
| HSV(B) | 199.53º | 0.96% | 0.88% | - |
| XYZ | 25.44 | 28.94 | 75.48 | - |
| YUV | 119.63 | 187.46 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 155 | 225 | 0.96 | 0.31 | 0 | 0.12 | 199.53 | 0.91 | 0.46 |
| Hex | A | 9B | E1 | 60 | 1F | 0 | C | C8 | 5B | 2E |
| Octal | 12 | 233 | 341 | 140 | 37 | 0 | 14 | 310 | 133 | 56 |
| Binary | 1010 | 10011011 | 11100001 | 1100000 | 11111 | 0 | 1100 | 11001000 | 1011011 | 101110 |
Color Harmonies of #0A9BE1
Complementary color
Monochromatic Colors of #0A9BE1
Black with #0A9BE1
Text Example
Text Example
White with #0A9BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9BE1; }
p { color: rgb(10,155,225); }
H1.HeaderClassName
{
color: #0A9BE1;
}
.AnyTagClassName
{
color: #0A9BE1;
}
</style>
background-color css
<style>
a { background-color: #0A9BE1; }
a { background-color: rgb(10,155,225); }
div.DivClassName
{
background-color: #0A9BE1;
}
.BgClassName
{
background-color: #0A9BE1;
}
</style>
border-color css
<style>
span { border-color: #0A9BE1; }
span { border-color: rgb(10,155,225); }
td.TdClassName
{
border-color: #0A9BE1;
}
.TagClassName
{
border-color: #0A9BE1;
}
</style>