Shades of Pacific Blue #109DCD
Tints of Pacific Blue #109DCD
RGB
CMYK
RGB Variations
Color information
#109DCD (or 0x109DCD) is known color: Pacific Blue. HEX triplet: 10, 9D and CD. RGB value is (16,157,205). Sum of RGB (Red+Green+Blue) = 16+157+205=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #109DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DCD is #EF6232. Grayscale: #777777. Windows color (decimal): -15688243 or 13475088. OLE color: 13475088.
HSL color Cylindrical-coordinate representation of color #109DCD: hue angle of 195.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109DCD is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 157 | 205 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.20 |
| HSL | 195.24º | 0.86% | 0.43% | - |
| HSV(B) | 195.24º | 0.92% | 0.8% | - |
| XYZ | 23.29 | 28.63 | 62.06 | - |
| YUV | 120.31 | 175.79 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 205 | 0.92 | 0.23 | 0 | 0.20 | 195.24 | 0.86 | 0.43 |
| Hex | 10 | 9D | CD | 5C | 17 | 0 | 14 | C3 | 56 | 2B |
| Octal | 20 | 235 | 315 | 134 | 27 | 0 | 24 | 303 | 126 | 53 |
| Binary | 10000 | 10011101 | 11001101 | 1011100 | 10111 | 0 | 10100 | 11000011 | 1010110 | 101011 |
Color Harmonies of #109DCD
Complementary color
Monochromatic Colors of #109DCD
Black with #109DCD
Text Example
Text Example
White with #109DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DCD; }
p { color: rgb(16,157,205); }
H1.HeaderClassName
{
color: #109DCD;
}
.AnyTagClassName
{
color: #109DCD;
}
</style>
background-color css
<style>
a { background-color: #109DCD; }
a { background-color: rgb(16,157,205); }
div.DivClassName
{
background-color: #109DCD;
}
.BgClassName
{
background-color: #109DCD;
}
</style>
border-color css
<style>
span { border-color: #109DCD; }
span { border-color: rgb(16,157,205); }
td.TdClassName
{
border-color: #109DCD;
}
.TagClassName
{
border-color: #109DCD;
}
</style>