Shades of Pacific Blue #109BDA
Tints of Pacific Blue #109BDA
RGB
CMYK
RGB Variations
Color information
#109BDA (or 0x109BDA) is known color: Pacific Blue. HEX triplet: 10, 9B and DA. RGB value is (16,155,218). Sum of RGB (Red+Green+Blue) = 16+155+218=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #109BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BDA is #EF6425. Grayscale: #787878. Windows color (decimal): -15688742 or 14326544. OLE color: 14326544.
HSL color Cylindrical-coordinate representation of color #109BDA: hue angle of 198.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109BDA is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 155 | 218 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.15 |
| HSL | 198.71º | 0.86% | 0.46% | - |
| HSV(B) | 198.71º | 0.93% | 0.85% | - |
| XYZ | 24.59 | 28.61 | 70.56 | - |
| YUV | 120.62 | 182.95 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 218 | 0.93 | 0.29 | 0 | 0.15 | 198.71 | 0.86 | 0.46 |
| Hex | 10 | 9B | DA | 5D | 1D | 0 | F | C7 | 56 | 2E |
| Octal | 20 | 233 | 332 | 135 | 35 | 0 | 17 | 307 | 126 | 56 |
| Binary | 10000 | 10011011 | 11011010 | 1011101 | 11101 | 0 | 1111 | 11000111 | 1010110 | 101110 |
Color Harmonies of #109BDA
Complementary color
Monochromatic Colors of #109BDA
Black with #109BDA
Text Example
Text Example
White with #109BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BDA; }
p { color: rgb(16,155,218); }
H1.HeaderClassName
{
color: #109BDA;
}
.AnyTagClassName
{
color: #109BDA;
}
</style>
background-color css
<style>
a { background-color: #109BDA; }
a { background-color: rgb(16,155,218); }
div.DivClassName
{
background-color: #109BDA;
}
.BgClassName
{
background-color: #109BDA;
}
</style>
border-color css
<style>
span { border-color: #109BDA; }
span { border-color: rgb(16,155,218); }
td.TdClassName
{
border-color: #109BDA;
}
.TagClassName
{
border-color: #109BDA;
}
</style>