Shades of Pacific Blue #1093D9
Tints of Pacific Blue #1093D9
RGB
CMYK
RGB Variations
Color information
#1093D9 (or 0x1093D9) is known color: Pacific Blue. HEX triplet: 10, 93 and D9. RGB value is (16,147,217). Sum of RGB (Red+Green+Blue) = 16+147+217=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #1093D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1093D9 is #EF6C26. Grayscale: #737373. Windows color (decimal): -15690791 or 14258960. OLE color: 14258960.
HSL color Cylindrical-coordinate representation of color #1093D9: hue angle of 200.9º 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 #1093D9 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 147 | 217 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.15 |
| HSL | 200.9º | 0.86% | 0.46% | - |
| HSV(B) | 200.9º | 0.93% | 0.85% | - |
| XYZ | 23.17 | 25.99 | 69.44 | - |
| YUV | 115.81 | 185.1 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 217 | 0.93 | 0.32 | 0 | 0.15 | 200.9 | 0.86 | 0.46 |
| Hex | 10 | 93 | D9 | 5D | 20 | 0 | F | C9 | 56 | 2E |
| Octal | 20 | 223 | 331 | 135 | 40 | 0 | 17 | 311 | 126 | 56 |
| Binary | 10000 | 10010011 | 11011001 | 1011101 | 100000 | 0 | 1111 | 11001001 | 1010110 | 101110 |
Color Harmonies of #1093D9
Complementary color
Monochromatic Colors of #1093D9
Black with #1093D9
Text Example
Text Example
White with #1093D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093D9; }
p { color: rgb(16,147,217); }
H1.HeaderClassName
{
color: #1093D9;
}
.AnyTagClassName
{
color: #1093D9;
}
</style>
background-color css
<style>
a { background-color: #1093D9; }
a { background-color: rgb(16,147,217); }
div.DivClassName
{
background-color: #1093D9;
}
.BgClassName
{
background-color: #1093D9;
}
</style>
border-color css
<style>
span { border-color: #1093D9; }
span { border-color: rgb(16,147,217); }
td.TdClassName
{
border-color: #1093D9;
}
.TagClassName
{
border-color: #1093D9;
}
</style>