Shades of Pacific Blue #0D9EDA
Tints of Pacific Blue #0D9EDA
RGB
CMYK
RGB Variations
Color information
#0D9EDA (or 0x0D9EDA) is known color: Pacific Blue. HEX triplet: 0D, 9E and DA. RGB value is (13,158,218). Sum of RGB (Red+Green+Blue) = 13+158+218=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D9EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9EDA is #F26125. Grayscale: #797979. Windows color (decimal): -15884582 or 14327309. OLE color: 14327309.
HSL color Cylindrical-coordinate representation of color #0D9EDA: hue angle of 197.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9EDA is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 158 | 218 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.15 |
| HSL | 197.56º | 0.89% | 0.45% | - |
| HSV(B) | 197.56º | 0.94% | 0.85% | - |
| XYZ | 25.05 | 29.6 | 70.72 | - |
| YUV | 121.49 | 182.46 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 218 | 0.94 | 0.28 | 0 | 0.15 | 197.56 | 0.89 | 0.45 |
| Hex | D | 9E | DA | 5E | 1C | 0 | F | C6 | 59 | 2D |
| Octal | 15 | 236 | 332 | 136 | 34 | 0 | 17 | 306 | 131 | 55 |
| Binary | 1101 | 10011110 | 11011010 | 1011110 | 11100 | 0 | 1111 | 11000110 | 1011001 | 101101 |
Color Harmonies of #0D9EDA
Complementary color
Monochromatic Colors of #0D9EDA
Black with #0D9EDA
Text Example
Text Example
White with #0D9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9EDA; }
p { color: rgb(13,158,218); }
H1.HeaderClassName
{
color: #0D9EDA;
}
.AnyTagClassName
{
color: #0D9EDA;
}
</style>
background-color css
<style>
a { background-color: #0D9EDA; }
a { background-color: rgb(13,158,218); }
div.DivClassName
{
background-color: #0D9EDA;
}
.BgClassName
{
background-color: #0D9EDA;
}
</style>
border-color css
<style>
span { border-color: #0D9EDA; }
span { border-color: rgb(13,158,218); }
td.TdClassName
{
border-color: #0D9EDA;
}
.TagClassName
{
border-color: #0D9EDA;
}
</style>