Shades of Pacific Blue #0AA0DF
Tints of Pacific Blue #0AA0DF
RGB
CMYK
RGB Variations
Color information
#0AA0DF (or 0x0AA0DF) is known color: Pacific Blue. HEX triplet: 0A, A0 and DF. RGB value is (10,160,223). Sum of RGB (Red+Green+Blue) = 10+160+223=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AA0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA0DF is #F55F20. Grayscale: #797979. Windows color (decimal): -16080673 or 14655498. OLE color: 14655498.
HSL color Cylindrical-coordinate representation of color #0AA0DF: hue angle of 197.75º 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 #0AA0DF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 160 | 223 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.13 |
| HSL | 197.75º | 0.91% | 0.46% | - |
| HSV(B) | 197.75º | 0.96% | 0.87% | - |
| XYZ | 26.02 | 30.53 | 74.33 | - |
| YUV | 122.33 | 184.81 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 223 | 0.96 | 0.28 | 0 | 0.13 | 197.75 | 0.91 | 0.46 |
| Hex | A | A0 | DF | 60 | 1C | 0 | D | C6 | 5B | 2E |
| Octal | 12 | 240 | 337 | 140 | 34 | 0 | 15 | 306 | 133 | 56 |
| Binary | 1010 | 10100000 | 11011111 | 1100000 | 11100 | 0 | 1101 | 11000110 | 1011011 | 101110 |
Color Harmonies of #0AA0DF
Complementary color
Monochromatic Colors of #0AA0DF
Black with #0AA0DF
Text Example
Text Example
White with #0AA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA0DF; }
p { color: rgb(10,160,223); }
H1.HeaderClassName
{
color: #0AA0DF;
}
.AnyTagClassName
{
color: #0AA0DF;
}
</style>
background-color css
<style>
a { background-color: #0AA0DF; }
a { background-color: rgb(10,160,223); }
div.DivClassName
{
background-color: #0AA0DF;
}
.BgClassName
{
background-color: #0AA0DF;
}
</style>
border-color css
<style>
span { border-color: #0AA0DF; }
span { border-color: rgb(10,160,223); }
td.TdClassName
{
border-color: #0AA0DF;
}
.TagClassName
{
border-color: #0AA0DF;
}
</style>