Shades of Pacific Blue #10A0DC
Tints of Pacific Blue #10A0DC
RGB
CMYK
RGB Variations
Color information
#10A0DC (or 0x10A0DC) is known color: Pacific Blue. HEX triplet: 10, A0 and DC. RGB value is (16,160,220). Sum of RGB (Red+Green+Blue) = 16+160+220=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #10A0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0DC is #EF5F23. Grayscale: #7B7B7B. Windows color (decimal): -15687460 or 14458896. OLE color: 14458896.
HSL color Cylindrical-coordinate representation of color #10A0DC: hue angle of 197.65º 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 #10A0DC is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 160 | 220 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.14 |
| HSL | 197.65º | 0.86% | 0.46% | - |
| HSV(B) | 197.65º | 0.93% | 0.86% | - |
| XYZ | 25.7 | 30.42 | 72.23 | - |
| YUV | 123.78 | 182.29 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 220 | 0.93 | 0.27 | 0 | 0.14 | 197.65 | 0.86 | 0.46 |
| Hex | 10 | A0 | DC | 5D | 1B | 0 | E | C6 | 56 | 2E |
| Octal | 20 | 240 | 334 | 135 | 33 | 0 | 16 | 306 | 126 | 56 |
| Binary | 10000 | 10100000 | 11011100 | 1011101 | 11011 | 0 | 1110 | 11000110 | 1010110 | 101110 |
Color Harmonies of #10A0DC
Complementary color
Monochromatic Colors of #10A0DC
Black with #10A0DC
Text Example
Text Example
White with #10A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A0DC; }
p { color: rgb(16,160,220); }
H1.HeaderClassName
{
color: #10A0DC;
}
.AnyTagClassName
{
color: #10A0DC;
}
</style>
background-color css
<style>
a { background-color: #10A0DC; }
a { background-color: rgb(16,160,220); }
div.DivClassName
{
background-color: #10A0DC;
}
.BgClassName
{
background-color: #10A0DC;
}
</style>
border-color css
<style>
span { border-color: #10A0DC; }
span { border-color: rgb(16,160,220); }
td.TdClassName
{
border-color: #10A0DC;
}
.TagClassName
{
border-color: #10A0DC;
}
</style>