Shades of Pacific Blue #018CC8
Tints of Pacific Blue #018CC8
RGB
CMYK
RGB Variations
Color information
#018CC8 (or 0x018CC8) is known color: Pacific Blue. HEX triplet: 01, 8C and C8. RGB value is (1,140,200). Sum of RGB (Red+Green+Blue) = 1+140+200=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #018CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CC8 is #FE7337. Grayscale: #686868. Windows color (decimal): -16675640 or 13143041. OLE color: 13143041.
HSL color Cylindrical-coordinate representation of color #018CC8: hue angle of 198.09º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CC8 is Cyan = 1.00, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 140 | 200 | - |
| CMYK | 1.00 | 0.3 | 0 | 0.22 |
| HSL | 198.09º | 0.99% | 0.39% | - |
| HSV(B) | 198.09º | 1% | 0.78% | - |
| XYZ | 19.82 | 22.93 | 58.03 | - |
| YUV | 105.28 | 181.45 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 200 | 1.00 | 0.3 | 0 | 0.22 | 198.09 | 0.99 | 0.39 |
| Hex | 1 | 8C | C8 | 64 | 1E | 0 | 16 | C6 | 63 | 27 |
| Octal | 1 | 214 | 310 | 144 | 36 | 0 | 26 | 306 | 143 | 47 |
| Binary | 1 | 10001100 | 11001000 | 1100100 | 11110 | 0 | 10110 | 11000110 | 1100011 | 100111 |
Color Harmonies of #018CC8
Complementary color
Monochromatic Colors of #018CC8
Black with #018CC8
Text Example
Text Example
White with #018CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CC8; }
p { color: rgb(1,140,200); }
H1.HeaderClassName
{
color: #018CC8;
}
.AnyTagClassName
{
color: #018CC8;
}
</style>
background-color css
<style>
a { background-color: #018CC8; }
a { background-color: rgb(1,140,200); }
div.DivClassName
{
background-color: #018CC8;
}
.BgClassName
{
background-color: #018CC8;
}
</style>
border-color css
<style>
span { border-color: #018CC8; }
span { border-color: rgb(1,140,200); }
td.TdClassName
{
border-color: #018CC8;
}
.TagClassName
{
border-color: #018CC8;
}
</style>