Shades of Pacific Blue #0A9ECD
Tints of Pacific Blue #0A9ECD
RGB
CMYK
RGB Variations
Color information
#0A9ECD (or 0x0A9ECD) is known color: Pacific Blue. HEX triplet: 0A, 9E and CD. RGB value is (10,158,205). Sum of RGB (Red+Green+Blue) = 10+158+205=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A9ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9ECD is #F56132. Grayscale: #767676. Windows color (decimal): -16081203 or 13475338. OLE color: 13475338.
HSL color Cylindrical-coordinate representation of color #0A9ECD: hue angle of 194.46º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9ECD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 158 | 205 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.20 |
| HSL | 194.46º | 0.91% | 0.42% | - |
| HSV(B) | 194.46º | 0.95% | 0.8% | - |
| XYZ | 23.37 | 28.93 | 62.11 | - |
| YUV | 119.11 | 176.47 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 205 | 0.95 | 0.23 | 0 | 0.20 | 194.46 | 0.91 | 0.42 |
| Hex | A | 9E | CD | 5F | 17 | 0 | 14 | C2 | 5B | 2A |
| Octal | 12 | 236 | 315 | 137 | 27 | 0 | 24 | 302 | 133 | 52 |
| Binary | 1010 | 10011110 | 11001101 | 1011111 | 10111 | 0 | 10100 | 11000010 | 1011011 | 101010 |
Color Harmonies of #0A9ECD
Complementary color
Monochromatic Colors of #0A9ECD
Black with #0A9ECD
Text Example
Text Example
White with #0A9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9ECD; }
p { color: rgb(10,158,205); }
H1.HeaderClassName
{
color: #0A9ECD;
}
.AnyTagClassName
{
color: #0A9ECD;
}
</style>
background-color css
<style>
a { background-color: #0A9ECD; }
a { background-color: rgb(10,158,205); }
div.DivClassName
{
background-color: #0A9ECD;
}
.BgClassName
{
background-color: #0A9ECD;
}
</style>
border-color css
<style>
span { border-color: #0A9ECD; }
span { border-color: rgb(10,158,205); }
td.TdClassName
{
border-color: #0A9ECD;
}
.TagClassName
{
border-color: #0A9ECD;
}
</style>