Shades of Pacific Blue #1986CE
Tints of Pacific Blue #1986CE
RGB
CMYK
RGB Variations
Color information
#1986CE (or 0x1986CE) is known color: Pacific Blue. HEX triplet: 19, 86 and CE. RGB value is (25,134,206). Sum of RGB (Red+Green+Blue) = 25+134+206=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #1986CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986CE is #E67931. Grayscale: #6D6D6D. Windows color (decimal): -15104306 or 13534745. OLE color: 13534745.
HSL color Cylindrical-coordinate representation of color #1986CE: hue angle of 203.87º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1986CE is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 134 | 206 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.19 |
| HSL | 203.87º | 0.78% | 0.45% | - |
| HSV(B) | 203.87º | 0.88% | 0.81% | - |
| XYZ | 20.07 | 21.71 | 61.53 | - |
| YUV | 109.62 | 182.39 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 206 | 0.88 | 0.35 | 0 | 0.19 | 203.87 | 0.78 | 0.45 |
| Hex | 19 | 86 | CE | 58 | 23 | 0 | 13 | CC | 4E | 2D |
| Octal | 31 | 206 | 316 | 130 | 43 | 0 | 23 | 314 | 116 | 55 |
| Binary | 11001 | 10000110 | 11001110 | 1011000 | 100011 | 0 | 10011 | 11001100 | 1001110 | 101101 |
Color Harmonies of #1986CE
Complementary color
Monochromatic Colors of #1986CE
Black with #1986CE
Text Example
Text Example
White with #1986CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986CE; }
p { color: rgb(25,134,206); }
H1.HeaderClassName
{
color: #1986CE;
}
.AnyTagClassName
{
color: #1986CE;
}
</style>
background-color css
<style>
a { background-color: #1986CE; }
a { background-color: rgb(25,134,206); }
div.DivClassName
{
background-color: #1986CE;
}
.BgClassName
{
background-color: #1986CE;
}
</style>
border-color css
<style>
span { border-color: #1986CE; }
span { border-color: rgb(25,134,206); }
td.TdClassName
{
border-color: #1986CE;
}
.TagClassName
{
border-color: #1986CE;
}
</style>