Shades of Pacific Blue #018ED0
Tints of Pacific Blue #018ED0
RGB
CMYK
RGB Variations
Color information
#018ED0 (or 0x018ED0) is known color: Pacific Blue. HEX triplet: 01, 8E and D0. RGB value is (1,142,208). Sum of RGB (Red+Green+Blue) = 1+142+208=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #018ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ED0 is #FE712F. Grayscale: #6A6A6A. Windows color (decimal): -16675120 or 13667841. OLE color: 13667841.
HSL color Cylindrical-coordinate representation of color #018ED0: hue angle of 199.13º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ED0 is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 142 | 208 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.18 |
| HSL | 199.13º | 0.99% | 0.41% | - |
| HSV(B) | 199.13º | 1% | 0.82% | - |
| XYZ | 21.07 | 23.91 | 63.18 | - |
| YUV | 107.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 208 | 1.00 | 0.32 | 0 | 0.18 | 199.13 | 0.99 | 0.41 |
| Hex | 1 | 8E | D0 | 64 | 20 | 0 | 12 | C7 | 63 | 29 |
| Octal | 1 | 216 | 320 | 144 | 40 | 0 | 22 | 307 | 143 | 51 |
| Binary | 1 | 10001110 | 11010000 | 1100100 | 100000 | 0 | 10010 | 11000111 | 1100011 | 101001 |
Color Harmonies of #018ED0
Complementary color
Monochromatic Colors of #018ED0
Black with #018ED0
Text Example
Text Example
White with #018ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ED0; }
p { color: rgb(1,142,208); }
H1.HeaderClassName
{
color: #018ED0;
}
.AnyTagClassName
{
color: #018ED0;
}
</style>
background-color css
<style>
a { background-color: #018ED0; }
a { background-color: rgb(1,142,208); }
div.DivClassName
{
background-color: #018ED0;
}
.BgClassName
{
background-color: #018ED0;
}
</style>
border-color css
<style>
span { border-color: #018ED0; }
span { border-color: rgb(1,142,208); }
td.TdClassName
{
border-color: #018ED0;
}
.TagClassName
{
border-color: #018ED0;
}
</style>