Shades of Pacific Blue #018ECE
Tints of Pacific Blue #018ECE
RGB
CMYK
RGB Variations
Color information
#018ECE (or 0x018ECE) is known color: Pacific Blue. HEX triplet: 01, 8E and CE. RGB value is (1,142,206). Sum of RGB (Red+Green+Blue) = 1+142+206=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #018ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ECE is #FE7131. Grayscale: #6A6A6A. Windows color (decimal): -16675122 or 13536769. OLE color: 13536769.
HSL color Cylindrical-coordinate representation of color #018ECE: hue angle of 198.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ECE is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 142 | 206 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.19 |
| HSL | 198.73º | 0.99% | 0.41% | - |
| HSV(B) | 198.73º | 1% | 0.81% | - |
| XYZ | 20.83 | 23.81 | 61.89 | - |
| YUV | 107.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 206 | 1.00 | 0.31 | 0 | 0.19 | 198.73 | 0.99 | 0.41 |
| Hex | 1 | 8E | CE | 64 | 1F | 0 | 13 | C7 | 63 | 29 |
| Octal | 1 | 216 | 316 | 144 | 37 | 0 | 23 | 307 | 143 | 51 |
| Binary | 1 | 10001110 | 11001110 | 1100100 | 11111 | 0 | 10011 | 11000111 | 1100011 | 101001 |
Color Harmonies of #018ECE
Complementary color
Monochromatic Colors of #018ECE
Black with #018ECE
Text Example
Text Example
White with #018ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ECE; }
p { color: rgb(1,142,206); }
H1.HeaderClassName
{
color: #018ECE;
}
.AnyTagClassName
{
color: #018ECE;
}
</style>
background-color css
<style>
a { background-color: #018ECE; }
a { background-color: rgb(1,142,206); }
div.DivClassName
{
background-color: #018ECE;
}
.BgClassName
{
background-color: #018ECE;
}
</style>
border-color css
<style>
span { border-color: #018ECE; }
span { border-color: rgb(1,142,206); }
td.TdClassName
{
border-color: #018ECE;
}
.TagClassName
{
border-color: #018ECE;
}
</style>