Shades of Pacific Blue #108BD1
Tints of Pacific Blue #108BD1
RGB
CMYK
RGB Variations
Color information
#108BD1 (or 0x108BD1) is known color: Pacific Blue. HEX triplet: 10, 8B and D1. RGB value is (16,139,209). Sum of RGB (Red+Green+Blue) = 16+139+209=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #108BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BD1 is #EF742E. Grayscale: #6D6D6D. Windows color (decimal): -15692847 or 13732624. OLE color: 13732624.
HSL color Cylindrical-coordinate representation of color #108BD1: hue angle of 201.76º 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 #108BD1 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 139 | 209 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.18 |
| HSL | 201.76º | 0.86% | 0.44% | - |
| HSV(B) | 201.76º | 0.92% | 0.82% | - |
| XYZ | 20.95 | 23.18 | 63.69 | - |
| YUV | 110.2 | 183.75 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 209 | 0.92 | 0.33 | 0 | 0.18 | 201.76 | 0.86 | 0.44 |
| Hex | 10 | 8B | D1 | 5C | 21 | 0 | 12 | CA | 56 | 2C |
| Octal | 20 | 213 | 321 | 134 | 41 | 0 | 22 | 312 | 126 | 54 |
| Binary | 10000 | 10001011 | 11010001 | 1011100 | 100001 | 0 | 10010 | 11001010 | 1010110 | 101100 |
Color Harmonies of #108BD1
Complementary color
Monochromatic Colors of #108BD1
Black with #108BD1
Text Example
Text Example
White with #108BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BD1; }
p { color: rgb(16,139,209); }
H1.HeaderClassName
{
color: #108BD1;
}
.AnyTagClassName
{
color: #108BD1;
}
</style>
background-color css
<style>
a { background-color: #108BD1; }
a { background-color: rgb(16,139,209); }
div.DivClassName
{
background-color: #108BD1;
}
.BgClassName
{
background-color: #108BD1;
}
</style>
border-color css
<style>
span { border-color: #108BD1; }
span { border-color: rgb(16,139,209); }
td.TdClassName
{
border-color: #108BD1;
}
.TagClassName
{
border-color: #108BD1;
}
</style>