Shades of Pacific Blue #0DA6DD
Tints of Pacific Blue #0DA6DD
RGB
CMYK
RGB Variations
Color information
#0DA6DD (or 0x0DA6DD) is known color: Pacific Blue. HEX triplet: 0D, A6 and DD. RGB value is (13,166,221). Sum of RGB (Red+Green+Blue) = 13+166+221=400 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DA6DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA6DD is #F25922. Grayscale: #7E7E7E. Windows color (decimal): -15882531 or 14525965. OLE color: 14525965.
HSL color Cylindrical-coordinate representation of color #0DA6DD: hue angle of 195.87º 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 #0DA6DD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 166 | 221 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.13 |
| HSL | 195.87º | 0.89% | 0.46% | - |
| HSV(B) | 195.87º | 0.94% | 0.87% | - |
| XYZ | 26.85 | 32.58 | 73.28 | - |
| YUV | 126.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 221 | 0.94 | 0.25 | 0 | 0.13 | 195.87 | 0.89 | 0.46 |
| Hex | D | A6 | DD | 5E | 19 | 0 | D | C4 | 59 | 2E |
| Octal | 15 | 246 | 335 | 136 | 31 | 0 | 15 | 304 | 131 | 56 |
| Binary | 1101 | 10100110 | 11011101 | 1011110 | 11001 | 0 | 1101 | 11000100 | 1011001 | 101110 |
Color Harmonies of #0DA6DD
Complementary color
Monochromatic Colors of #0DA6DD
Black with #0DA6DD
Text Example
Text Example
White with #0DA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6DD; }
p { color: rgb(13,166,221); }
H1.HeaderClassName
{
color: #0DA6DD;
}
.AnyTagClassName
{
color: #0DA6DD;
}
</style>
background-color css
<style>
a { background-color: #0DA6DD; }
a { background-color: rgb(13,166,221); }
div.DivClassName
{
background-color: #0DA6DD;
}
.BgClassName
{
background-color: #0DA6DD;
}
</style>
border-color css
<style>
span { border-color: #0DA6DD; }
span { border-color: rgb(13,166,221); }
td.TdClassName
{
border-color: #0DA6DD;
}
.TagClassName
{
border-color: #0DA6DD;
}
</style>