Shades of Pacific Blue #109AD2
Tints of Pacific Blue #109AD2
RGB
CMYK
RGB Variations
Color information
#109AD2 (or 0x109AD2) is known color: Pacific Blue. HEX triplet: 10, 9A and D2. RGB value is (16,154,210). Sum of RGB (Red+Green+Blue) = 16+154+210=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #109AD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AD2 is #EF652D. Grayscale: #767676. Windows color (decimal): -15689006 or 13802000. OLE color: 13802000.
HSL color Cylindrical-coordinate representation of color #109AD2: hue angle of 197.32º 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 #109AD2 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 154 | 210 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.18 |
| HSL | 197.32º | 0.86% | 0.44% | - |
| HSV(B) | 197.32º | 0.92% | 0.82% | - |
| XYZ | 23.4 | 27.87 | 65.12 | - |
| YUV | 119.12 | 179.28 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 210 | 0.92 | 0.27 | 0 | 0.18 | 197.32 | 0.86 | 0.44 |
| Hex | 10 | 9A | D2 | 5C | 1B | 0 | 12 | C5 | 56 | 2C |
| Octal | 20 | 232 | 322 | 134 | 33 | 0 | 22 | 305 | 126 | 54 |
| Binary | 10000 | 10011010 | 11010010 | 1011100 | 11011 | 0 | 10010 | 11000101 | 1010110 | 101100 |
Color Harmonies of #109AD2
Complementary color
Monochromatic Colors of #109AD2
Black with #109AD2
Text Example
Text Example
White with #109AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AD2; }
p { color: rgb(16,154,210); }
H1.HeaderClassName
{
color: #109AD2;
}
.AnyTagClassName
{
color: #109AD2;
}
</style>
background-color css
<style>
a { background-color: #109AD2; }
a { background-color: rgb(16,154,210); }
div.DivClassName
{
background-color: #109AD2;
}
.BgClassName
{
background-color: #109AD2;
}
</style>
border-color css
<style>
span { border-color: #109AD2; }
span { border-color: rgb(16,154,210); }
td.TdClassName
{
border-color: #109AD2;
}
.TagClassName
{
border-color: #109AD2;
}
</style>