Shades of Pacific Blue #0D9CDE
Tints of Pacific Blue #0D9CDE
RGB
CMYK
RGB Variations
Color information
#0D9CDE (or 0x0D9CDE) is known color: Pacific Blue. HEX triplet: 0D, 9C and DE. RGB value is (13,156,222). Sum of RGB (Red+Green+Blue) = 13+156+222=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D9CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9CDE is #F26321. Grayscale: #787878. Windows color (decimal): -15885090 or 14588941. OLE color: 14588941.
HSL color Cylindrical-coordinate representation of color #0D9CDE: hue angle of 198.95º 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 #0D9CDE is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 156 | 222 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.13 |
| HSL | 198.95º | 0.89% | 0.46% | - |
| HSV(B) | 198.95º | 0.94% | 0.87% | - |
| XYZ | 25.24 | 29.14 | 73.4 | - |
| YUV | 120.77 | 185.12 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 222 | 0.94 | 0.30 | 0 | 0.13 | 198.95 | 0.89 | 0.46 |
| Hex | D | 9C | DE | 5E | 1E | 0 | D | C7 | 59 | 2E |
| Octal | 15 | 234 | 336 | 136 | 36 | 0 | 15 | 307 | 131 | 56 |
| Binary | 1101 | 10011100 | 11011110 | 1011110 | 11110 | 0 | 1101 | 11000111 | 1011001 | 101110 |
Color Harmonies of #0D9CDE
Complementary color
Monochromatic Colors of #0D9CDE
Black with #0D9CDE
Text Example
Text Example
White with #0D9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9CDE; }
p { color: rgb(13,156,222); }
H1.HeaderClassName
{
color: #0D9CDE;
}
.AnyTagClassName
{
color: #0D9CDE;
}
</style>
background-color css
<style>
a { background-color: #0D9CDE; }
a { background-color: rgb(13,156,222); }
div.DivClassName
{
background-color: #0D9CDE;
}
.BgClassName
{
background-color: #0D9CDE;
}
</style>
border-color css
<style>
span { border-color: #0D9CDE; }
span { border-color: rgb(13,156,222); }
td.TdClassName
{
border-color: #0D9CDE;
}
.TagClassName
{
border-color: #0D9CDE;
}
</style>