Shades of Pacific Blue #108BD0
Tints of Pacific Blue #108BD0
RGB
CMYK
RGB Variations
Color information
#108BD0 (or 0x108BD0) is known color: Pacific Blue. HEX triplet: 10, 8B and D0. RGB value is (16,139,208). Sum of RGB (Red+Green+Blue) = 16+139+208=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #108BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BD0 is #EF742F. Grayscale: #6D6D6D. Windows color (decimal): -15692848 or 13667088. OLE color: 13667088.
HSL color Cylindrical-coordinate representation of color #108BD0: hue angle of 201.56º 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 #108BD0 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 139 | 208 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.18 |
| HSL | 201.56º | 0.86% | 0.44% | - |
| HSV(B) | 201.56º | 0.92% | 0.82% | - |
| XYZ | 20.83 | 23.13 | 63.04 | - |
| YUV | 110.09 | 183.25 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 208 | 0.92 | 0.33 | 0 | 0.18 | 201.56 | 0.86 | 0.44 |
| Hex | 10 | 8B | D0 | 5C | 21 | 0 | 12 | CA | 56 | 2C |
| Octal | 20 | 213 | 320 | 134 | 41 | 0 | 22 | 312 | 126 | 54 |
| Binary | 10000 | 10001011 | 11010000 | 1011100 | 100001 | 0 | 10010 | 11001010 | 1010110 | 101100 |
Color Harmonies of #108BD0
Complementary color
Monochromatic Colors of #108BD0
Black with #108BD0
Text Example
Text Example
White with #108BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BD0; }
p { color: rgb(16,139,208); }
H1.HeaderClassName
{
color: #108BD0;
}
.AnyTagClassName
{
color: #108BD0;
}
</style>
background-color css
<style>
a { background-color: #108BD0; }
a { background-color: rgb(16,139,208); }
div.DivClassName
{
background-color: #108BD0;
}
.BgClassName
{
background-color: #108BD0;
}
</style>
border-color css
<style>
span { border-color: #108BD0; }
span { border-color: rgb(16,139,208); }
td.TdClassName
{
border-color: #108BD0;
}
.TagClassName
{
border-color: #108BD0;
}
</style>