Shades of Pacific Blue #109BD2
Tints of Pacific Blue #109BD2
RGB
CMYK
RGB Variations
Color information
#109BD2 (or 0x109BD2) is known color: Pacific Blue. HEX triplet: 10, 9B and D2. RGB value is (16,155,210). Sum of RGB (Red+Green+Blue) = 16+155+210=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #109BD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BD2 is #EF642D. Grayscale: #777777. Windows color (decimal): -15688750 or 13802256. OLE color: 13802256.
HSL color Cylindrical-coordinate representation of color #109BD2: hue angle of 197.01º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BD2 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 155 | 210 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.18 |
| HSL | 197.01º | 0.86% | 0.44% | - |
| HSV(B) | 197.01º | 0.92% | 0.82% | - |
| XYZ | 23.57 | 28.21 | 65.17 | - |
| YUV | 119.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 210 | 0.92 | 0.26 | 0 | 0.18 | 197.01 | 0.86 | 0.44 |
| Hex | 10 | 9B | D2 | 5C | 1A | 0 | 12 | C5 | 56 | 2C |
| Octal | 20 | 233 | 322 | 134 | 32 | 0 | 22 | 305 | 126 | 54 |
| Binary | 10000 | 10011011 | 11010010 | 1011100 | 11010 | 0 | 10010 | 11000101 | 1010110 | 101100 |
Color Harmonies of #109BD2
Complementary color
Monochromatic Colors of #109BD2
Black with #109BD2
Text Example
Text Example
White with #109BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BD2; }
p { color: rgb(16,155,210); }
H1.HeaderClassName
{
color: #109BD2;
}
.AnyTagClassName
{
color: #109BD2;
}
</style>
background-color css
<style>
a { background-color: #109BD2; }
a { background-color: rgb(16,155,210); }
div.DivClassName
{
background-color: #109BD2;
}
.BgClassName
{
background-color: #109BD2;
}
</style>
border-color css
<style>
span { border-color: #109BD2; }
span { border-color: rgb(16,155,210); }
td.TdClassName
{
border-color: #109BD2;
}
.TagClassName
{
border-color: #109BD2;
}
</style>