Shades of Pacific Blue #1496DC
Tints of Pacific Blue #1496DC
RGB
CMYK
RGB Variations
Color information
#1496DC (or 0x1496DC) is known color: Pacific Blue. HEX triplet: 14, 96 and DC. RGB value is (20,150,220). Sum of RGB (Red+Green+Blue) = 20+150+220=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #1496DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496DC is #EB6923. Grayscale: #767676. Windows color (decimal): -15427876 or 14456340. OLE color: 14456340.
HSL color Cylindrical-coordinate representation of color #1496DC: hue angle of 201º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1496DC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 150 | 220 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.14 |
| HSL | 201º | 0.83% | 0.47% | - |
| HSV(B) | 201º | 0.91% | 0.86% | - |
| XYZ | 24.11 | 27.13 | 71.68 | - |
| YUV | 119.11 | 184.93 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 220 | 0.91 | 0.32 | 0 | 0.14 | 201 | 0.83 | 0.47 |
| Hex | 14 | 96 | DC | 5B | 20 | 0 | E | C9 | 53 | 2F |
| Octal | 24 | 226 | 334 | 133 | 40 | 0 | 16 | 311 | 123 | 57 |
| Binary | 10100 | 10010110 | 11011100 | 1011011 | 100000 | 0 | 1110 | 11001001 | 1010011 | 101111 |
Color Harmonies of #1496DC
Complementary color
Monochromatic Colors of #1496DC
Black with #1496DC
Text Example
Text Example
White with #1496DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1496DC; }
p { color: rgb(20,150,220); }
H1.HeaderClassName
{
color: #1496DC;
}
.AnyTagClassName
{
color: #1496DC;
}
</style>
background-color css
<style>
a { background-color: #1496DC; }
a { background-color: rgb(20,150,220); }
div.DivClassName
{
background-color: #1496DC;
}
.BgClassName
{
background-color: #1496DC;
}
</style>
border-color css
<style>
span { border-color: #1496DC; }
span { border-color: rgb(20,150,220); }
td.TdClassName
{
border-color: #1496DC;
}
.TagClassName
{
border-color: #1496DC;
}
</style>