Shades of Pacific Blue #1486CC
Tints of Pacific Blue #1486CC
RGB
CMYK
RGB Variations
Color information
#1486CC (or 0x1486CC) is known color: Pacific Blue. HEX triplet: 14, 86 and CC. RGB value is (20,134,204). Sum of RGB (Red+Green+Blue) = 20+134+204=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1486CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486CC is #EB7933. Grayscale: #6B6B6B. Windows color (decimal): -15431988 or 13403668. OLE color: 13403668.
HSL color Cylindrical-coordinate representation of color #1486CC: hue angle of 202.83º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1486CC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 134 | 204 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.2 |
| HSL | 202.83º | 0.82% | 0.44% | - |
| HSV(B) | 202.83º | 0.9% | 0.8% | - |
| XYZ | 19.71 | 21.56 | 60.25 | - |
| YUV | 107.89 | 182.23 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 204 | 0.90 | 0.34 | 0 | 0.2 | 202.83 | 0.82 | 0.44 |
| Hex | 14 | 86 | CC | 5A | 22 | 0 | 14 | CB | 52 | 2C |
| Octal | 24 | 206 | 314 | 132 | 42 | 0 | 24 | 313 | 122 | 54 |
| Binary | 10100 | 10000110 | 11001100 | 1011010 | 100010 | 0 | 10100 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1486CC
Complementary color
Monochromatic Colors of #1486CC
Black with #1486CC
Text Example
Text Example
White with #1486CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486CC; }
p { color: rgb(20,134,204); }
H1.HeaderClassName
{
color: #1486CC;
}
.AnyTagClassName
{
color: #1486CC;
}
</style>
background-color css
<style>
a { background-color: #1486CC; }
a { background-color: rgb(20,134,204); }
div.DivClassName
{
background-color: #1486CC;
}
.BgClassName
{
background-color: #1486CC;
}
</style>
border-color css
<style>
span { border-color: #1486CC; }
span { border-color: rgb(20,134,204); }
td.TdClassName
{
border-color: #1486CC;
}
.TagClassName
{
border-color: #1486CC;
}
</style>