Shades of Pacific Blue #018CCC
Tints of Pacific Blue #018CCC
RGB
CMYK
RGB Variations
Color information
#018CCC (or 0x018CCC) is known color: Pacific Blue. HEX triplet: 01, 8C and CC. RGB value is (1,140,204). Sum of RGB (Red+Green+Blue) = 1+140+204=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #018CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CCC is #FE7333. Grayscale: #696969. Windows color (decimal): -16675636 or 13405185. OLE color: 13405185.
HSL color Cylindrical-coordinate representation of color #018CCC: hue angle of 198.92º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CCC is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 140 | 204 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.2 |
| HSL | 198.92º | 0.99% | 0.4% | - |
| HSV(B) | 198.92º | 1% | 0.8% | - |
| XYZ | 20.29 | 23.12 | 60.52 | - |
| YUV | 105.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 204 | 1.00 | 0.31 | 0 | 0.2 | 198.92 | 0.99 | 0.4 |
| Hex | 1 | 8C | CC | 64 | 1F | 0 | 14 | C7 | 63 | 28 |
| Octal | 1 | 214 | 314 | 144 | 37 | 0 | 24 | 307 | 143 | 50 |
| Binary | 1 | 10001100 | 11001100 | 1100100 | 11111 | 0 | 10100 | 11000111 | 1100011 | 101000 |
Color Harmonies of #018CCC
Complementary color
Monochromatic Colors of #018CCC
Black with #018CCC
Text Example
Text Example
White with #018CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CCC; }
p { color: rgb(1,140,204); }
H1.HeaderClassName
{
color: #018CCC;
}
.AnyTagClassName
{
color: #018CCC;
}
</style>
background-color css
<style>
a { background-color: #018CCC; }
a { background-color: rgb(1,140,204); }
div.DivClassName
{
background-color: #018CCC;
}
.BgClassName
{
background-color: #018CCC;
}
</style>
border-color css
<style>
span { border-color: #018CCC; }
span { border-color: rgb(1,140,204); }
td.TdClassName
{
border-color: #018CCC;
}
.TagClassName
{
border-color: #018CCC;
}
</style>