Shades of Pacific Blue #0A9FCD
Tints of Pacific Blue #0A9FCD
RGB
CMYK
RGB Variations
Color information
#0A9FCD (or 0x0A9FCD) is known color: Pacific Blue. HEX triplet: 0A, 9F and CD. RGB value is (10,159,205). Sum of RGB (Red+Green+Blue) = 10+159+205=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A9FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9FCD is #F56032. Grayscale: #777777. Windows color (decimal): -16080947 or 13475594. OLE color: 13475594.
HSL color Cylindrical-coordinate representation of color #0A9FCD: hue angle of 194.15º 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 #0A9FCD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 159 | 205 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.20 |
| HSL | 194.15º | 0.91% | 0.42% | - |
| HSV(B) | 194.15º | 0.95% | 0.8% | - |
| XYZ | 23.54 | 29.27 | 62.17 | - |
| YUV | 119.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 205 | 0.95 | 0.22 | 0 | 0.20 | 194.15 | 0.91 | 0.42 |
| Hex | A | 9F | CD | 5F | 16 | 0 | 14 | C2 | 5B | 2A |
| Octal | 12 | 237 | 315 | 137 | 26 | 0 | 24 | 302 | 133 | 52 |
| Binary | 1010 | 10011111 | 11001101 | 1011111 | 10110 | 0 | 10100 | 11000010 | 1011011 | 101010 |
Color Harmonies of #0A9FCD
Complementary color
Monochromatic Colors of #0A9FCD
Black with #0A9FCD
Text Example
Text Example
White with #0A9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9FCD; }
p { color: rgb(10,159,205); }
H1.HeaderClassName
{
color: #0A9FCD;
}
.AnyTagClassName
{
color: #0A9FCD;
}
</style>
background-color css
<style>
a { background-color: #0A9FCD; }
a { background-color: rgb(10,159,205); }
div.DivClassName
{
background-color: #0A9FCD;
}
.BgClassName
{
background-color: #0A9FCD;
}
</style>
border-color css
<style>
span { border-color: #0A9FCD; }
span { border-color: rgb(10,159,205); }
td.TdClassName
{
border-color: #0A9FCD;
}
.TagClassName
{
border-color: #0A9FCD;
}
</style>