Shades of Pacific Blue #018DC4
Tints of Pacific Blue #018DC4
RGB
CMYK
RGB Variations
Color information
#018DC4 (or 0x018DC4) is known color: Pacific Blue. HEX triplet: 01, 8D and C4. RGB value is (1,141,196). Sum of RGB (Red+Green+Blue) = 1+141+196=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #018DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DC4 is #FE723B. Grayscale: #696969. Windows color (decimal): -16675388 or 12881153. OLE color: 12881153.
HSL color Cylindrical-coordinate representation of color #018DC4: hue angle of 196.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DC4 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 141 | 196 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.23 |
| HSL | 196.92º | 0.99% | 0.39% | - |
| HSV(B) | 196.92º | 0.99% | 0.77% | - |
| XYZ | 19.5 | 23.04 | 55.64 | - |
| YUV | 105.41 | 179.12 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 196 | 0.99 | 0.28 | 0 | 0.23 | 196.92 | 0.99 | 0.39 |
| Hex | 1 | 8D | C4 | 63 | 1C | 0 | 17 | C5 | 63 | 27 |
| Octal | 1 | 215 | 304 | 143 | 34 | 0 | 27 | 305 | 143 | 47 |
| Binary | 1 | 10001101 | 11000100 | 1100011 | 11100 | 0 | 10111 | 11000101 | 1100011 | 100111 |
Color Harmonies of #018DC4
Complementary color
Monochromatic Colors of #018DC4
Black with #018DC4
Text Example
Text Example
White with #018DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DC4; }
p { color: rgb(1,141,196); }
H1.HeaderClassName
{
color: #018DC4;
}
.AnyTagClassName
{
color: #018DC4;
}
</style>
background-color css
<style>
a { background-color: #018DC4; }
a { background-color: rgb(1,141,196); }
div.DivClassName
{
background-color: #018DC4;
}
.BgClassName
{
background-color: #018DC4;
}
</style>
border-color css
<style>
span { border-color: #018DC4; }
span { border-color: rgb(1,141,196); }
td.TdClassName
{
border-color: #018DC4;
}
.TagClassName
{
border-color: #018DC4;
}
</style>