Shades of Pacific Blue #109ACC
Tints of Pacific Blue #109ACC
RGB
CMYK
RGB Variations
Color information
#109ACC (or 0x109ACC) is known color: Pacific Blue. HEX triplet: 10, 9A and CC. RGB value is (16,154,204). Sum of RGB (Red+Green+Blue) = 16+154+204=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #109ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ACC is #EF6533. Grayscale: #767676. Windows color (decimal): -15689012 or 13408784. OLE color: 13408784.
HSL color Cylindrical-coordinate representation of color #109ACC: hue angle of 195.96º 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 #109ACC is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 154 | 204 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.2 |
| HSL | 195.96º | 0.85% | 0.43% | - |
| HSV(B) | 195.96º | 0.92% | 0.8% | - |
| XYZ | 22.67 | 27.58 | 61.26 | - |
| YUV | 118.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 204 | 0.92 | 0.25 | 0 | 0.2 | 195.96 | 0.85 | 0.43 |
| Hex | 10 | 9A | CC | 5C | 19 | 0 | 14 | C4 | 55 | 2B |
| Octal | 20 | 232 | 314 | 134 | 31 | 0 | 24 | 304 | 125 | 53 |
| Binary | 10000 | 10011010 | 11001100 | 1011100 | 11001 | 0 | 10100 | 11000100 | 1010101 | 101011 |
Color Harmonies of #109ACC
Complementary color
Monochromatic Colors of #109ACC
Black with #109ACC
Text Example
Text Example
White with #109ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109ACC; }
p { color: rgb(16,154,204); }
H1.HeaderClassName
{
color: #109ACC;
}
.AnyTagClassName
{
color: #109ACC;
}
</style>
background-color css
<style>
a { background-color: #109ACC; }
a { background-color: rgb(16,154,204); }
div.DivClassName
{
background-color: #109ACC;
}
.BgClassName
{
background-color: #109ACC;
}
</style>
border-color css
<style>
span { border-color: #109ACC; }
span { border-color: rgb(16,154,204); }
td.TdClassName
{
border-color: #109ACC;
}
.TagClassName
{
border-color: #109ACC;
}
</style>