Shades of Pacific Blue #0A94DF
Tints of Pacific Blue #0A94DF
RGB
CMYK
RGB Variations
Color information
#0A94DF (or 0x0A94DF) is known color: Pacific Blue. HEX triplet: 0A, 94 and DF. RGB value is (10,148,223). Sum of RGB (Red+Green+Blue) = 10+148+223=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A94DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A94DF is #F56B20. Grayscale: #727272. Windows color (decimal): -16083745 or 14652426. OLE color: 14652426.
HSL color Cylindrical-coordinate representation of color #0A94DF: hue angle of 201.13º 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 #0A94DF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 148 | 223 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.13 |
| HSL | 201.13º | 0.91% | 0.46% | - |
| HSV(B) | 201.13º | 0.96% | 0.87% | - |
| XYZ | 24.03 | 26.57 | 73.67 | - |
| YUV | 115.29 | 188.78 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 148 | 223 | 0.96 | 0.34 | 0 | 0.13 | 201.13 | 0.91 | 0.46 |
| Hex | A | 94 | DF | 60 | 22 | 0 | D | C9 | 5B | 2E |
| Octal | 12 | 224 | 337 | 140 | 42 | 0 | 15 | 311 | 133 | 56 |
| Binary | 1010 | 10010100 | 11011111 | 1100000 | 100010 | 0 | 1101 | 11001001 | 1011011 | 101110 |
Color Harmonies of #0A94DF
Complementary color
Monochromatic Colors of #0A94DF
Black with #0A94DF
Text Example
Text Example
White with #0A94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A94DF; }
p { color: rgb(10,148,223); }
H1.HeaderClassName
{
color: #0A94DF;
}
.AnyTagClassName
{
color: #0A94DF;
}
</style>
background-color css
<style>
a { background-color: #0A94DF; }
a { background-color: rgb(10,148,223); }
div.DivClassName
{
background-color: #0A94DF;
}
.BgClassName
{
background-color: #0A94DF;
}
</style>
border-color css
<style>
span { border-color: #0A94DF; }
span { border-color: rgb(10,148,223); }
td.TdClassName
{
border-color: #0A94DF;
}
.TagClassName
{
border-color: #0A94DF;
}
</style>