Shades of Pacific Blue #108FC4
Tints of Pacific Blue #108FC4
RGB
CMYK
RGB Variations
Color information
#108FC4 (or 0x108FC4) is known color: Pacific Blue. HEX triplet: 10, 8F and C4. RGB value is (16,143,196). Sum of RGB (Red+Green+Blue) = 16+143+196=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #108FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108FC4 is #EF703B. Grayscale: #6E6E6E. Windows color (decimal): -15691836 or 12881680. OLE color: 12881680.
HSL color Cylindrical-coordinate representation of color #108FC4: hue angle of 197.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108FC4 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 143 | 196 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.23 |
| HSL | 197.67º | 0.85% | 0.42% | - |
| HSV(B) | 197.67º | 0.92% | 0.77% | - |
| XYZ | 20 | 23.74 | 55.75 | - |
| YUV | 111.07 | 175.92 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 196 | 0.92 | 0.27 | 0 | 0.23 | 197.67 | 0.85 | 0.42 |
| Hex | 10 | 8F | C4 | 5C | 1B | 0 | 17 | C6 | 55 | 2A |
| Octal | 20 | 217 | 304 | 134 | 33 | 0 | 27 | 306 | 125 | 52 |
| Binary | 10000 | 10001111 | 11000100 | 1011100 | 11011 | 0 | 10111 | 11000110 | 1010101 | 101010 |
Color Harmonies of #108FC4
Complementary color
Monochromatic Colors of #108FC4
Black with #108FC4
Text Example
Text Example
White with #108FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FC4; }
p { color: rgb(16,143,196); }
H1.HeaderClassName
{
color: #108FC4;
}
.AnyTagClassName
{
color: #108FC4;
}
</style>
background-color css
<style>
a { background-color: #108FC4; }
a { background-color: rgb(16,143,196); }
div.DivClassName
{
background-color: #108FC4;
}
.BgClassName
{
background-color: #108FC4;
}
</style>
border-color css
<style>
span { border-color: #108FC4; }
span { border-color: rgb(16,143,196); }
td.TdClassName
{
border-color: #108FC4;
}
.TagClassName
{
border-color: #108FC4;
}
</style>