Shades of Pacific Blue #0D8ECA
Tints of Pacific Blue #0D8ECA
RGB
CMYK
RGB Variations
Color information
#0D8ECA (or 0x0D8ECA) is known color: Pacific Blue. HEX triplet: 0D, 8E and CA. RGB value is (13,142,202). Sum of RGB (Red+Green+Blue) = 13+142+202=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D8ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8ECA is #F27135. Grayscale: #6D6D6D. Windows color (decimal): -15888694 or 13274637. OLE color: 13274637.
HSL color Cylindrical-coordinate representation of color #0D8ECA: hue angle of 199.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8ECA is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 142 | 202 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.21 |
| HSL | 199.05º | 0.88% | 0.42% | - |
| HSV(B) | 199.05º | 0.94% | 0.79% | - |
| XYZ | 20.5 | 23.7 | 59.37 | - |
| YUV | 110.27 | 179.76 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 202 | 0.94 | 0.30 | 0 | 0.21 | 199.05 | 0.88 | 0.42 |
| Hex | D | 8E | CA | 5E | 1E | 0 | 15 | C7 | 58 | 2A |
| Octal | 15 | 216 | 312 | 136 | 36 | 0 | 25 | 307 | 130 | 52 |
| Binary | 1101 | 10001110 | 11001010 | 1011110 | 11110 | 0 | 10101 | 11000111 | 1011000 | 101010 |
Color Harmonies of #0D8ECA
Complementary color
Monochromatic Colors of #0D8ECA
Black with #0D8ECA
Text Example
Text Example
White with #0D8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8ECA; }
p { color: rgb(13,142,202); }
H1.HeaderClassName
{
color: #0D8ECA;
}
.AnyTagClassName
{
color: #0D8ECA;
}
</style>
background-color css
<style>
a { background-color: #0D8ECA; }
a { background-color: rgb(13,142,202); }
div.DivClassName
{
background-color: #0D8ECA;
}
.BgClassName
{
background-color: #0D8ECA;
}
</style>
border-color css
<style>
span { border-color: #0D8ECA; }
span { border-color: rgb(13,142,202); }
td.TdClassName
{
border-color: #0D8ECA;
}
.TagClassName
{
border-color: #0D8ECA;
}
</style>