Shades of Pacific Blue #109DDE
Tints of Pacific Blue #109DDE
RGB
CMYK
RGB Variations
Color information
#109DDE (or 0x109DDE) is known color: Pacific Blue. HEX triplet: 10, 9D and DE. RGB value is (16,157,222). Sum of RGB (Red+Green+Blue) = 16+157+222=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #109DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDE is #EF6221. Grayscale: #797979. Windows color (decimal): -15688226 or 14589200. OLE color: 14589200.
HSL color Cylindrical-coordinate representation of color #109DDE: hue angle of 198.93º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109DDE is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 157 | 222 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.13 |
| HSL | 198.93º | 0.87% | 0.47% | - |
| HSV(B) | 198.93º | 0.93% | 0.87% | - |
| XYZ | 25.46 | 29.5 | 73.46 | - |
| YUV | 122.25 | 184.29 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 222 | 0.93 | 0.29 | 0 | 0.13 | 198.93 | 0.87 | 0.47 |
| Hex | 10 | 9D | DE | 5D | 1D | 0 | D | C7 | 57 | 2F |
| Octal | 20 | 235 | 336 | 135 | 35 | 0 | 15 | 307 | 127 | 57 |
| Binary | 10000 | 10011101 | 11011110 | 1011101 | 11101 | 0 | 1101 | 11000111 | 1010111 | 101111 |
Color Harmonies of #109DDE
Complementary color
Monochromatic Colors of #109DDE
Black with #109DDE
Text Example
Text Example
White with #109DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DDE; }
p { color: rgb(16,157,222); }
H1.HeaderClassName
{
color: #109DDE;
}
.AnyTagClassName
{
color: #109DDE;
}
</style>
background-color css
<style>
a { background-color: #109DDE; }
a { background-color: rgb(16,157,222); }
div.DivClassName
{
background-color: #109DDE;
}
.BgClassName
{
background-color: #109DDE;
}
</style>
border-color css
<style>
span { border-color: #109DDE; }
span { border-color: rgb(16,157,222); }
td.TdClassName
{
border-color: #109DDE;
}
.TagClassName
{
border-color: #109DDE;
}
</style>