Shades of Pacific Blue #109ECC
Tints of Pacific Blue #109ECC
RGB
CMYK
RGB Variations
Color information
#109ECC (or 0x109ECC) is known color: Pacific Blue. HEX triplet: 10, 9E and CC. RGB value is (16,158,204). Sum of RGB (Red+Green+Blue) = 16+158+204=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #109ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ECC is #EF6133. Grayscale: #787878. Windows color (decimal): -15687988 or 13409808. OLE color: 13409808.
HSL color Cylindrical-coordinate representation of color #109ECC: hue angle of 194.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109ECC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 158 | 204 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.2 |
| HSL | 194.68º | 0.85% | 0.43% | - |
| HSV(B) | 194.68º | 0.92% | 0.8% | - |
| XYZ | 23.34 | 28.92 | 61.48 | - |
| YUV | 120.79 | 174.96 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 204 | 0.92 | 0.23 | 0 | 0.2 | 194.68 | 0.85 | 0.43 |
| Hex | 10 | 9E | CC | 5C | 17 | 0 | 14 | C3 | 55 | 2B |
| Octal | 20 | 236 | 314 | 134 | 27 | 0 | 24 | 303 | 125 | 53 |
| Binary | 10000 | 10011110 | 11001100 | 1011100 | 10111 | 0 | 10100 | 11000011 | 1010101 | 101011 |
Color Harmonies of #109ECC
Complementary color
Monochromatic Colors of #109ECC
Black with #109ECC
Text Example
Text Example
White with #109ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109ECC; }
p { color: rgb(16,158,204); }
H1.HeaderClassName
{
color: #109ECC;
}
.AnyTagClassName
{
color: #109ECC;
}
</style>
background-color css
<style>
a { background-color: #109ECC; }
a { background-color: rgb(16,158,204); }
div.DivClassName
{
background-color: #109ECC;
}
.BgClassName
{
background-color: #109ECC;
}
</style>
border-color css
<style>
span { border-color: #109ECC; }
span { border-color: rgb(16,158,204); }
td.TdClassName
{
border-color: #109ECC;
}
.TagClassName
{
border-color: #109ECC;
}
</style>