Shades of Pacific Blue #0E8FCB
Tints of Pacific Blue #0E8FCB
RGB
CMYK
RGB Variations
Color information
#0E8FCB (or 0x0E8FCB) is known color: Pacific Blue. HEX triplet: 0E, 8F and CB. RGB value is (14,143,203). Sum of RGB (Red+Green+Blue) = 14+143+203=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #0E8FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8FCB is #F17034. Grayscale: #6E6E6E. Windows color (decimal): -15822901 or 13340430. OLE color: 13340430.
HSL color Cylindrical-coordinate representation of color #0E8FCB: hue angle of 199.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8FCB is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 143 | 203 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.20 |
| HSL | 199.05º | 0.87% | 0.43% | - |
| HSV(B) | 199.05º | 0.93% | 0.8% | - |
| XYZ | 20.78 | 24.05 | 60.05 | - |
| YUV | 111.27 | 179.76 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 143 | 203 | 0.93 | 0.30 | 0 | 0.20 | 199.05 | 0.87 | 0.43 |
| Hex | E | 8F | CB | 5D | 1E | 0 | 14 | C7 | 57 | 2B |
| Octal | 16 | 217 | 313 | 135 | 36 | 0 | 24 | 307 | 127 | 53 |
| Binary | 1110 | 10001111 | 11001011 | 1011101 | 11110 | 0 | 10100 | 11000111 | 1010111 | 101011 |
Color Harmonies of #0E8FCB
Complementary color
Monochromatic Colors of #0E8FCB
Black with #0E8FCB
Text Example
Text Example
White with #0E8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8FCB; }
p { color: rgb(14,143,203); }
H1.HeaderClassName
{
color: #0E8FCB;
}
.AnyTagClassName
{
color: #0E8FCB;
}
</style>
background-color css
<style>
a { background-color: #0E8FCB; }
a { background-color: rgb(14,143,203); }
div.DivClassName
{
background-color: #0E8FCB;
}
.BgClassName
{
background-color: #0E8FCB;
}
</style>
border-color css
<style>
span { border-color: #0E8FCB; }
span { border-color: rgb(14,143,203); }
td.TdClassName
{
border-color: #0E8FCB;
}
.TagClassName
{
border-color: #0E8FCB;
}
</style>