Shades of Pacific Blue #0A9DCA
Tints of Pacific Blue #0A9DCA
RGB
CMYK
RGB Variations
Color information
#0A9DCA (or 0x0A9DCA) is known color: Pacific Blue. HEX triplet: 0A, 9D and CA. RGB value is (10,157,202). Sum of RGB (Red+Green+Blue) = 10+157+202=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A9DCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DCA is #F56235. Grayscale: #757575. Windows color (decimal): -16081462 or 13278474. OLE color: 13278474.
HSL color Cylindrical-coordinate representation of color #0A9DCA: hue angle of 194.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9DCA is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 157 | 202 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.21 |
| HSL | 194.06º | 0.91% | 0.42% | - |
| HSV(B) | 194.06º | 0.95% | 0.79% | - |
| XYZ | 22.84 | 28.44 | 60.16 | - |
| YUV | 118.18 | 175.3 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 202 | 0.95 | 0.22 | 0 | 0.21 | 194.06 | 0.91 | 0.42 |
| Hex | A | 9D | CA | 5F | 16 | 0 | 15 | C2 | 5B | 2A |
| Octal | 12 | 235 | 312 | 137 | 26 | 0 | 25 | 302 | 133 | 52 |
| Binary | 1010 | 10011101 | 11001010 | 1011111 | 10110 | 0 | 10101 | 11000010 | 1011011 | 101010 |
Color Harmonies of #0A9DCA
Complementary color
Monochromatic Colors of #0A9DCA
Black with #0A9DCA
Text Example
Text Example
White with #0A9DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9DCA; }
p { color: rgb(10,157,202); }
H1.HeaderClassName
{
color: #0A9DCA;
}
.AnyTagClassName
{
color: #0A9DCA;
}
</style>
background-color css
<style>
a { background-color: #0A9DCA; }
a { background-color: rgb(10,157,202); }
div.DivClassName
{
background-color: #0A9DCA;
}
.BgClassName
{
background-color: #0A9DCA;
}
</style>
border-color css
<style>
span { border-color: #0A9DCA; }
span { border-color: rgb(10,157,202); }
td.TdClassName
{
border-color: #0A9DCA;
}
.TagClassName
{
border-color: #0A9DCA;
}
</style>