Shades of Pacific Blue #109ADC
Tints of Pacific Blue #109ADC
RGB
CMYK
RGB Variations
Color information
#109ADC (or 0x109ADC) is known color: Pacific Blue. HEX triplet: 10, 9A and DC. RGB value is (16,154,220). Sum of RGB (Red+Green+Blue) = 16+154+220=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #109ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ADC is #EF6523. Grayscale: #777777. Windows color (decimal): -15688996 or 14457360. OLE color: 14457360.
HSL color Cylindrical-coordinate representation of color #109ADC: hue angle of 199.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109ADC is Cyan = 0.93, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 154 | 220 | - |
| CMYK | 0.93 | 0.3 | 0 | 0.14 |
| HSL | 199.41º | 0.86% | 0.46% | - |
| HSV(B) | 199.41º | 0.93% | 0.86% | - |
| XYZ | 24.69 | 28.39 | 71.89 | - |
| YUV | 120.26 | 184.28 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 220 | 0.93 | 0.3 | 0 | 0.14 | 199.41 | 0.86 | 0.46 |
| Hex | 10 | 9A | DC | 5D | 1E | 0 | E | C7 | 56 | 2E |
| Octal | 20 | 232 | 334 | 135 | 36 | 0 | 16 | 307 | 126 | 56 |
| Binary | 10000 | 10011010 | 11011100 | 1011101 | 11110 | 0 | 1110 | 11000111 | 1010110 | 101110 |
Color Harmonies of #109ADC
Complementary color
Monochromatic Colors of #109ADC
Black with #109ADC
Text Example
Text Example
White with #109ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109ADC; }
p { color: rgb(16,154,220); }
H1.HeaderClassName
{
color: #109ADC;
}
.AnyTagClassName
{
color: #109ADC;
}
</style>
background-color css
<style>
a { background-color: #109ADC; }
a { background-color: rgb(16,154,220); }
div.DivClassName
{
background-color: #109ADC;
}
.BgClassName
{
background-color: #109ADC;
}
</style>
border-color css
<style>
span { border-color: #109ADC; }
span { border-color: rgb(16,154,220); }
td.TdClassName
{
border-color: #109ADC;
}
.TagClassName
{
border-color: #109ADC;
}
</style>