Shades of Pacific Blue #1095DD
Tints of Pacific Blue #1095DD
RGB
CMYK
RGB Variations
Color information
#1095DD (or 0x1095DD) is known color: Pacific Blue. HEX triplet: 10, 95 and DD. RGB value is (16,149,221). Sum of RGB (Red+Green+Blue) = 16+149+221=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1095DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095DD is #EF6A22. Grayscale: #757575. Windows color (decimal): -15690275 or 14521616. OLE color: 14521616.
HSL color Cylindrical-coordinate representation of color #1095DD: hue angle of 201.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1095DD is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 149 | 221 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.13 |
| HSL | 201.07º | 0.86% | 0.46% | - |
| HSV(B) | 201.07º | 0.93% | 0.87% | - |
| XYZ | 24.01 | 26.83 | 72.32 | - |
| YUV | 117.44 | 186.44 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 221 | 0.93 | 0.33 | 0 | 0.13 | 201.07 | 0.86 | 0.46 |
| Hex | 10 | 95 | DD | 5D | 21 | 0 | D | C9 | 56 | 2E |
| Octal | 20 | 225 | 335 | 135 | 41 | 0 | 15 | 311 | 126 | 56 |
| Binary | 10000 | 10010101 | 11011101 | 1011101 | 100001 | 0 | 1101 | 11001001 | 1010110 | 101110 |
Color Harmonies of #1095DD
Complementary color
Monochromatic Colors of #1095DD
Black with #1095DD
Text Example
Text Example
White with #1095DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1095DD; }
p { color: rgb(16,149,221); }
H1.HeaderClassName
{
color: #1095DD;
}
.AnyTagClassName
{
color: #1095DD;
}
</style>
background-color css
<style>
a { background-color: #1095DD; }
a { background-color: rgb(16,149,221); }
div.DivClassName
{
background-color: #1095DD;
}
.BgClassName
{
background-color: #1095DD;
}
</style>
border-color css
<style>
span { border-color: #1095DD; }
span { border-color: rgb(16,149,221); }
td.TdClassName
{
border-color: #1095DD;
}
.TagClassName
{
border-color: #1095DD;
}
</style>