Shades of Pacific Blue #109CBD
Tints of Pacific Blue #109CBD
RGB
CMYK
RGB Variations
Color information
#109CBD (or 0x109CBD) is known color: Pacific Blue. HEX triplet: 10, 9C and BD. RGB value is (16,156,189). Sum of RGB (Red+Green+Blue) = 16+156+189=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #109CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CBD is #EF6342. Grayscale: #757575. Windows color (decimal): -15688515 or 12426256. OLE color: 12426256.
HSL color Cylindrical-coordinate representation of color #109CBD: hue angle of 191.45º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109CBD is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 156 | 189 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.26 |
| HSL | 191.45º | 0.84% | 0.4% | - |
| HSV(B) | 191.45º | 0.92% | 0.74% | - |
| XYZ | 21.29 | 27.56 | 52.34 | - |
| YUV | 117.9 | 168.12 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 189 | 0.92 | 0.17 | 0 | 0.26 | 191.45 | 0.84 | 0.4 |
| Hex | 10 | 9C | BD | 5C | 11 | 0 | 1A | BF | 54 | 28 |
| Octal | 20 | 234 | 275 | 134 | 21 | 0 | 32 | 277 | 124 | 50 |
| Binary | 10000 | 10011100 | 10111101 | 1011100 | 10001 | 0 | 11010 | 10111111 | 1010100 | 101000 |
Color Harmonies of #109CBD
Complementary color
Monochromatic Colors of #109CBD
Black with #109CBD
Text Example
Text Example
White with #109CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CBD; }
p { color: rgb(16,156,189); }
H1.HeaderClassName
{
color: #109CBD;
}
.AnyTagClassName
{
color: #109CBD;
}
</style>
background-color css
<style>
a { background-color: #109CBD; }
a { background-color: rgb(16,156,189); }
div.DivClassName
{
background-color: #109CBD;
}
.BgClassName
{
background-color: #109CBD;
}
</style>
border-color css
<style>
span { border-color: #109CBD; }
span { border-color: rgb(16,156,189); }
td.TdClassName
{
border-color: #109CBD;
}
.TagClassName
{
border-color: #109CBD;
}
</style>