Shades of Pacific Blue #109BD3
Tints of Pacific Blue #109BD3
RGB
CMYK
RGB Variations
Color information
#109BD3 (or 0x109BD3) is known color: Pacific Blue. HEX triplet: 10, 9B and D3. RGB value is (16,155,211). Sum of RGB (Red+Green+Blue) = 16+155+211=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #109BD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BD3 is #EF642C. Grayscale: #777777. Windows color (decimal): -15688749 or 13867792. OLE color: 13867792.
HSL color Cylindrical-coordinate representation of color #109BD3: hue angle of 197.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BD3 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 155 | 211 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.17 |
| HSL | 197.23º | 0.86% | 0.45% | - |
| HSV(B) | 197.23º | 0.92% | 0.83% | - |
| XYZ | 23.69 | 28.26 | 65.83 | - |
| YUV | 119.82 | 179.45 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 211 | 0.92 | 0.27 | 0 | 0.17 | 197.23 | 0.86 | 0.45 |
| Hex | 10 | 9B | D3 | 5C | 1B | 0 | 11 | C5 | 56 | 2D |
| Octal | 20 | 233 | 323 | 134 | 33 | 0 | 21 | 305 | 126 | 55 |
| Binary | 10000 | 10011011 | 11010011 | 1011100 | 11011 | 0 | 10001 | 11000101 | 1010110 | 101101 |
Color Harmonies of #109BD3
Complementary color
Monochromatic Colors of #109BD3
Black with #109BD3
Text Example
Text Example
White with #109BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BD3; }
p { color: rgb(16,155,211); }
H1.HeaderClassName
{
color: #109BD3;
}
.AnyTagClassName
{
color: #109BD3;
}
</style>
background-color css
<style>
a { background-color: #109BD3; }
a { background-color: rgb(16,155,211); }
div.DivClassName
{
background-color: #109BD3;
}
.BgClassName
{
background-color: #109BD3;
}
</style>
border-color css
<style>
span { border-color: #109BD3; }
span { border-color: rgb(16,155,211); }
td.TdClassName
{
border-color: #109BD3;
}
.TagClassName
{
border-color: #109BD3;
}
</style>