Shades of Pacific Blue #018CDF
Tints of Pacific Blue #018CDF
RGB
CMYK
RGB Variations
Color information
#018CDF (or 0x018CDF) is known color: Pacific Blue. HEX triplet: 01, 8C and DF. RGB value is (1,140,223). Sum of RGB (Red+Green+Blue) = 1+140+223=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #018CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CDF is #FE7320. Grayscale: #6B6B6B. Windows color (decimal): -16675617 or 14650369. OLE color: 14650369.
HSL color Cylindrical-coordinate representation of color #018CDF: hue angle of 202.43º 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 #018CDF is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 140 | 223 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.13 |
| HSL | 202.43º | 0.99% | 0.44% | - |
| HSV(B) | 202.43º | 1% | 0.87% | - |
| XYZ | 22.71 | 24.09 | 73.27 | - |
| YUV | 107.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 223 | 1.00 | 0.37 | 0 | 0.13 | 202.43 | 0.99 | 0.44 |
| Hex | 1 | 8C | DF | 64 | 25 | 0 | D | CA | 63 | 2C |
| Octal | 1 | 214 | 337 | 144 | 45 | 0 | 15 | 312 | 143 | 54 |
| Binary | 1 | 10001100 | 11011111 | 1100100 | 100101 | 0 | 1101 | 11001010 | 1100011 | 101100 |
Color Harmonies of #018CDF
Complementary color
Monochromatic Colors of #018CDF
Black with #018CDF
Text Example
Text Example
White with #018CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CDF; }
p { color: rgb(1,140,223); }
H1.HeaderClassName
{
color: #018CDF;
}
.AnyTagClassName
{
color: #018CDF;
}
</style>
background-color css
<style>
a { background-color: #018CDF; }
a { background-color: rgb(1,140,223); }
div.DivClassName
{
background-color: #018CDF;
}
.BgClassName
{
background-color: #018CDF;
}
</style>
border-color css
<style>
span { border-color: #018CDF; }
span { border-color: rgb(1,140,223); }
td.TdClassName
{
border-color: #018CDF;
}
.TagClassName
{
border-color: #018CDF;
}
</style>