Shades of Pacific Blue #018CDC
Tints of Pacific Blue #018CDC
RGB
CMYK
RGB Variations
Color information
#018CDC (or 0x018CDC) is known color: Pacific Blue. HEX triplet: 01, 8C and DC. RGB value is (1,140,220). Sum of RGB (Red+Green+Blue) = 1+140+220=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #018CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CDC is #FE7323. Grayscale: #6B6B6B. Windows color (decimal): -16675620 or 14453761. OLE color: 14453761.
HSL color Cylindrical-coordinate representation of color #018CDC: hue angle of 201.92º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CDC is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 140 | 220 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.14 |
| HSL | 201.92º | 0.99% | 0.43% | - |
| HSV(B) | 201.92º | 1% | 0.86% | - |
| XYZ | 22.31 | 23.93 | 71.15 | - |
| YUV | 107.56 | 191.45 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 220 | 1.00 | 0.36 | 0 | 0.14 | 201.92 | 0.99 | 0.43 |
| Hex | 1 | 8C | DC | 64 | 24 | 0 | E | CA | 63 | 2B |
| Octal | 1 | 214 | 334 | 144 | 44 | 0 | 16 | 312 | 143 | 53 |
| Binary | 1 | 10001100 | 11011100 | 1100100 | 100100 | 0 | 1110 | 11001010 | 1100011 | 101011 |
Color Harmonies of #018CDC
Complementary color
Monochromatic Colors of #018CDC
Black with #018CDC
Text Example
Text Example
White with #018CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CDC; }
p { color: rgb(1,140,220); }
H1.HeaderClassName
{
color: #018CDC;
}
.AnyTagClassName
{
color: #018CDC;
}
</style>
background-color css
<style>
a { background-color: #018CDC; }
a { background-color: rgb(1,140,220); }
div.DivClassName
{
background-color: #018CDC;
}
.BgClassName
{
background-color: #018CDC;
}
</style>
border-color css
<style>
span { border-color: #018CDC; }
span { border-color: rgb(1,140,220); }
td.TdClassName
{
border-color: #018CDC;
}
.TagClassName
{
border-color: #018CDC;
}
</style>