Shades of Pacific Blue #108DD2
Tints of Pacific Blue #108DD2
RGB
CMYK
RGB Variations
Color information
#108DD2 (or 0x108DD2) is known color: Pacific Blue. HEX triplet: 10, 8D and D2. RGB value is (16,141,210). Sum of RGB (Red+Green+Blue) = 16+141+210=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 210 (82.42% from 255 or 57.22% from 367); Max value from RGB is 210 - color contains mainly: blue. Hex color #108DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DD2 is #EF722D. Grayscale: #6F6F6F. Windows color (decimal): -15692334 or 13798672. OLE color: 13798672.
HSL color Cylindrical-coordinate representation of color #108DD2: hue angle of 201.34º 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 #108DD2 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 141 | 210 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.18 |
| HSL | 201.34º | 0.86% | 0.44% | - |
| HSV(B) | 201.34º | 0.92% | 0.82% | - |
| XYZ | 21.37 | 23.81 | 64.44 | - |
| YUV | 111.49 | 183.59 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 210 | 0.92 | 0.33 | 0 | 0.18 | 201.34 | 0.86 | 0.44 |
| Hex | 10 | 8D | D2 | 5C | 21 | 0 | 12 | C9 | 56 | 2C |
| Octal | 20 | 215 | 322 | 134 | 41 | 0 | 22 | 311 | 126 | 54 |
| Binary | 10000 | 10001101 | 11010010 | 1011100 | 100001 | 0 | 10010 | 11001001 | 1010110 | 101100 |
Color Harmonies of #108DD2
Complementary color
Monochromatic Colors of #108DD2
Black with #108DD2
Text Example
Text Example
White with #108DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DD2; }
p { color: rgb(16,141,210); }
H1.HeaderClassName
{
color: #108DD2;
}
.AnyTagClassName
{
color: #108DD2;
}
</style>
background-color css
<style>
a { background-color: #108DD2; }
a { background-color: rgb(16,141,210); }
div.DivClassName
{
background-color: #108DD2;
}
.BgClassName
{
background-color: #108DD2;
}
</style>
border-color css
<style>
span { border-color: #108DD2; }
span { border-color: rgb(16,141,210); }
td.TdClassName
{
border-color: #108DD2;
}
.TagClassName
{
border-color: #108DD2;
}
</style>