Shades of Pacific Blue #1089D9
Tints of Pacific Blue #1089D9
RGB
CMYK
RGB Variations
Color information
#1089D9 (or 0x1089D9) is known color: Pacific Blue. HEX triplet: 10, 89 and D9. RGB value is (16,137,217). Sum of RGB (Red+Green+Blue) = 16+137+217=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #1089D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089D9 is #EF7626. Grayscale: #6D6D6D. Windows color (decimal): -15693351 or 14256400. OLE color: 14256400.
HSL color Cylindrical-coordinate representation of color #1089D9: hue angle of 203.88º 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 #1089D9 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 137 | 217 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.15 |
| HSL | 203.88º | 0.86% | 0.46% | - |
| HSV(B) | 203.88º | 0.93% | 0.85% | - |
| XYZ | 21.68 | 23.01 | 68.94 | - |
| YUV | 109.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 217 | 0.93 | 0.37 | 0 | 0.15 | 203.88 | 0.86 | 0.46 |
| Hex | 10 | 89 | D9 | 5D | 25 | 0 | F | CC | 56 | 2E |
| Octal | 20 | 211 | 331 | 135 | 45 | 0 | 17 | 314 | 126 | 56 |
| Binary | 10000 | 10001001 | 11011001 | 1011101 | 100101 | 0 | 1111 | 11001100 | 1010110 | 101110 |
Color Harmonies of #1089D9
Complementary color
Monochromatic Colors of #1089D9
Black with #1089D9
Text Example
Text Example
White with #1089D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1089D9; }
p { color: rgb(16,137,217); }
H1.HeaderClassName
{
color: #1089D9;
}
.AnyTagClassName
{
color: #1089D9;
}
</style>
background-color css
<style>
a { background-color: #1089D9; }
a { background-color: rgb(16,137,217); }
div.DivClassName
{
background-color: #1089D9;
}
.BgClassName
{
background-color: #1089D9;
}
</style>
border-color css
<style>
span { border-color: #1089D9; }
span { border-color: rgb(16,137,217); }
td.TdClassName
{
border-color: #1089D9;
}
.TagClassName
{
border-color: #1089D9;
}
</style>