Shades of Pacific Blue #0A9FDF
Tints of Pacific Blue #0A9FDF
RGB
CMYK
RGB Variations
Color information
#0A9FDF (or 0x0A9FDF) is known color: Pacific Blue. HEX triplet: 0A, 9F and DF. RGB value is (10,159,223). Sum of RGB (Red+Green+Blue) = 10+159+223=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A9FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9FDF is #F56020. Grayscale: #797979. Windows color (decimal): -16080929 or 14655242. OLE color: 14655242.
HSL color Cylindrical-coordinate representation of color #0A9FDF: hue angle of 198.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9FDF is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 159 | 223 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.13 |
| HSL | 198.03º | 0.91% | 0.46% | - |
| HSV(B) | 198.03º | 0.96% | 0.87% | - |
| XYZ | 25.84 | 30.19 | 74.28 | - |
| YUV | 121.75 | 185.14 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 223 | 0.96 | 0.29 | 0 | 0.13 | 198.03 | 0.91 | 0.46 |
| Hex | A | 9F | DF | 60 | 1D | 0 | D | C6 | 5B | 2E |
| Octal | 12 | 237 | 337 | 140 | 35 | 0 | 15 | 306 | 133 | 56 |
| Binary | 1010 | 10011111 | 11011111 | 1100000 | 11101 | 0 | 1101 | 11000110 | 1011011 | 101110 |
Color Harmonies of #0A9FDF
Complementary color
Monochromatic Colors of #0A9FDF
Black with #0A9FDF
Text Example
Text Example
White with #0A9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9FDF; }
p { color: rgb(10,159,223); }
H1.HeaderClassName
{
color: #0A9FDF;
}
.AnyTagClassName
{
color: #0A9FDF;
}
</style>
background-color css
<style>
a { background-color: #0A9FDF; }
a { background-color: rgb(10,159,223); }
div.DivClassName
{
background-color: #0A9FDF;
}
.BgClassName
{
background-color: #0A9FDF;
}
</style>
border-color css
<style>
span { border-color: #0A9FDF; }
span { border-color: rgb(10,159,223); }
td.TdClassName
{
border-color: #0A9FDF;
}
.TagClassName
{
border-color: #0A9FDF;
}
</style>