Shades of Pacific Blue #018FCB
Tints of Pacific Blue #018FCB
RGB
CMYK
RGB Variations
Color information
#018FCB (or 0x018FCB) is known color: Pacific Blue. HEX triplet: 01, 8F and CB. RGB value is (1,143,203). Sum of RGB (Red+Green+Blue) = 1+143+203=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #018FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FCB is #FE7034. Grayscale: #6A6A6A. Windows color (decimal): -16674869 or 13340417. OLE color: 13340417.
HSL color Cylindrical-coordinate representation of color #018FCB: hue angle of 197.82º 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 #018FCB is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 143 | 203 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.20 |
| HSL | 197.82º | 0.99% | 0.4% | - |
| HSV(B) | 197.82º | 1% | 0.8% | - |
| XYZ | 20.61 | 23.96 | 60.04 | - |
| YUV | 107.38 | 181.96 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 203 | 1.00 | 0.30 | 0 | 0.20 | 197.82 | 0.99 | 0.4 |
| Hex | 1 | 8F | CB | 64 | 1E | 0 | 14 | C6 | 63 | 28 |
| Octal | 1 | 217 | 313 | 144 | 36 | 0 | 24 | 306 | 143 | 50 |
| Binary | 1 | 10001111 | 11001011 | 1100100 | 11110 | 0 | 10100 | 11000110 | 1100011 | 101000 |
Color Harmonies of #018FCB
Complementary color
Monochromatic Colors of #018FCB
Black with #018FCB
Text Example
Text Example
White with #018FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FCB; }
p { color: rgb(1,143,203); }
H1.HeaderClassName
{
color: #018FCB;
}
.AnyTagClassName
{
color: #018FCB;
}
</style>
background-color css
<style>
a { background-color: #018FCB; }
a { background-color: rgb(1,143,203); }
div.DivClassName
{
background-color: #018FCB;
}
.BgClassName
{
background-color: #018FCB;
}
</style>
border-color css
<style>
span { border-color: #018FCB; }
span { border-color: rgb(1,143,203); }
td.TdClassName
{
border-color: #018FCB;
}
.TagClassName
{
border-color: #018FCB;
}
</style>