Shades of Pacific Blue #1091D9
Tints of Pacific Blue #1091D9
RGB
CMYK
RGB Variations
Color information
#1091D9 (or 0x1091D9) is known color: Pacific Blue. HEX triplet: 10, 91 and D9. RGB value is (16,145,217). Sum of RGB (Red+Green+Blue) = 16+145+217=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #1091D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091D9 is #EF6E26. Grayscale: #727272. Windows color (decimal): -15691303 or 14258448. OLE color: 14258448.
HSL color Cylindrical-coordinate representation of color #1091D9: hue angle of 201.49º 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 #1091D9 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 145 | 217 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.15 |
| HSL | 201.49º | 0.86% | 0.46% | - |
| HSV(B) | 201.49º | 0.93% | 0.85% | - |
| XYZ | 22.86 | 25.37 | 69.34 | - |
| YUV | 114.64 | 185.76 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 217 | 0.93 | 0.33 | 0 | 0.15 | 201.49 | 0.86 | 0.46 |
| Hex | 10 | 91 | D9 | 5D | 21 | 0 | F | C9 | 56 | 2E |
| Octal | 20 | 221 | 331 | 135 | 41 | 0 | 17 | 311 | 126 | 56 |
| Binary | 10000 | 10010001 | 11011001 | 1011101 | 100001 | 0 | 1111 | 11001001 | 1010110 | 101110 |
Color Harmonies of #1091D9
Complementary color
Monochromatic Colors of #1091D9
Black with #1091D9
Text Example
Text Example
White with #1091D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091D9; }
p { color: rgb(16,145,217); }
H1.HeaderClassName
{
color: #1091D9;
}
.AnyTagClassName
{
color: #1091D9;
}
</style>
background-color css
<style>
a { background-color: #1091D9; }
a { background-color: rgb(16,145,217); }
div.DivClassName
{
background-color: #1091D9;
}
.BgClassName
{
background-color: #1091D9;
}
</style>
border-color css
<style>
span { border-color: #1091D9; }
span { border-color: rgb(16,145,217); }
td.TdClassName
{
border-color: #1091D9;
}
.TagClassName
{
border-color: #1091D9;
}
</style>