Shades of Pacific Blue #108ACC
Tints of Pacific Blue #108ACC
RGB
CMYK
RGB Variations
Color information
#108ACC (or 0x108ACC) is known color: Pacific Blue. HEX triplet: 10, 8A and CC. RGB value is (16,138,204). Sum of RGB (Red+Green+Blue) = 16+138+204=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #108ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ACC is #EF7533. Grayscale: #6C6C6C. Windows color (decimal): -15693108 or 13404688. OLE color: 13404688.
HSL color Cylindrical-coordinate representation of color #108ACC: hue angle of 201.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108ACC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 138 | 204 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.2 |
| HSL | 201.06º | 0.85% | 0.43% | - |
| HSV(B) | 201.06º | 0.92% | 0.8% | - |
| XYZ | 20.2 | 22.65 | 60.43 | - |
| YUV | 109.05 | 181.58 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 204 | 0.92 | 0.32 | 0 | 0.2 | 201.06 | 0.85 | 0.43 |
| Hex | 10 | 8A | CC | 5C | 20 | 0 | 14 | C9 | 55 | 2B |
| Octal | 20 | 212 | 314 | 134 | 40 | 0 | 24 | 311 | 125 | 53 |
| Binary | 10000 | 10001010 | 11001100 | 1011100 | 100000 | 0 | 10100 | 11001001 | 1010101 | 101011 |
Color Harmonies of #108ACC
Complementary color
Monochromatic Colors of #108ACC
Black with #108ACC
Text Example
Text Example
White with #108ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108ACC; }
p { color: rgb(16,138,204); }
H1.HeaderClassName
{
color: #108ACC;
}
.AnyTagClassName
{
color: #108ACC;
}
</style>
background-color css
<style>
a { background-color: #108ACC; }
a { background-color: rgb(16,138,204); }
div.DivClassName
{
background-color: #108ACC;
}
.BgClassName
{
background-color: #108ACC;
}
</style>
border-color css
<style>
span { border-color: #108ACC; }
span { border-color: rgb(16,138,204); }
td.TdClassName
{
border-color: #108ACC;
}
.TagClassName
{
border-color: #108ACC;
}
</style>