Shades of Pacific Blue #0D9DDF
Tints of Pacific Blue #0D9DDF
RGB
CMYK
RGB Variations
Color information
#0D9DDF (or 0x0D9DDF) is known color: Pacific Blue. HEX triplet: 0D, 9D and DF. RGB value is (13,157,223). Sum of RGB (Red+Green+Blue) = 13+157+223=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 157 (61.72% from 255 or 39.95% 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 #0D9DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9DDF is #F26220. Grayscale: #797979. Windows color (decimal): -15884833 or 14654733. OLE color: 14654733.
HSL color Cylindrical-coordinate representation of color #0D9DDF: hue angle of 198.86º 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 #0D9DDF is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 157 | 223 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.13 |
| HSL | 198.86º | 0.89% | 0.46% | - |
| HSV(B) | 198.86º | 0.94% | 0.87% | - |
| XYZ | 25.54 | 29.53 | 74.17 | - |
| YUV | 121.47 | 185.29 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 223 | 0.94 | 0.30 | 0 | 0.13 | 198.86 | 0.89 | 0.46 |
| Hex | D | 9D | DF | 5E | 1E | 0 | D | C7 | 59 | 2E |
| Octal | 15 | 235 | 337 | 136 | 36 | 0 | 15 | 307 | 131 | 56 |
| Binary | 1101 | 10011101 | 11011111 | 1011110 | 11110 | 0 | 1101 | 11000111 | 1011001 | 101110 |
Color Harmonies of #0D9DDF
Complementary color
Monochromatic Colors of #0D9DDF
Black with #0D9DDF
Text Example
Text Example
White with #0D9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9DDF; }
p { color: rgb(13,157,223); }
H1.HeaderClassName
{
color: #0D9DDF;
}
.AnyTagClassName
{
color: #0D9DDF;
}
</style>
background-color css
<style>
a { background-color: #0D9DDF; }
a { background-color: rgb(13,157,223); }
div.DivClassName
{
background-color: #0D9DDF;
}
.BgClassName
{
background-color: #0D9DDF;
}
</style>
border-color css
<style>
span { border-color: #0D9DDF; }
span { border-color: rgb(13,157,223); }
td.TdClassName
{
border-color: #0D9DDF;
}
.TagClassName
{
border-color: #0D9DDF;
}
</style>