Shades of Pacific Blue #109CC6
Tints of Pacific Blue #109CC6
RGB
CMYK
RGB Variations
Color information
#109CC6 (or 0x109CC6) is known color: Pacific Blue. HEX triplet: 10, 9C and C6. RGB value is (16,156,198). Sum of RGB (Red+Green+Blue) = 16+156+198=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #109CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CC6 is #EF6339. Grayscale: #767676. Windows color (decimal): -15688506 or 13016080. OLE color: 13016080.
HSL color Cylindrical-coordinate representation of color #109CC6: hue angle of 193.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109CC6 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 156 | 198 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.22 |
| HSL | 193.85º | 0.85% | 0.42% | - |
| HSV(B) | 193.85º | 0.92% | 0.78% | - |
| XYZ | 22.3 | 27.96 | 57.65 | - |
| YUV | 118.93 | 172.62 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 198 | 0.92 | 0.21 | 0 | 0.22 | 193.85 | 0.85 | 0.42 |
| Hex | 10 | 9C | C6 | 5C | 15 | 0 | 16 | C2 | 55 | 2A |
| Octal | 20 | 234 | 306 | 134 | 25 | 0 | 26 | 302 | 125 | 52 |
| Binary | 10000 | 10011100 | 11000110 | 1011100 | 10101 | 0 | 10110 | 11000010 | 1010101 | 101010 |
Color Harmonies of #109CC6
Complementary color
Monochromatic Colors of #109CC6
Black with #109CC6
Text Example
Text Example
White with #109CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CC6; }
p { color: rgb(16,156,198); }
H1.HeaderClassName
{
color: #109CC6;
}
.AnyTagClassName
{
color: #109CC6;
}
</style>
background-color css
<style>
a { background-color: #109CC6; }
a { background-color: rgb(16,156,198); }
div.DivClassName
{
background-color: #109CC6;
}
.BgClassName
{
background-color: #109CC6;
}
</style>
border-color css
<style>
span { border-color: #109CC6; }
span { border-color: rgb(16,156,198); }
td.TdClassName
{
border-color: #109CC6;
}
.TagClassName
{
border-color: #109CC6;
}
</style>