Shades of Pacific Blue #1098DA
Tints of Pacific Blue #1098DA
RGB
CMYK
RGB Variations
Color information
#1098DA (or 0x1098DA) is known color: Pacific Blue. HEX triplet: 10, 98 and DA. RGB value is (16,152,218). Sum of RGB (Red+Green+Blue) = 16+152+218=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #1098DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1098DA is #EF6725. Grayscale: #767676. Windows color (decimal): -15689510 or 14325776. OLE color: 14325776.
HSL color Cylindrical-coordinate representation of color #1098DA: hue angle of 199.6º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1098DA is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 152 | 218 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.15 |
| HSL | 199.6º | 0.86% | 0.46% | - |
| HSV(B) | 199.6º | 0.93% | 0.85% | - |
| XYZ | 24.1 | 27.63 | 70.39 | - |
| YUV | 118.86 | 183.94 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 218 | 0.93 | 0.30 | 0 | 0.15 | 199.6 | 0.86 | 0.46 |
| Hex | 10 | 98 | DA | 5D | 1E | 0 | F | C8 | 56 | 2E |
| Octal | 20 | 230 | 332 | 135 | 36 | 0 | 17 | 310 | 126 | 56 |
| Binary | 10000 | 10011000 | 11011010 | 1011101 | 11110 | 0 | 1111 | 11001000 | 1010110 | 101110 |
Color Harmonies of #1098DA
Complementary color
Monochromatic Colors of #1098DA
Black with #1098DA
Text Example
Text Example
White with #1098DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098DA; }
p { color: rgb(16,152,218); }
H1.HeaderClassName
{
color: #1098DA;
}
.AnyTagClassName
{
color: #1098DA;
}
</style>
background-color css
<style>
a { background-color: #1098DA; }
a { background-color: rgb(16,152,218); }
div.DivClassName
{
background-color: #1098DA;
}
.BgClassName
{
background-color: #1098DA;
}
</style>
border-color css
<style>
span { border-color: #1098DA; }
span { border-color: rgb(16,152,218); }
td.TdClassName
{
border-color: #1098DA;
}
.TagClassName
{
border-color: #1098DA;
}
</style>