Shades of Pacific Blue #0A9DCC
Tints of Pacific Blue #0A9DCC
RGB
CMYK
RGB Variations
Color information
#0A9DCC (or 0x0A9DCC) is known color: Pacific Blue. HEX triplet: 0A, 9D and CC. RGB value is (10,157,204). Sum of RGB (Red+Green+Blue) = 10+157+204=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A9DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DCC is #F56233. Grayscale: #767676. Windows color (decimal): -16081460 or 13409546. OLE color: 13409546.
HSL color Cylindrical-coordinate representation of color #0A9DCC: hue angle of 194.54º 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 #0A9DCC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 157 | 204 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.2 |
| HSL | 194.54º | 0.91% | 0.42% | - |
| HSV(B) | 194.54º | 0.95% | 0.8% | - |
| XYZ | 23.08 | 28.54 | 61.42 | - |
| YUV | 118.41 | 176.3 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 204 | 0.95 | 0.23 | 0 | 0.2 | 194.54 | 0.91 | 0.42 |
| Hex | A | 9D | CC | 5F | 17 | 0 | 14 | C3 | 5B | 2A |
| Octal | 12 | 235 | 314 | 137 | 27 | 0 | 24 | 303 | 133 | 52 |
| Binary | 1010 | 10011101 | 11001100 | 1011111 | 10111 | 0 | 10100 | 11000011 | 1011011 | 101010 |
Color Harmonies of #0A9DCC
Complementary color
Monochromatic Colors of #0A9DCC
Black with #0A9DCC
Text Example
Text Example
White with #0A9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9DCC; }
p { color: rgb(10,157,204); }
H1.HeaderClassName
{
color: #0A9DCC;
}
.AnyTagClassName
{
color: #0A9DCC;
}
</style>
background-color css
<style>
a { background-color: #0A9DCC; }
a { background-color: rgb(10,157,204); }
div.DivClassName
{
background-color: #0A9DCC;
}
.BgClassName
{
background-color: #0A9DCC;
}
</style>
border-color css
<style>
span { border-color: #0A9DCC; }
span { border-color: rgb(10,157,204); }
td.TdClassName
{
border-color: #0A9DCC;
}
.TagClassName
{
border-color: #0A9DCC;
}
</style>