Shades of Pacific Blue #108EDD
Tints of Pacific Blue #108EDD
RGB
CMYK
RGB Variations
Color information
#108EDD (or 0x108EDD) is known color: Pacific Blue. HEX triplet: 10, 8E and DD. RGB value is (16,142,221). Sum of RGB (Red+Green+Blue) = 16+142+221=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #108EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EDD is #EF7122. Grayscale: #707070. Windows color (decimal): -15692067 or 14519824. OLE color: 14519824.
HSL color Cylindrical-coordinate representation of color #108EDD: hue angle of 203.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108EDD is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 142 | 221 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.13 |
| HSL | 203.12º | 0.86% | 0.46% | - |
| HSV(B) | 203.12º | 0.93% | 0.87% | - |
| XYZ | 22.94 | 24.68 | 71.96 | - |
| YUV | 113.33 | 188.76 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 221 | 0.93 | 0.36 | 0 | 0.13 | 203.12 | 0.86 | 0.46 |
| Hex | 10 | 8E | DD | 5D | 24 | 0 | D | CB | 56 | 2E |
| Octal | 20 | 216 | 335 | 135 | 44 | 0 | 15 | 313 | 126 | 56 |
| Binary | 10000 | 10001110 | 11011101 | 1011101 | 100100 | 0 | 1101 | 11001011 | 1010110 | 101110 |
Color Harmonies of #108EDD
Complementary color
Monochromatic Colors of #108EDD
Black with #108EDD
Text Example
Text Example
White with #108EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EDD; }
p { color: rgb(16,142,221); }
H1.HeaderClassName
{
color: #108EDD;
}
.AnyTagClassName
{
color: #108EDD;
}
</style>
background-color css
<style>
a { background-color: #108EDD; }
a { background-color: rgb(16,142,221); }
div.DivClassName
{
background-color: #108EDD;
}
.BgClassName
{
background-color: #108EDD;
}
</style>
border-color css
<style>
span { border-color: #108EDD; }
span { border-color: rgb(16,142,221); }
td.TdClassName
{
border-color: #108EDD;
}
.TagClassName
{
border-color: #108EDD;
}
</style>