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