Shades of Pacific Blue #108ED2
Tints of Pacific Blue #108ED2
RGB
CMYK
RGB Variations
Color information
#108ED2 (or 0x108ED2) is known color: Pacific Blue. HEX triplet: 10, 8E and D2. RGB value is (16,142,210). Sum of RGB (Red+Green+Blue) = 16+142+210=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #108ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ED2 is #EF712D. Grayscale: #6F6F6F. Windows color (decimal): -15692078 or 13798928. OLE color: 13798928.
HSL color Cylindrical-coordinate representation of color #108ED2: hue angle of 201.03º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108ED2 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 142 | 210 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.18 |
| HSL | 201.03º | 0.86% | 0.44% | - |
| HSV(B) | 201.03º | 0.92% | 0.82% | - |
| XYZ | 21.52 | 24.11 | 64.49 | - |
| YUV | 112.08 | 183.26 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 210 | 0.92 | 0.32 | 0 | 0.18 | 201.03 | 0.86 | 0.44 |
| Hex | 10 | 8E | D2 | 5C | 20 | 0 | 12 | C9 | 56 | 2C |
| Octal | 20 | 216 | 322 | 134 | 40 | 0 | 22 | 311 | 126 | 54 |
| Binary | 10000 | 10001110 | 11010010 | 1011100 | 100000 | 0 | 10010 | 11001001 | 1010110 | 101100 |
Color Harmonies of #108ED2
Complementary color
Monochromatic Colors of #108ED2
Black with #108ED2
Text Example
Text Example
White with #108ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108ED2; }
p { color: rgb(16,142,210); }
H1.HeaderClassName
{
color: #108ED2;
}
.AnyTagClassName
{
color: #108ED2;
}
</style>
background-color css
<style>
a { background-color: #108ED2; }
a { background-color: rgb(16,142,210); }
div.DivClassName
{
background-color: #108ED2;
}
.BgClassName
{
background-color: #108ED2;
}
</style>
border-color css
<style>
span { border-color: #108ED2; }
span { border-color: rgb(16,142,210); }
td.TdClassName
{
border-color: #108ED2;
}
.TagClassName
{
border-color: #108ED2;
}
</style>