Shades of Pacific Blue #1098DF
Tints of Pacific Blue #1098DF
RGB
CMYK
RGB Variations
Color information
#1098DF (or 0x1098DF) is known color: Pacific Blue. HEX triplet: 10, 98 and DF. RGB value is (16,152,223). Sum of RGB (Red+Green+Blue) = 16+152+223=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1098DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1098DF is #EF6720. Grayscale: #777777. Windows color (decimal): -15689505 or 14653456. OLE color: 14653456.
HSL color Cylindrical-coordinate representation of color #1098DF: hue angle of 200.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1098DF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 152 | 223 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.13 |
| HSL | 200.58º | 0.87% | 0.47% | - |
| HSV(B) | 200.58º | 0.93% | 0.87% | - |
| XYZ | 24.76 | 27.89 | 73.89 | - |
| YUV | 119.43 | 186.44 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 223 | 0.93 | 0.32 | 0 | 0.13 | 200.58 | 0.87 | 0.47 |
| Hex | 10 | 98 | DF | 5D | 20 | 0 | D | C9 | 57 | 2F |
| Octal | 20 | 230 | 337 | 135 | 40 | 0 | 15 | 311 | 127 | 57 |
| Binary | 10000 | 10011000 | 11011111 | 1011101 | 100000 | 0 | 1101 | 11001001 | 1010111 | 101111 |
Color Harmonies of #1098DF
Complementary color
Monochromatic Colors of #1098DF
Black with #1098DF
Text Example
Text Example
White with #1098DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098DF; }
p { color: rgb(16,152,223); }
H1.HeaderClassName
{
color: #1098DF;
}
.AnyTagClassName
{
color: #1098DF;
}
</style>
background-color css
<style>
a { background-color: #1098DF; }
a { background-color: rgb(16,152,223); }
div.DivClassName
{
background-color: #1098DF;
}
.BgClassName
{
background-color: #1098DF;
}
</style>
border-color css
<style>
span { border-color: #1098DF; }
span { border-color: rgb(16,152,223); }
td.TdClassName
{
border-color: #1098DF;
}
.TagClassName
{
border-color: #1098DF;
}
</style>