Shades of Pacific Blue #018CCF
Tints of Pacific Blue #018CCF
RGB
CMYK
RGB Variations
Color information
#018CCF (or 0x018CCF) is known color: Pacific Blue. HEX triplet: 01, 8C and CF. RGB value is (1,140,207). Sum of RGB (Red+Green+Blue) = 1+140+207=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #018CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CCF is #FE7330. Grayscale: #696969. Windows color (decimal): -16675633 or 13601793. OLE color: 13601793.
HSL color Cylindrical-coordinate representation of color #018CCF: hue angle of 199.51º 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 #018CCF is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 140 | 207 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.19 |
| HSL | 199.51º | 0.99% | 0.41% | - |
| HSV(B) | 199.51º | 1% | 0.81% | - |
| XYZ | 20.65 | 23.27 | 62.43 | - |
| YUV | 106.08 | 184.95 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 207 | 1.00 | 0.32 | 0 | 0.19 | 199.51 | 0.99 | 0.41 |
| Hex | 1 | 8C | CF | 64 | 20 | 0 | 13 | C8 | 63 | 29 |
| Octal | 1 | 214 | 317 | 144 | 40 | 0 | 23 | 310 | 143 | 51 |
| Binary | 1 | 10001100 | 11001111 | 1100100 | 100000 | 0 | 10011 | 11001000 | 1100011 | 101001 |
Color Harmonies of #018CCF
Complementary color
Monochromatic Colors of #018CCF
Black with #018CCF
Text Example
Text Example
White with #018CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CCF; }
p { color: rgb(1,140,207); }
H1.HeaderClassName
{
color: #018CCF;
}
.AnyTagClassName
{
color: #018CCF;
}
</style>
background-color css
<style>
a { background-color: #018CCF; }
a { background-color: rgb(1,140,207); }
div.DivClassName
{
background-color: #018CCF;
}
.BgClassName
{
background-color: #018CCF;
}
</style>
border-color css
<style>
span { border-color: #018CCF; }
span { border-color: rgb(1,140,207); }
td.TdClassName
{
border-color: #018CCF;
}
.TagClassName
{
border-color: #018CCF;
}
</style>