Shades of Pacific Blue #109CBE
Tints of Pacific Blue #109CBE
RGB
CMYK
RGB Variations
Color information
#109CBE (or 0x109CBE) is known color: Pacific Blue. HEX triplet: 10, 9C and BE. RGB value is (16,156,190). Sum of RGB (Red+Green+Blue) = 16+156+190=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #109CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CBE is #EF6341. Grayscale: #757575. Windows color (decimal): -15688514 or 12491792. OLE color: 12491792.
HSL color Cylindrical-coordinate representation of color #109CBE: hue angle of 191.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109CBE is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 156 | 190 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.25 |
| HSL | 191.72º | 0.84% | 0.4% | - |
| HSV(B) | 191.72º | 0.92% | 0.75% | - |
| XYZ | 21.4 | 27.6 | 52.92 | - |
| YUV | 118.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 190 | 0.92 | 0.18 | 0 | 0.25 | 191.72 | 0.84 | 0.4 |
| Hex | 10 | 9C | BE | 5C | 12 | 0 | 19 | C0 | 54 | 28 |
| Octal | 20 | 234 | 276 | 134 | 22 | 0 | 31 | 300 | 124 | 50 |
| Binary | 10000 | 10011100 | 10111110 | 1011100 | 10010 | 0 | 11001 | 11000000 | 1010100 | 101000 |
Color Harmonies of #109CBE
Complementary color
Monochromatic Colors of #109CBE
Black with #109CBE
Text Example
Text Example
White with #109CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CBE; }
p { color: rgb(16,156,190); }
H1.HeaderClassName
{
color: #109CBE;
}
.AnyTagClassName
{
color: #109CBE;
}
</style>
background-color css
<style>
a { background-color: #109CBE; }
a { background-color: rgb(16,156,190); }
div.DivClassName
{
background-color: #109CBE;
}
.BgClassName
{
background-color: #109CBE;
}
</style>
border-color css
<style>
span { border-color: #109CBE; }
span { border-color: rgb(16,156,190); }
td.TdClassName
{
border-color: #109CBE;
}
.TagClassName
{
border-color: #109CBE;
}
</style>