Shades of Pacific Blue #1486CE
Tints of Pacific Blue #1486CE
RGB
CMYK
RGB Variations
Color information
#1486CE (or 0x1486CE) is known color: Pacific Blue. HEX triplet: 14, 86 and CE. RGB value is (20,134,206). Sum of RGB (Red+Green+Blue) = 20+134+206=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #1486CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486CE is #EB7931. Grayscale: #6B6B6B. Windows color (decimal): -15431986 or 13534740. OLE color: 13534740.
HSL color Cylindrical-coordinate representation of color #1486CE: hue angle of 203.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1486CE is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 134 | 206 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.19 |
| HSL | 203.23º | 0.82% | 0.44% | - |
| HSV(B) | 203.23º | 0.9% | 0.81% | - |
| XYZ | 19.95 | 21.66 | 61.52 | - |
| YUV | 108.12 | 183.23 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 206 | 0.90 | 0.35 | 0 | 0.19 | 203.23 | 0.82 | 0.44 |
| Hex | 14 | 86 | CE | 5A | 23 | 0 | 13 | CB | 52 | 2C |
| Octal | 24 | 206 | 316 | 132 | 43 | 0 | 23 | 313 | 122 | 54 |
| Binary | 10100 | 10000110 | 11001110 | 1011010 | 100011 | 0 | 10011 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1486CE
Complementary color
Monochromatic Colors of #1486CE
Black with #1486CE
Text Example
Text Example
White with #1486CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486CE; }
p { color: rgb(20,134,206); }
H1.HeaderClassName
{
color: #1486CE;
}
.AnyTagClassName
{
color: #1486CE;
}
</style>
background-color css
<style>
a { background-color: #1486CE; }
a { background-color: rgb(20,134,206); }
div.DivClassName
{
background-color: #1486CE;
}
.BgClassName
{
background-color: #1486CE;
}
</style>
border-color css
<style>
span { border-color: #1486CE; }
span { border-color: rgb(20,134,206); }
td.TdClassName
{
border-color: #1486CE;
}
.TagClassName
{
border-color: #1486CE;
}
</style>