Shades of Pacific Blue #108EC3
Tints of Pacific Blue #108EC3
RGB
CMYK
RGB Variations
Color information
#108EC3 (or 0x108EC3) is known color: Pacific Blue. HEX triplet: 10, 8E and C3. RGB value is (16,142,195). Sum of RGB (Red+Green+Blue) = 16+142+195=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #108EC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EC3 is #EF713C. Grayscale: #6E6E6E. Windows color (decimal): -15692093 or 12815888. OLE color: 12815888.
HSL color Cylindrical-coordinate representation of color #108EC3: hue angle of 197.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108EC3 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 142 | 195 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.24 |
| HSL | 197.77º | 0.85% | 0.41% | - |
| HSV(B) | 197.77º | 0.92% | 0.76% | - |
| XYZ | 19.74 | 23.4 | 55.11 | - |
| YUV | 110.37 | 175.76 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 195 | 0.92 | 0.27 | 0 | 0.24 | 197.77 | 0.85 | 0.41 |
| Hex | 10 | 8E | C3 | 5C | 1B | 0 | 18 | C6 | 55 | 29 |
| Octal | 20 | 216 | 303 | 134 | 33 | 0 | 30 | 306 | 125 | 51 |
| Binary | 10000 | 10001110 | 11000011 | 1011100 | 11011 | 0 | 11000 | 11000110 | 1010101 | 101001 |
Color Harmonies of #108EC3
Complementary color
Monochromatic Colors of #108EC3
Black with #108EC3
Text Example
Text Example
White with #108EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108EC3; }
p { color: rgb(16,142,195); }
H1.HeaderClassName
{
color: #108EC3;
}
.AnyTagClassName
{
color: #108EC3;
}
</style>
background-color css
<style>
a { background-color: #108EC3; }
a { background-color: rgb(16,142,195); }
div.DivClassName
{
background-color: #108EC3;
}
.BgClassName
{
background-color: #108EC3;
}
</style>
border-color css
<style>
span { border-color: #108EC3; }
span { border-color: rgb(16,142,195); }
td.TdClassName
{
border-color: #108EC3;
}
.TagClassName
{
border-color: #108EC3;
}
</style>