Shades of Pacific Blue #0E9BBC
Tints of Pacific Blue #0E9BBC
RGB
CMYK
RGB Variations
Color information
#0E9BBC (or 0x0E9BBC) is known color: Pacific Blue. HEX triplet: 0E, 9B and BC. RGB value is (14,155,188). Sum of RGB (Red+Green+Blue) = 14+155+188=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E9BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BBC is #F16443. Grayscale: #747474. Windows color (decimal): -15819844 or 12360462. OLE color: 12360462.
HSL color Cylindrical-coordinate representation of color #0E9BBC: hue angle of 191.38º 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 #0E9BBC is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 155 | 188 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.26 |
| HSL | 191.38º | 0.86% | 0.4% | - |
| HSV(B) | 191.38º | 0.93% | 0.74% | - |
| XYZ | 20.98 | 27.17 | 51.71 | - |
| YUV | 116.6 | 168.29 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 188 | 0.93 | 0.18 | 0 | 0.26 | 191.38 | 0.86 | 0.4 |
| Hex | E | 9B | BC | 5D | 12 | 0 | 1A | BF | 56 | 28 |
| Octal | 16 | 233 | 274 | 135 | 22 | 0 | 32 | 277 | 126 | 50 |
| Binary | 1110 | 10011011 | 10111100 | 1011101 | 10010 | 0 | 11010 | 10111111 | 1010110 | 101000 |
Color Harmonies of #0E9BBC
Complementary color
Monochromatic Colors of #0E9BBC
Black with #0E9BBC
Text Example
Text Example
White with #0E9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9BBC; }
p { color: rgb(14,155,188); }
H1.HeaderClassName
{
color: #0E9BBC;
}
.AnyTagClassName
{
color: #0E9BBC;
}
</style>
background-color css
<style>
a { background-color: #0E9BBC; }
a { background-color: rgb(14,155,188); }
div.DivClassName
{
background-color: #0E9BBC;
}
.BgClassName
{
background-color: #0E9BBC;
}
</style>
border-color css
<style>
span { border-color: #0E9BBC; }
span { border-color: rgb(14,155,188); }
td.TdClassName
{
border-color: #0E9BBC;
}
.TagClassName
{
border-color: #0E9BBC;
}
</style>