Shades of Pacific Blue #108EDC
Tints of Pacific Blue #108EDC
RGB
CMYK
RGB Variations
Color information
#108EDC (or 0x108EDC) is known color: Pacific Blue. HEX triplet: 10, 8E and DC. RGB value is (16,142,220). Sum of RGB (Red+Green+Blue) = 16+142+220=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #108EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EDC is #EF7123. Grayscale: #707070. Windows color (decimal): -15692068 or 14454288. OLE color: 14454288.
HSL color Cylindrical-coordinate representation of color #108EDC: hue angle of 202.94º 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 #108EDC is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 142 | 220 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.14 |
| HSL | 202.94º | 0.86% | 0.46% | - |
| HSV(B) | 202.94º | 0.93% | 0.86% | - |
| XYZ | 22.8 | 24.62 | 71.26 | - |
| YUV | 113.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 220 | 0.93 | 0.35 | 0 | 0.14 | 202.94 | 0.86 | 0.46 |
| Hex | 10 | 8E | DC | 5D | 23 | 0 | E | CB | 56 | 2E |
| Octal | 20 | 216 | 334 | 135 | 43 | 0 | 16 | 313 | 126 | 56 |
| Binary | 10000 | 10001110 | 11011100 | 1011101 | 100011 | 0 | 1110 | 11001011 | 1010110 | 101110 |
Color Harmonies of #108EDC
Complementary color
Monochromatic Colors of #108EDC
Black with #108EDC
Text Example
Text Example
White with #108EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EDC; }
p { color: rgb(16,142,220); }
H1.HeaderClassName
{
color: #108EDC;
}
.AnyTagClassName
{
color: #108EDC;
}
</style>
background-color css
<style>
a { background-color: #108EDC; }
a { background-color: rgb(16,142,220); }
div.DivClassName
{
background-color: #108EDC;
}
.BgClassName
{
background-color: #108EDC;
}
</style>
border-color css
<style>
span { border-color: #108EDC; }
span { border-color: rgb(16,142,220); }
td.TdClassName
{
border-color: #108EDC;
}
.TagClassName
{
border-color: #108EDC;
}
</style>