Shades of Pacific Blue #10A5DC
Tints of Pacific Blue #10A5DC
RGB
CMYK
RGB Variations
Color information
#10A5DC (or 0x10A5DC) is known color: Pacific Blue. HEX triplet: 10, A5 and DC. RGB value is (16,165,220). Sum of RGB (Red+Green+Blue) = 16+165+220=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #10A5DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A5DC is #EF5A23. Grayscale: #7E7E7E. Windows color (decimal): -15686180 or 14460176. OLE color: 14460176.
HSL color Cylindrical-coordinate representation of color #10A5DC: hue angle of 196.18º 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 #10A5DC is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 165 | 220 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.14 |
| HSL | 196.18º | 0.86% | 0.46% | - |
| HSV(B) | 196.18º | 0.93% | 0.86% | - |
| XYZ | 26.59 | 32.19 | 72.52 | - |
| YUV | 126.72 | 180.64 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 165 | 220 | 0.93 | 0.25 | 0 | 0.14 | 196.18 | 0.86 | 0.46 |
| Hex | 10 | A5 | DC | 5D | 19 | 0 | E | C4 | 56 | 2E |
| Octal | 20 | 245 | 334 | 135 | 31 | 0 | 16 | 304 | 126 | 56 |
| Binary | 10000 | 10100101 | 11011100 | 1011101 | 11001 | 0 | 1110 | 11000100 | 1010110 | 101110 |
Color Harmonies of #10A5DC
Complementary color
Monochromatic Colors of #10A5DC
Black with #10A5DC
Text Example
Text Example
White with #10A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A5DC; }
p { color: rgb(16,165,220); }
H1.HeaderClassName
{
color: #10A5DC;
}
.AnyTagClassName
{
color: #10A5DC;
}
</style>
background-color css
<style>
a { background-color: #10A5DC; }
a { background-color: rgb(16,165,220); }
div.DivClassName
{
background-color: #10A5DC;
}
.BgClassName
{
background-color: #10A5DC;
}
</style>
border-color css
<style>
span { border-color: #10A5DC; }
span { border-color: rgb(16,165,220); }
td.TdClassName
{
border-color: #10A5DC;
}
.TagClassName
{
border-color: #10A5DC;
}
</style>