Shades of Pacific Blue #018BCD
Tints of Pacific Blue #018BCD
RGB
CMYK
RGB Variations
Color information
#018BCD (or 0x018BCD) is known color: Pacific Blue. HEX triplet: 01, 8B and CD. RGB value is (1,139,205). Sum of RGB (Red+Green+Blue) = 1+139+205=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #018BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BCD is #FE7432. Grayscale: #686868. Windows color (decimal): -16675891 or 13470465. OLE color: 13470465.
HSL color Cylindrical-coordinate representation of color #018BCD: hue angle of 199.41º 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 #018BCD is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 139 | 205 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.20 |
| HSL | 199.41º | 0.99% | 0.4% | - |
| HSV(B) | 199.41º | 1% | 0.8% | - |
| XYZ | 20.26 | 22.88 | 61.11 | - |
| YUV | 105.26 | 184.28 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 205 | 1.00 | 0.32 | 0 | 0.20 | 199.41 | 0.99 | 0.4 |
| Hex | 1 | 8B | CD | 64 | 20 | 0 | 14 | C7 | 63 | 28 |
| Octal | 1 | 213 | 315 | 144 | 40 | 0 | 24 | 307 | 143 | 50 |
| Binary | 1 | 10001011 | 11001101 | 1100100 | 100000 | 0 | 10100 | 11000111 | 1100011 | 101000 |
Color Harmonies of #018BCD
Complementary color
Monochromatic Colors of #018BCD
Black with #018BCD
Text Example
Text Example
White with #018BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BCD; }
p { color: rgb(1,139,205); }
H1.HeaderClassName
{
color: #018BCD;
}
.AnyTagClassName
{
color: #018BCD;
}
</style>
background-color css
<style>
a { background-color: #018BCD; }
a { background-color: rgb(1,139,205); }
div.DivClassName
{
background-color: #018BCD;
}
.BgClassName
{
background-color: #018BCD;
}
</style>
border-color css
<style>
span { border-color: #018BCD; }
span { border-color: rgb(1,139,205); }
td.TdClassName
{
border-color: #018BCD;
}
.TagClassName
{
border-color: #018BCD;
}
</style>