Shades of Pacific Blue #108ECD
Tints of Pacific Blue #108ECD
RGB
CMYK
RGB Variations
Color information
#108ECD (or 0x108ECD) is known color: Pacific Blue. HEX triplet: 10, 8E and CD. RGB value is (16,142,205). Sum of RGB (Red+Green+Blue) = 16+142+205=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #108ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ECD is #EF7132. Grayscale: #6F6F6F. Windows color (decimal): -15692083 or 13471248. OLE color: 13471248.
HSL color Cylindrical-coordinate representation of color #108ECD: hue angle of 200º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108ECD is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 142 | 205 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.20 |
| HSL | 200º | 0.86% | 0.43% | - |
| HSV(B) | 200º | 0.92% | 0.8% | - |
| XYZ | 20.91 | 23.86 | 61.26 | - |
| YUV | 111.51 | 180.76 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 205 | 0.92 | 0.31 | 0 | 0.20 | 200 | 0.86 | 0.43 |
| Hex | 10 | 8E | CD | 5C | 1F | 0 | 14 | C8 | 56 | 2B |
| Octal | 20 | 216 | 315 | 134 | 37 | 0 | 24 | 310 | 126 | 53 |
| Binary | 10000 | 10001110 | 11001101 | 1011100 | 11111 | 0 | 10100 | 11001000 | 1010110 | 101011 |
Color Harmonies of #108ECD
Complementary color
Monochromatic Colors of #108ECD
Black with #108ECD
Text Example
Text Example
White with #108ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108ECD; }
p { color: rgb(16,142,205); }
H1.HeaderClassName
{
color: #108ECD;
}
.AnyTagClassName
{
color: #108ECD;
}
</style>
background-color css
<style>
a { background-color: #108ECD; }
a { background-color: rgb(16,142,205); }
div.DivClassName
{
background-color: #108ECD;
}
.BgClassName
{
background-color: #108ECD;
}
</style>
border-color css
<style>
span { border-color: #108ECD; }
span { border-color: rgb(16,142,205); }
td.TdClassName
{
border-color: #108ECD;
}
.TagClassName
{
border-color: #108ECD;
}
</style>