Shades of Pacific Blue #0D9EDC
Tints of Pacific Blue #0D9EDC
RGB
CMYK
RGB Variations
Color information
#0D9EDC (or 0x0D9EDC) is known color: Pacific Blue. HEX triplet: 0D, 9E and DC. RGB value is (13,158,220). Sum of RGB (Red+Green+Blue) = 13+158+220=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D9EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9EDC is #F26123. Grayscale: #797979. Windows color (decimal): -15884580 or 14458381. OLE color: 14458381.
HSL color Cylindrical-coordinate representation of color #0D9EDC: hue angle of 197.97º 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 #0D9EDC is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 158 | 220 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.14 |
| HSL | 197.97º | 0.89% | 0.46% | - |
| HSV(B) | 197.97º | 0.94% | 0.86% | - |
| XYZ | 25.31 | 29.71 | 72.11 | - |
| YUV | 121.71 | 183.46 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 220 | 0.94 | 0.28 | 0 | 0.14 | 197.97 | 0.89 | 0.46 |
| Hex | D | 9E | DC | 5E | 1C | 0 | E | C6 | 59 | 2E |
| Octal | 15 | 236 | 334 | 136 | 34 | 0 | 16 | 306 | 131 | 56 |
| Binary | 1101 | 10011110 | 11011100 | 1011110 | 11100 | 0 | 1110 | 11000110 | 1011001 | 101110 |
Color Harmonies of #0D9EDC
Complementary color
Monochromatic Colors of #0D9EDC
Black with #0D9EDC
Text Example
Text Example
White with #0D9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9EDC; }
p { color: rgb(13,158,220); }
H1.HeaderClassName
{
color: #0D9EDC;
}
.AnyTagClassName
{
color: #0D9EDC;
}
</style>
background-color css
<style>
a { background-color: #0D9EDC; }
a { background-color: rgb(13,158,220); }
div.DivClassName
{
background-color: #0D9EDC;
}
.BgClassName
{
background-color: #0D9EDC;
}
</style>
border-color css
<style>
span { border-color: #0D9EDC; }
span { border-color: rgb(13,158,220); }
td.TdClassName
{
border-color: #0D9EDC;
}
.TagClassName
{
border-color: #0D9EDC;
}
</style>