Shades of Pacific Blue #0DA6DF
Tints of Pacific Blue #0DA6DF
RGB
CMYK
RGB Variations
Color information
#0DA6DF (or 0x0DA6DF) is known color: Pacific Blue. HEX triplet: 0D, A6 and DF. RGB value is (13,166,223). Sum of RGB (Red+Green+Blue) = 13+166+223=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DA6DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA6DF is #F25920. Grayscale: #7E7E7E. Windows color (decimal): -15882529 or 14657037. OLE color: 14657037.
HSL color Cylindrical-coordinate representation of color #0DA6DF: hue angle of 196.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA6DF is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 166 | 223 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.13 |
| HSL | 196.29º | 0.89% | 0.46% | - |
| HSV(B) | 196.29º | 0.94% | 0.87% | - |
| XYZ | 27.12 | 32.69 | 74.69 | - |
| YUV | 126.75 | 182.31 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 223 | 0.94 | 0.26 | 0 | 0.13 | 196.29 | 0.89 | 0.46 |
| Hex | D | A6 | DF | 5E | 1A | 0 | D | C4 | 59 | 2E |
| Octal | 15 | 246 | 337 | 136 | 32 | 0 | 15 | 304 | 131 | 56 |
| Binary | 1101 | 10100110 | 11011111 | 1011110 | 11010 | 0 | 1101 | 11000100 | 1011001 | 101110 |
Color Harmonies of #0DA6DF
Complementary color
Monochromatic Colors of #0DA6DF
Black with #0DA6DF
Text Example
Text Example
White with #0DA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6DF; }
p { color: rgb(13,166,223); }
H1.HeaderClassName
{
color: #0DA6DF;
}
.AnyTagClassName
{
color: #0DA6DF;
}
</style>
background-color css
<style>
a { background-color: #0DA6DF; }
a { background-color: rgb(13,166,223); }
div.DivClassName
{
background-color: #0DA6DF;
}
.BgClassName
{
background-color: #0DA6DF;
}
</style>
border-color css
<style>
span { border-color: #0DA6DF; }
span { border-color: rgb(13,166,223); }
td.TdClassName
{
border-color: #0DA6DF;
}
.TagClassName
{
border-color: #0DA6DF;
}
</style>