Shades of Pacific Blue #1099D0
Tints of Pacific Blue #1099D0
RGB
CMYK
RGB Variations
Color information
#1099D0 (or 0x1099D0) is known color: Pacific Blue. HEX triplet: 10, 99 and D0. RGB value is (16,153,208). Sum of RGB (Red+Green+Blue) = 16+153+208=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #1099D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099D0 is #EF662F. Grayscale: #757575. Windows color (decimal): -15689264 or 13670672. OLE color: 13670672.
HSL color Cylindrical-coordinate representation of color #1099D0: hue angle of 197.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1099D0 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 153 | 208 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.18 |
| HSL | 197.19º | 0.86% | 0.44% | - |
| HSV(B) | 197.19º | 0.92% | 0.82% | - |
| XYZ | 22.99 | 27.45 | 63.76 | - |
| YUV | 118.31 | 178.61 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 208 | 0.92 | 0.26 | 0 | 0.18 | 197.19 | 0.86 | 0.44 |
| Hex | 10 | 99 | D0 | 5C | 1A | 0 | 12 | C5 | 56 | 2C |
| Octal | 20 | 231 | 320 | 134 | 32 | 0 | 22 | 305 | 126 | 54 |
| Binary | 10000 | 10011001 | 11010000 | 1011100 | 11010 | 0 | 10010 | 11000101 | 1010110 | 101100 |
Color Harmonies of #1099D0
Complementary color
Monochromatic Colors of #1099D0
Black with #1099D0
Text Example
Text Example
White with #1099D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099D0; }
p { color: rgb(16,153,208); }
H1.HeaderClassName
{
color: #1099D0;
}
.AnyTagClassName
{
color: #1099D0;
}
</style>
background-color css
<style>
a { background-color: #1099D0; }
a { background-color: rgb(16,153,208); }
div.DivClassName
{
background-color: #1099D0;
}
.BgClassName
{
background-color: #1099D0;
}
</style>
border-color css
<style>
span { border-color: #1099D0; }
span { border-color: rgb(16,153,208); }
td.TdClassName
{
border-color: #1099D0;
}
.TagClassName
{
border-color: #1099D0;
}
</style>