Shades of Pacific Blue #1499CC
Tints of Pacific Blue #1499CC
RGB
CMYK
RGB Variations
Color information
#1499CC (or 0x1499CC) is known color: Pacific Blue. HEX triplet: 14, 99 and CC. RGB value is (20,153,204). Sum of RGB (Red+Green+Blue) = 20+153+204=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #1499CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1499CC is #EB6633. Grayscale: #767676. Windows color (decimal): -15427124 or 13408532. OLE color: 13408532.
HSL color Cylindrical-coordinate representation of color #1499CC: hue angle of 196.63º 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 #1499CC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 153 | 204 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.2 |
| HSL | 196.63º | 0.82% | 0.44% | - |
| HSV(B) | 196.63º | 0.9% | 0.8% | - |
| XYZ | 22.58 | 27.29 | 61.2 | - |
| YUV | 119.05 | 175.94 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 204 | 0.90 | 0.25 | 0 | 0.2 | 196.63 | 0.82 | 0.44 |
| Hex | 14 | 99 | CC | 5A | 19 | 0 | 14 | C5 | 52 | 2C |
| Octal | 24 | 231 | 314 | 132 | 31 | 0 | 24 | 305 | 122 | 54 |
| Binary | 10100 | 10011001 | 11001100 | 1011010 | 11001 | 0 | 10100 | 11000101 | 1010010 | 101100 |
Color Harmonies of #1499CC
Complementary color
Monochromatic Colors of #1499CC
Black with #1499CC
Text Example
Text Example
White with #1499CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1499CC; }
p { color: rgb(20,153,204); }
H1.HeaderClassName
{
color: #1499CC;
}
.AnyTagClassName
{
color: #1499CC;
}
</style>
background-color css
<style>
a { background-color: #1499CC; }
a { background-color: rgb(20,153,204); }
div.DivClassName
{
background-color: #1499CC;
}
.BgClassName
{
background-color: #1499CC;
}
</style>
border-color css
<style>
span { border-color: #1499CC; }
span { border-color: rgb(20,153,204); }
td.TdClassName
{
border-color: #1499CC;
}
.TagClassName
{
border-color: #1499CC;
}
</style>