Shades of Pacific Blue #109EDA
Tints of Pacific Blue #109EDA
RGB
CMYK
RGB Variations
Color information
#109EDA (or 0x109EDA) is known color: Pacific Blue. HEX triplet: 10, 9E and DA. RGB value is (16,158,218). Sum of RGB (Red+Green+Blue) = 16+158+218=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #109EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EDA is #EF6125. Grayscale: #7A7A7A. Windows color (decimal): -15687974 or 14327312. OLE color: 14327312.
HSL color Cylindrical-coordinate representation of color #109EDA: hue angle of 197.82º 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 #109EDA is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 158 | 218 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.15 |
| HSL | 197.82º | 0.86% | 0.46% | - |
| HSV(B) | 197.82º | 0.93% | 0.85% | - |
| XYZ | 25.1 | 29.63 | 70.73 | - |
| YUV | 122.38 | 181.96 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 218 | 0.93 | 0.28 | 0 | 0.15 | 197.82 | 0.86 | 0.46 |
| Hex | 10 | 9E | DA | 5D | 1C | 0 | F | C6 | 56 | 2E |
| Octal | 20 | 236 | 332 | 135 | 34 | 0 | 17 | 306 | 126 | 56 |
| Binary | 10000 | 10011110 | 11011010 | 1011101 | 11100 | 0 | 1111 | 11000110 | 1010110 | 101110 |
Color Harmonies of #109EDA
Complementary color
Monochromatic Colors of #109EDA
Black with #109EDA
Text Example
Text Example
White with #109EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EDA; }
p { color: rgb(16,158,218); }
H1.HeaderClassName
{
color: #109EDA;
}
.AnyTagClassName
{
color: #109EDA;
}
</style>
background-color css
<style>
a { background-color: #109EDA; }
a { background-color: rgb(16,158,218); }
div.DivClassName
{
background-color: #109EDA;
}
.BgClassName
{
background-color: #109EDA;
}
</style>
border-color css
<style>
span { border-color: #109EDA; }
span { border-color: rgb(16,158,218); }
td.TdClassName
{
border-color: #109EDA;
}
.TagClassName
{
border-color: #109EDA;
}
</style>