Shades of Pacific Blue #018CCD
Tints of Pacific Blue #018CCD
RGB
CMYK
RGB Variations
Color information
#018CCD (or 0x018CCD) is known color: Pacific Blue. HEX triplet: 01, 8C and CD. RGB value is (1,140,205). Sum of RGB (Red+Green+Blue) = 1+140+205=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #018CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CCD is #FE7332. Grayscale: #696969. Windows color (decimal): -16675635 or 13470721. OLE color: 13470721.
HSL color Cylindrical-coordinate representation of color #018CCD: hue angle of 199.12º 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 #018CCD is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 140 | 205 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.20 |
| HSL | 199.12º | 0.99% | 0.4% | - |
| HSV(B) | 199.12º | 1% | 0.8% | - |
| XYZ | 20.41 | 23.17 | 61.15 | - |
| YUV | 105.85 | 183.95 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 205 | 1.00 | 0.32 | 0 | 0.20 | 199.12 | 0.99 | 0.4 |
| Hex | 1 | 8C | CD | 64 | 20 | 0 | 14 | C7 | 63 | 28 |
| Octal | 1 | 214 | 315 | 144 | 40 | 0 | 24 | 307 | 143 | 50 |
| Binary | 1 | 10001100 | 11001101 | 1100100 | 100000 | 0 | 10100 | 11000111 | 1100011 | 101000 |
Color Harmonies of #018CCD
Complementary color
Monochromatic Colors of #018CCD
Black with #018CCD
Text Example
Text Example
White with #018CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CCD; }
p { color: rgb(1,140,205); }
H1.HeaderClassName
{
color: #018CCD;
}
.AnyTagClassName
{
color: #018CCD;
}
</style>
background-color css
<style>
a { background-color: #018CCD; }
a { background-color: rgb(1,140,205); }
div.DivClassName
{
background-color: #018CCD;
}
.BgClassName
{
background-color: #018CCD;
}
</style>
border-color css
<style>
span { border-color: #018CCD; }
span { border-color: rgb(1,140,205); }
td.TdClassName
{
border-color: #018CCD;
}
.TagClassName
{
border-color: #018CCD;
}
</style>