Shades of Pacific Blue #0EA7BD
Tints of Pacific Blue #0EA7BD
RGB
CMYK
RGB Variations
Color information
#0EA7BD (or 0x0EA7BD) is known color: Pacific Blue. HEX triplet: 0E, A7 and BD. RGB value is (14,167,189). Sum of RGB (Red+Green+Blue) = 14+167+189=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #0EA7BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA7BD is #F15842. Grayscale: #7B7B7B. Windows color (decimal): -15816771 or 12429070. OLE color: 12429070.
HSL color Cylindrical-coordinate representation of color #0EA7BD: hue angle of 187.54º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA7BD is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 167 | 189 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.26 |
| HSL | 187.54º | 0.86% | 0.4% | - |
| HSV(B) | 187.54º | 0.93% | 0.74% | - |
| XYZ | 23.19 | 31.4 | 52.98 | - |
| YUV | 123.76 | 164.81 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 189 | 0.93 | 0.12 | 0 | 0.26 | 187.54 | 0.86 | 0.4 |
| Hex | E | A7 | BD | 5D | C | 0 | 1A | BC | 56 | 28 |
| Octal | 16 | 247 | 275 | 135 | 14 | 0 | 32 | 274 | 126 | 50 |
| Binary | 1110 | 10100111 | 10111101 | 1011101 | 1100 | 0 | 11010 | 10111100 | 1010110 | 101000 |
Color Harmonies of #0EA7BD
Complementary color
Monochromatic Colors of #0EA7BD
Black with #0EA7BD
Text Example
Text Example
White with #0EA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA7BD; }
p { color: rgb(14,167,189); }
H1.HeaderClassName
{
color: #0EA7BD;
}
.AnyTagClassName
{
color: #0EA7BD;
}
</style>
background-color css
<style>
a { background-color: #0EA7BD; }
a { background-color: rgb(14,167,189); }
div.DivClassName
{
background-color: #0EA7BD;
}
.BgClassName
{
background-color: #0EA7BD;
}
</style>
border-color css
<style>
span { border-color: #0EA7BD; }
span { border-color: rgb(14,167,189); }
td.TdClassName
{
border-color: #0EA7BD;
}
.TagClassName
{
border-color: #0EA7BD;
}
</style>