Shades of Pacific Blue #1093DB
Tints of Pacific Blue #1093DB
RGB
CMYK
RGB Variations
Color information
#1093DB (or 0x1093DB) is known color: Pacific Blue. HEX triplet: 10, 93 and DB. RGB value is (16,147,219). Sum of RGB (Red+Green+Blue) = 16+147+219=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #1093DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1093DB is #EF6C24. Grayscale: #737373. Windows color (decimal): -15690789 or 14390032. OLE color: 14390032.
HSL color Cylindrical-coordinate representation of color #1093DB: hue angle of 201.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1093DB is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 147 | 219 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.14 |
| HSL | 201.28º | 0.86% | 0.46% | - |
| HSV(B) | 201.28º | 0.93% | 0.86% | - |
| XYZ | 23.43 | 26.09 | 70.82 | - |
| YUV | 116.04 | 186.1 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 219 | 0.93 | 0.33 | 0 | 0.14 | 201.28 | 0.86 | 0.46 |
| Hex | 10 | 93 | DB | 5D | 21 | 0 | E | C9 | 56 | 2E |
| Octal | 20 | 223 | 333 | 135 | 41 | 0 | 16 | 311 | 126 | 56 |
| Binary | 10000 | 10010011 | 11011011 | 1011101 | 100001 | 0 | 1110 | 11001001 | 1010110 | 101110 |
Color Harmonies of #1093DB
Complementary color
Monochromatic Colors of #1093DB
Black with #1093DB
Text Example
Text Example
White with #1093DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093DB; }
p { color: rgb(16,147,219); }
H1.HeaderClassName
{
color: #1093DB;
}
.AnyTagClassName
{
color: #1093DB;
}
</style>
background-color css
<style>
a { background-color: #1093DB; }
a { background-color: rgb(16,147,219); }
div.DivClassName
{
background-color: #1093DB;
}
.BgClassName
{
background-color: #1093DB;
}
</style>
border-color css
<style>
span { border-color: #1093DB; }
span { border-color: rgb(16,147,219); }
td.TdClassName
{
border-color: #1093DB;
}
.TagClassName
{
border-color: #1093DB;
}
</style>