Shades of Pacific Blue #1986CC
Tints of Pacific Blue #1986CC
RGB
CMYK
RGB Variations
Color information
#1986CC (or 0x1986CC) is known color: Pacific Blue. HEX triplet: 19, 86 and CC. RGB value is (25,134,204). Sum of RGB (Red+Green+Blue) = 25+134+204=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #1986CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986CC is #E67933. Grayscale: #6D6D6D. Windows color (decimal): -15104308 or 13403673. OLE color: 13403673.
HSL color Cylindrical-coordinate representation of color #1986CC: hue angle of 203.46º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1986CC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 134 | 204 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.2 |
| HSL | 203.46º | 0.78% | 0.45% | - |
| HSV(B) | 203.46º | 0.88% | 0.8% | - |
| XYZ | 19.83 | 21.62 | 60.25 | - |
| YUV | 109.39 | 181.39 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 204 | 0.88 | 0.34 | 0 | 0.2 | 203.46 | 0.78 | 0.45 |
| Hex | 19 | 86 | CC | 58 | 22 | 0 | 14 | CB | 4E | 2D |
| Octal | 31 | 206 | 314 | 130 | 42 | 0 | 24 | 313 | 116 | 55 |
| Binary | 11001 | 10000110 | 11001100 | 1011000 | 100010 | 0 | 10100 | 11001011 | 1001110 | 101101 |
Color Harmonies of #1986CC
Complementary color
Monochromatic Colors of #1986CC
Black with #1986CC
Text Example
Text Example
White with #1986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986CC; }
p { color: rgb(25,134,204); }
H1.HeaderClassName
{
color: #1986CC;
}
.AnyTagClassName
{
color: #1986CC;
}
</style>
background-color css
<style>
a { background-color: #1986CC; }
a { background-color: rgb(25,134,204); }
div.DivClassName
{
background-color: #1986CC;
}
.BgClassName
{
background-color: #1986CC;
}
</style>
border-color css
<style>
span { border-color: #1986CC; }
span { border-color: rgb(25,134,204); }
td.TdClassName
{
border-color: #1986CC;
}
.TagClassName
{
border-color: #1986CC;
}
</style>