Shades of Pacific Blue #109ACE
Tints of Pacific Blue #109ACE
RGB
CMYK
RGB Variations
Color information
#109ACE (or 0x109ACE) is known color: Pacific Blue. HEX triplet: 10, 9A and CE. RGB value is (16,154,206). Sum of RGB (Red+Green+Blue) = 16+154+206=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #109ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ACE is #EF6531. Grayscale: #767676. Windows color (decimal): -15689010 or 13539856. OLE color: 13539856.
HSL color Cylindrical-coordinate representation of color #109ACE: hue angle of 196.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109ACE is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 154 | 206 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.19 |
| HSL | 196.42º | 0.86% | 0.44% | - |
| HSV(B) | 196.42º | 0.92% | 0.81% | - |
| XYZ | 22.91 | 27.68 | 62.53 | - |
| YUV | 118.67 | 177.28 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 206 | 0.92 | 0.25 | 0 | 0.19 | 196.42 | 0.86 | 0.44 |
| Hex | 10 | 9A | CE | 5C | 19 | 0 | 13 | C4 | 56 | 2C |
| Octal | 20 | 232 | 316 | 134 | 31 | 0 | 23 | 304 | 126 | 54 |
| Binary | 10000 | 10011010 | 11001110 | 1011100 | 11001 | 0 | 10011 | 11000100 | 1010110 | 101100 |
Color Harmonies of #109ACE
Complementary color
Monochromatic Colors of #109ACE
Black with #109ACE
Text Example
Text Example
White with #109ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109ACE; }
p { color: rgb(16,154,206); }
H1.HeaderClassName
{
color: #109ACE;
}
.AnyTagClassName
{
color: #109ACE;
}
</style>
background-color css
<style>
a { background-color: #109ACE; }
a { background-color: rgb(16,154,206); }
div.DivClassName
{
background-color: #109ACE;
}
.BgClassName
{
background-color: #109ACE;
}
</style>
border-color css
<style>
span { border-color: #109ACE; }
span { border-color: rgb(16,154,206); }
td.TdClassName
{
border-color: #109ACE;
}
.TagClassName
{
border-color: #109ACE;
}
</style>