Shades of Pacific Blue #108CDA
Tints of Pacific Blue #108CDA
RGB
CMYK
RGB Variations
Color information
#108CDA (or 0x108CDA) is known color: Pacific Blue. HEX triplet: 10, 8C and DA. RGB value is (16,140,218). Sum of RGB (Red+Green+Blue) = 16+140+218=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #108CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CDA is #EF7325. Grayscale: #6F6F6F. Windows color (decimal): -15692582 or 14322704. OLE color: 14322704.
HSL color Cylindrical-coordinate representation of color #108CDA: hue angle of 203.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108CDA is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 140 | 218 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.15 |
| HSL | 203.17º | 0.86% | 0.46% | - |
| HSV(B) | 203.17º | 0.93% | 0.85% | - |
| XYZ | 22.25 | 23.93 | 69.78 | - |
| YUV | 111.82 | 187.92 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 218 | 0.93 | 0.36 | 0 | 0.15 | 203.17 | 0.86 | 0.46 |
| Hex | 10 | 8C | DA | 5D | 24 | 0 | F | CB | 56 | 2E |
| Octal | 20 | 214 | 332 | 135 | 44 | 0 | 17 | 313 | 126 | 56 |
| Binary | 10000 | 10001100 | 11011010 | 1011101 | 100100 | 0 | 1111 | 11001011 | 1010110 | 101110 |
Color Harmonies of #108CDA
Complementary color
Monochromatic Colors of #108CDA
Black with #108CDA
Text Example
Text Example
White with #108CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CDA; }
p { color: rgb(16,140,218); }
H1.HeaderClassName
{
color: #108CDA;
}
.AnyTagClassName
{
color: #108CDA;
}
</style>
background-color css
<style>
a { background-color: #108CDA; }
a { background-color: rgb(16,140,218); }
div.DivClassName
{
background-color: #108CDA;
}
.BgClassName
{
background-color: #108CDA;
}
</style>
border-color css
<style>
span { border-color: #108CDA; }
span { border-color: rgb(16,140,218); }
td.TdClassName
{
border-color: #108CDA;
}
.TagClassName
{
border-color: #108CDA;
}
</style>