Shades of Pacific Blue #0D9FDC
Tints of Pacific Blue #0D9FDC
RGB
CMYK
RGB Variations
Color information
#0D9FDC (or 0x0D9FDC) is known color: Pacific Blue. HEX triplet: 0D, 9F and DC. RGB value is (13,159,220). Sum of RGB (Red+Green+Blue) = 13+159+220=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D9FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9FDC is #F26023. Grayscale: #797979. Windows color (decimal): -15884324 or 14458637. OLE color: 14458637.
HSL color Cylindrical-coordinate representation of color #0D9FDC: hue angle of 197.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9FDC is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 159 | 220 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.14 |
| HSL | 197.68º | 0.89% | 0.46% | - |
| HSV(B) | 197.68º | 0.94% | 0.86% | - |
| XYZ | 25.48 | 30.05 | 72.17 | - |
| YUV | 122.3 | 183.13 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 220 | 0.94 | 0.28 | 0 | 0.14 | 197.68 | 0.89 | 0.46 |
| Hex | D | 9F | DC | 5E | 1C | 0 | E | C6 | 59 | 2E |
| Octal | 15 | 237 | 334 | 136 | 34 | 0 | 16 | 306 | 131 | 56 |
| Binary | 1101 | 10011111 | 11011100 | 1011110 | 11100 | 0 | 1110 | 11000110 | 1011001 | 101110 |
Color Harmonies of #0D9FDC
Complementary color
Monochromatic Colors of #0D9FDC
Black with #0D9FDC
Text Example
Text Example
White with #0D9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9FDC; }
p { color: rgb(13,159,220); }
H1.HeaderClassName
{
color: #0D9FDC;
}
.AnyTagClassName
{
color: #0D9FDC;
}
</style>
background-color css
<style>
a { background-color: #0D9FDC; }
a { background-color: rgb(13,159,220); }
div.DivClassName
{
background-color: #0D9FDC;
}
.BgClassName
{
background-color: #0D9FDC;
}
</style>
border-color css
<style>
span { border-color: #0D9FDC; }
span { border-color: rgb(13,159,220); }
td.TdClassName
{
border-color: #0D9FDC;
}
.TagClassName
{
border-color: #0D9FDC;
}
</style>