Shades of Pacific Blue #1198DE
Tints of Pacific Blue #1198DE
RGB
CMYK
RGB Variations
Color information
#1198DE (or 0x1198DE) is known color: Pacific Blue. HEX triplet: 11, 98 and DE. RGB value is (17,152,222). Sum of RGB (Red+Green+Blue) = 17+152+222=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #1198DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198DE is #EE6721. Grayscale: #777777. Windows color (decimal): -15623970 or 14587921. OLE color: 14587921.
HSL color Cylindrical-coordinate representation of color #1198DE: hue angle of 200.49º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1198DE is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 152 | 222 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.13 |
| HSL | 200.49º | 0.86% | 0.47% | - |
| HSV(B) | 200.49º | 0.92% | 0.87% | - |
| XYZ | 24.64 | 27.85 | 73.18 | - |
| YUV | 119.62 | 185.77 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 222 | 0.92 | 0.32 | 0 | 0.13 | 200.49 | 0.86 | 0.47 |
| Hex | 11 | 98 | DE | 5C | 20 | 0 | D | C8 | 56 | 2F |
| Octal | 21 | 230 | 336 | 134 | 40 | 0 | 15 | 310 | 126 | 57 |
| Binary | 10001 | 10011000 | 11011110 | 1011100 | 100000 | 0 | 1101 | 11001000 | 1010110 | 101111 |
Color Harmonies of #1198DE
Complementary color
Monochromatic Colors of #1198DE
Black with #1198DE
Text Example
Text Example
White with #1198DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1198DE; }
p { color: rgb(17,152,222); }
H1.HeaderClassName
{
color: #1198DE;
}
.AnyTagClassName
{
color: #1198DE;
}
</style>
background-color css
<style>
a { background-color: #1198DE; }
a { background-color: rgb(17,152,222); }
div.DivClassName
{
background-color: #1198DE;
}
.BgClassName
{
background-color: #1198DE;
}
</style>
border-color css
<style>
span { border-color: #1198DE; }
span { border-color: rgb(17,152,222); }
td.TdClassName
{
border-color: #1198DE;
}
.TagClassName
{
border-color: #1198DE;
}
</style>