Shades of Pacific Blue #018EDE
Tints of Pacific Blue #018EDE
RGB
CMYK
RGB Variations
Color information
#018EDE (or 0x018EDE) is known color: Pacific Blue. HEX triplet: 01, 8E and DE. RGB value is (1,142,222). Sum of RGB (Red+Green+Blue) = 1+142+222=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #018EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EDE is #FE7121. Grayscale: #6C6C6C. Windows color (decimal): -16675106 or 14585345. OLE color: 14585345.
HSL color Cylindrical-coordinate representation of color #018EDE: hue angle of 201.72º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018EDE is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 142 | 222 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.13 |
| HSL | 201.72º | 0.99% | 0.44% | - |
| HSV(B) | 201.72º | 1% | 0.87% | - |
| XYZ | 22.87 | 24.63 | 72.66 | - |
| YUV | 108.96 | 191.79 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 222 | 1.00 | 0.36 | 0 | 0.13 | 201.72 | 0.99 | 0.44 |
| Hex | 1 | 8E | DE | 64 | 24 | 0 | D | CA | 63 | 2C |
| Octal | 1 | 216 | 336 | 144 | 44 | 0 | 15 | 312 | 143 | 54 |
| Binary | 1 | 10001110 | 11011110 | 1100100 | 100100 | 0 | 1101 | 11001010 | 1100011 | 101100 |
Color Harmonies of #018EDE
Complementary color
Monochromatic Colors of #018EDE
Black with #018EDE
Text Example
Text Example
White with #018EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EDE; }
p { color: rgb(1,142,222); }
H1.HeaderClassName
{
color: #018EDE;
}
.AnyTagClassName
{
color: #018EDE;
}
</style>
background-color css
<style>
a { background-color: #018EDE; }
a { background-color: rgb(1,142,222); }
div.DivClassName
{
background-color: #018EDE;
}
.BgClassName
{
background-color: #018EDE;
}
</style>
border-color css
<style>
span { border-color: #018EDE; }
span { border-color: rgb(1,142,222); }
td.TdClassName
{
border-color: #018EDE;
}
.TagClassName
{
border-color: #018EDE;
}
</style>