Shades of Pacific Blue #0E8ACE
Tints of Pacific Blue #0E8ACE
RGB
CMYK
RGB Variations
Color information
#0E8ACE (or 0x0E8ACE) is known color: Pacific Blue. HEX triplet: 0E, 8A and CE. RGB value is (14,138,206). Sum of RGB (Red+Green+Blue) = 14+138+206=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #0E8ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8ACE is #F17531. Grayscale: #6C6C6C. Windows color (decimal): -15824178 or 13535758. OLE color: 13535758.
HSL color Cylindrical-coordinate representation of color #0E8ACE: hue angle of 201.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8ACE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 138 | 206 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.19 |
| HSL | 201.25º | 0.87% | 0.43% | - |
| HSV(B) | 201.25º | 0.93% | 0.81% | - |
| XYZ | 20.41 | 22.73 | 61.7 | - |
| YUV | 108.68 | 182.92 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 206 | 0.93 | 0.33 | 0 | 0.19 | 201.25 | 0.87 | 0.43 |
| Hex | E | 8A | CE | 5D | 21 | 0 | 13 | C9 | 57 | 2B |
| Octal | 16 | 212 | 316 | 135 | 41 | 0 | 23 | 311 | 127 | 53 |
| Binary | 1110 | 10001010 | 11001110 | 1011101 | 100001 | 0 | 10011 | 11001001 | 1010111 | 101011 |
Color Harmonies of #0E8ACE
Complementary color
Monochromatic Colors of #0E8ACE
Black with #0E8ACE
Text Example
Text Example
White with #0E8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8ACE; }
p { color: rgb(14,138,206); }
H1.HeaderClassName
{
color: #0E8ACE;
}
.AnyTagClassName
{
color: #0E8ACE;
}
</style>
background-color css
<style>
a { background-color: #0E8ACE; }
a { background-color: rgb(14,138,206); }
div.DivClassName
{
background-color: #0E8ACE;
}
.BgClassName
{
background-color: #0E8ACE;
}
</style>
border-color css
<style>
span { border-color: #0E8ACE; }
span { border-color: rgb(14,138,206); }
td.TdClassName
{
border-color: #0E8ACE;
}
.TagClassName
{
border-color: #0E8ACE;
}
</style>