Shades of Pacific Blue #108DDD
Tints of Pacific Blue #108DDD
RGB
CMYK
RGB Variations
Color information
#108DDD (or 0x108DDD) is known color: Pacific Blue. HEX triplet: 10, 8D and DD. RGB value is (16,141,221). Sum of RGB (Red+Green+Blue) = 16+141+221=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #108DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DDD is #EF7222. Grayscale: #707070. Windows color (decimal): -15692323 or 14519568. OLE color: 14519568.
HSL color Cylindrical-coordinate representation of color #108DDD: hue angle of 203.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108DDD is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 141 | 221 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.13 |
| HSL | 203.41º | 0.86% | 0.46% | - |
| HSV(B) | 203.41º | 0.93% | 0.87% | - |
| XYZ | 22.79 | 24.38 | 71.91 | - |
| YUV | 112.75 | 189.09 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 221 | 0.93 | 0.36 | 0 | 0.13 | 203.41 | 0.86 | 0.46 |
| Hex | 10 | 8D | DD | 5D | 24 | 0 | D | CB | 56 | 2E |
| Octal | 20 | 215 | 335 | 135 | 44 | 0 | 15 | 313 | 126 | 56 |
| Binary | 10000 | 10001101 | 11011101 | 1011101 | 100100 | 0 | 1101 | 11001011 | 1010110 | 101110 |
Color Harmonies of #108DDD
Complementary color
Monochromatic Colors of #108DDD
Black with #108DDD
Text Example
Text Example
White with #108DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DDD; }
p { color: rgb(16,141,221); }
H1.HeaderClassName
{
color: #108DDD;
}
.AnyTagClassName
{
color: #108DDD;
}
</style>
background-color css
<style>
a { background-color: #108DDD; }
a { background-color: rgb(16,141,221); }
div.DivClassName
{
background-color: #108DDD;
}
.BgClassName
{
background-color: #108DDD;
}
</style>
border-color css
<style>
span { border-color: #108DDD; }
span { border-color: rgb(16,141,221); }
td.TdClassName
{
border-color: #108DDD;
}
.TagClassName
{
border-color: #108DDD;
}
</style>