Shades of Pacific Blue #0D9ADB
Tints of Pacific Blue #0D9ADB
RGB
CMYK
RGB Variations
Color information
#0D9ADB (or 0x0D9ADB) is known color: Pacific Blue. HEX triplet: 0D, 9A and DB. RGB value is (13,154,219). Sum of RGB (Red+Green+Blue) = 13+154+219=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D9ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9ADB is #F26524. Grayscale: #767676. Windows color (decimal): -15885605 or 14391821. OLE color: 14391821.
HSL color Cylindrical-coordinate representation of color #0D9ADB: hue angle of 198.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9ADB is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 154 | 219 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.14 |
| HSL | 198.93º | 0.89% | 0.45% | - |
| HSV(B) | 198.93º | 0.94% | 0.86% | - |
| XYZ | 24.51 | 28.31 | 71.19 | - |
| YUV | 119.25 | 184.29 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 219 | 0.94 | 0.30 | 0 | 0.14 | 198.93 | 0.89 | 0.45 |
| Hex | D | 9A | DB | 5E | 1E | 0 | E | C7 | 59 | 2D |
| Octal | 15 | 232 | 333 | 136 | 36 | 0 | 16 | 307 | 131 | 55 |
| Binary | 1101 | 10011010 | 11011011 | 1011110 | 11110 | 0 | 1110 | 11000111 | 1011001 | 101101 |
Color Harmonies of #0D9ADB
Complementary color
Monochromatic Colors of #0D9ADB
Black with #0D9ADB
Text Example
Text Example
White with #0D9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9ADB; }
p { color: rgb(13,154,219); }
H1.HeaderClassName
{
color: #0D9ADB;
}
.AnyTagClassName
{
color: #0D9ADB;
}
</style>
background-color css
<style>
a { background-color: #0D9ADB; }
a { background-color: rgb(13,154,219); }
div.DivClassName
{
background-color: #0D9ADB;
}
.BgClassName
{
background-color: #0D9ADB;
}
</style>
border-color css
<style>
span { border-color: #0D9ADB; }
span { border-color: rgb(13,154,219); }
td.TdClassName
{
border-color: #0D9ADB;
}
.TagClassName
{
border-color: #0D9ADB;
}
</style>