Shades of Pacific Blue #1099C0
Tints of Pacific Blue #1099C0
RGB
CMYK
RGB Variations
Color information
#1099C0 (or 0x1099C0) is known color: Pacific Blue. HEX triplet: 10, 99 and C0. RGB value is (16,153,192). Sum of RGB (Red+Green+Blue) = 16+153+192=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #1099C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099C0 is #EF663F. Grayscale: #747474. Windows color (decimal): -15689280 or 12622096. OLE color: 12622096.
HSL color Cylindrical-coordinate representation of color #1099C0: hue angle of 193.3º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1099C0 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 153 | 192 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.25 |
| HSL | 193.3º | 0.85% | 0.41% | - |
| HSV(B) | 193.3º | 0.92% | 0.75% | - |
| XYZ | 21.12 | 26.7 | 53.91 | - |
| YUV | 116.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 192 | 0.92 | 0.20 | 0 | 0.25 | 193.3 | 0.85 | 0.41 |
| Hex | 10 | 99 | C0 | 5C | 14 | 0 | 19 | C1 | 55 | 29 |
| Octal | 20 | 231 | 300 | 134 | 24 | 0 | 31 | 301 | 125 | 51 |
| Binary | 10000 | 10011001 | 11000000 | 1011100 | 10100 | 0 | 11001 | 11000001 | 1010101 | 101001 |
Color Harmonies of #1099C0
Complementary color
Monochromatic Colors of #1099C0
Black with #1099C0
Text Example
Text Example
White with #1099C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099C0; }
p { color: rgb(16,153,192); }
H1.HeaderClassName
{
color: #1099C0;
}
.AnyTagClassName
{
color: #1099C0;
}
</style>
background-color css
<style>
a { background-color: #1099C0; }
a { background-color: rgb(16,153,192); }
div.DivClassName
{
background-color: #1099C0;
}
.BgClassName
{
background-color: #1099C0;
}
</style>
border-color css
<style>
span { border-color: #1099C0; }
span { border-color: rgb(16,153,192); }
td.TdClassName
{
border-color: #1099C0;
}
.TagClassName
{
border-color: #1099C0;
}
</style>