Shades of Pacific Blue #108AD3
Tints of Pacific Blue #108AD3
RGB
CMYK
RGB Variations
Color information
#108AD3 (or 0x108AD3) is known color: Pacific Blue. HEX triplet: 10, 8A and D3. RGB value is (16,138,211). Sum of RGB (Red+Green+Blue) = 16+138+211=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 211 (82.81% from 255 or 57.81% from 365); Max value from RGB is 211 - color contains mainly: blue. Hex color #108AD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108AD3 is #EF752C. Grayscale: #6D6D6D. Windows color (decimal): -15693101 or 13863440. OLE color: 13863440.
HSL color Cylindrical-coordinate representation of color #108AD3: hue angle of 202.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108AD3 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 138 | 211 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.17 |
| HSL | 202.46º | 0.86% | 0.45% | - |
| HSV(B) | 202.46º | 0.92% | 0.83% | - |
| XYZ | 21.06 | 22.99 | 64.96 | - |
| YUV | 109.84 | 185.08 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 211 | 0.92 | 0.35 | 0 | 0.17 | 202.46 | 0.86 | 0.45 |
| Hex | 10 | 8A | D3 | 5C | 23 | 0 | 11 | CA | 56 | 2D |
| Octal | 20 | 212 | 323 | 134 | 43 | 0 | 21 | 312 | 126 | 55 |
| Binary | 10000 | 10001010 | 11010011 | 1011100 | 100011 | 0 | 10001 | 11001010 | 1010110 | 101101 |
Color Harmonies of #108AD3
Complementary color
Monochromatic Colors of #108AD3
Black with #108AD3
Text Example
Text Example
White with #108AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108AD3; }
p { color: rgb(16,138,211); }
H1.HeaderClassName
{
color: #108AD3;
}
.AnyTagClassName
{
color: #108AD3;
}
</style>
background-color css
<style>
a { background-color: #108AD3; }
a { background-color: rgb(16,138,211); }
div.DivClassName
{
background-color: #108AD3;
}
.BgClassName
{
background-color: #108AD3;
}
</style>
border-color css
<style>
span { border-color: #108AD3; }
span { border-color: rgb(16,138,211); }
td.TdClassName
{
border-color: #108AD3;
}
.TagClassName
{
border-color: #108AD3;
}
</style>