Shades of Pacific Blue #1198DB
Tints of Pacific Blue #1198DB
RGB
CMYK
RGB Variations
Color information
#1198DB (or 0x1198DB) is known color: Pacific Blue. HEX triplet: 11, 98 and DB. RGB value is (17,152,219). Sum of RGB (Red+Green+Blue) = 17+152+219=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #1198DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198DB is #EE6724. Grayscale: #767676. Windows color (decimal): -15623973 or 14391313. OLE color: 14391313.
HSL color Cylindrical-coordinate representation of color #1198DB: hue angle of 199.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1198DB is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 152 | 219 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.14 |
| HSL | 199.9º | 0.86% | 0.46% | - |
| HSV(B) | 199.9º | 0.92% | 0.86% | - |
| XYZ | 24.25 | 27.69 | 71.08 | - |
| YUV | 119.27 | 184.27 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 219 | 0.92 | 0.31 | 0 | 0.14 | 199.9 | 0.86 | 0.46 |
| Hex | 11 | 98 | DB | 5C | 1F | 0 | E | C8 | 56 | 2E |
| Octal | 21 | 230 | 333 | 134 | 37 | 0 | 16 | 310 | 126 | 56 |
| Binary | 10001 | 10011000 | 11011011 | 1011100 | 11111 | 0 | 1110 | 11001000 | 1010110 | 101110 |
Color Harmonies of #1198DB
Complementary color
Monochromatic Colors of #1198DB
Black with #1198DB
Text Example
Text Example
White with #1198DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1198DB; }
p { color: rgb(17,152,219); }
H1.HeaderClassName
{
color: #1198DB;
}
.AnyTagClassName
{
color: #1198DB;
}
</style>
background-color css
<style>
a { background-color: #1198DB; }
a { background-color: rgb(17,152,219); }
div.DivClassName
{
background-color: #1198DB;
}
.BgClassName
{
background-color: #1198DB;
}
</style>
border-color css
<style>
span { border-color: #1198DB; }
span { border-color: rgb(17,152,219); }
td.TdClassName
{
border-color: #1198DB;
}
.TagClassName
{
border-color: #1198DB;
}
</style>