Shades of Pacific Blue #10A6DC
Tints of Pacific Blue #10A6DC
RGB
CMYK
RGB Variations
Color information
#10A6DC (or 0x10A6DC) is known color: Pacific Blue. HEX triplet: 10, A6 and DC. RGB value is (16,166,220). Sum of RGB (Red+Green+Blue) = 16+166+220=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #10A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6DC is #EF5923. Grayscale: #7E7E7E. Windows color (decimal): -15685924 or 14460432. OLE color: 14460432.
HSL color Cylindrical-coordinate representation of color #10A6DC: hue angle of 195.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A6DC is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 166 | 220 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.14 |
| HSL | 195.88º | 0.86% | 0.46% | - |
| HSV(B) | 195.88º | 0.93% | 0.86% | - |
| XYZ | 26.77 | 32.55 | 72.58 | - |
| YUV | 127.31 | 180.31 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 220 | 0.93 | 0.25 | 0 | 0.14 | 195.88 | 0.86 | 0.46 |
| Hex | 10 | A6 | DC | 5D | 19 | 0 | E | C4 | 56 | 2E |
| Octal | 20 | 246 | 334 | 135 | 31 | 0 | 16 | 304 | 126 | 56 |
| Binary | 10000 | 10100110 | 11011100 | 1011101 | 11001 | 0 | 1110 | 11000100 | 1010110 | 101110 |
Color Harmonies of #10A6DC
Complementary color
Monochromatic Colors of #10A6DC
Black with #10A6DC
Text Example
Text Example
White with #10A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A6DC; }
p { color: rgb(16,166,220); }
H1.HeaderClassName
{
color: #10A6DC;
}
.AnyTagClassName
{
color: #10A6DC;
}
</style>
background-color css
<style>
a { background-color: #10A6DC; }
a { background-color: rgb(16,166,220); }
div.DivClassName
{
background-color: #10A6DC;
}
.BgClassName
{
background-color: #10A6DC;
}
</style>
border-color css
<style>
span { border-color: #10A6DC; }
span { border-color: rgb(16,166,220); }
td.TdClassName
{
border-color: #10A6DC;
}
.TagClassName
{
border-color: #10A6DC;
}
</style>