Shades of Pacific Blue #0AA3DF
Tints of Pacific Blue #0AA3DF
RGB
CMYK
RGB Variations
Color information
#0AA3DF (or 0x0AA3DF) is known color: Pacific Blue. HEX triplet: 0A, A3 and DF. RGB value is (10,163,223). Sum of RGB (Red+Green+Blue) = 10+163+223=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AA3DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA3DF is #F55C20. Grayscale: #7B7B7B. Windows color (decimal): -16079905 or 14656266. OLE color: 14656266.
HSL color Cylindrical-coordinate representation of color #0AA3DF: hue angle of 196.9º 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 #0AA3DF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 163 | 223 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.13 |
| HSL | 196.9º | 0.91% | 0.46% | - |
| HSV(B) | 196.9º | 0.96% | 0.87% | - |
| XYZ | 26.54 | 31.59 | 74.51 | - |
| YUV | 124.09 | 183.81 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 223 | 0.96 | 0.27 | 0 | 0.13 | 196.9 | 0.91 | 0.46 |
| Hex | A | A3 | DF | 60 | 1B | 0 | D | C5 | 5B | 2E |
| Octal | 12 | 243 | 337 | 140 | 33 | 0 | 15 | 305 | 133 | 56 |
| Binary | 1010 | 10100011 | 11011111 | 1100000 | 11011 | 0 | 1101 | 11000101 | 1011011 | 101110 |
Color Harmonies of #0AA3DF
Complementary color
Monochromatic Colors of #0AA3DF
Black with #0AA3DF
Text Example
Text Example
White with #0AA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA3DF; }
p { color: rgb(10,163,223); }
H1.HeaderClassName
{
color: #0AA3DF;
}
.AnyTagClassName
{
color: #0AA3DF;
}
</style>
background-color css
<style>
a { background-color: #0AA3DF; }
a { background-color: rgb(10,163,223); }
div.DivClassName
{
background-color: #0AA3DF;
}
.BgClassName
{
background-color: #0AA3DF;
}
</style>
border-color css
<style>
span { border-color: #0AA3DF; }
span { border-color: rgb(10,163,223); }
td.TdClassName
{
border-color: #0AA3DF;
}
.TagClassName
{
border-color: #0AA3DF;
}
</style>