Shades of Pacific Blue #1095D9
Tints of Pacific Blue #1095D9
RGB
CMYK
RGB Variations
Color information
#1095D9 (or 0x1095D9) is known color: Pacific Blue. HEX triplet: 10, 95 and D9. RGB value is (16,149,217). Sum of RGB (Red+Green+Blue) = 16+149+217=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #1095D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095D9 is #EF6A26. Grayscale: #747474. Windows color (decimal): -15690279 or 14259472. OLE color: 14259472.
HSL color Cylindrical-coordinate representation of color #1095D9: hue angle of 200.3º 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 #1095D9 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 149 | 217 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.15 |
| HSL | 200.3º | 0.86% | 0.46% | - |
| HSV(B) | 200.3º | 0.93% | 0.85% | - |
| XYZ | 23.49 | 26.61 | 69.55 | - |
| YUV | 116.99 | 184.44 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 217 | 0.93 | 0.31 | 0 | 0.15 | 200.3 | 0.86 | 0.46 |
| Hex | 10 | 95 | D9 | 5D | 1F | 0 | F | C8 | 56 | 2E |
| Octal | 20 | 225 | 331 | 135 | 37 | 0 | 17 | 310 | 126 | 56 |
| Binary | 10000 | 10010101 | 11011001 | 1011101 | 11111 | 0 | 1111 | 11001000 | 1010110 | 101110 |
Color Harmonies of #1095D9
Complementary color
Monochromatic Colors of #1095D9
Black with #1095D9
Text Example
Text Example
White with #1095D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1095D9; }
p { color: rgb(16,149,217); }
H1.HeaderClassName
{
color: #1095D9;
}
.AnyTagClassName
{
color: #1095D9;
}
</style>
background-color css
<style>
a { background-color: #1095D9; }
a { background-color: rgb(16,149,217); }
div.DivClassName
{
background-color: #1095D9;
}
.BgClassName
{
background-color: #1095D9;
}
</style>
border-color css
<style>
span { border-color: #1095D9; }
span { border-color: rgb(16,149,217); }
td.TdClassName
{
border-color: #1095D9;
}
.TagClassName
{
border-color: #1095D9;
}
</style>