Shades of Pacific Blue #10A2D0
Tints of Pacific Blue #10A2D0
RGB
CMYK
RGB Variations
Color information
#10A2D0 (or 0x10A2D0) is known color: Pacific Blue. HEX triplet: 10, A2 and D0. RGB value is (16,162,208). Sum of RGB (Red+Green+Blue) = 16+162+208=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #10A2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A2D0 is #EF5D2F. Grayscale: #7B7B7B. Windows color (decimal): -15686960 or 13672976. OLE color: 13672976.
HSL color Cylindrical-coordinate representation of color #10A2D0: hue angle of 194.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A2D0 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 162 | 208 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.18 |
| HSL | 194.38º | 0.86% | 0.44% | - |
| HSV(B) | 194.38º | 0.92% | 0.82% | - |
| XYZ | 24.52 | 30.5 | 64.27 | - |
| YUV | 123.59 | 175.63 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 208 | 0.92 | 0.22 | 0 | 0.18 | 194.38 | 0.86 | 0.44 |
| Hex | 10 | A2 | D0 | 5C | 16 | 0 | 12 | C2 | 56 | 2C |
| Octal | 20 | 242 | 320 | 134 | 26 | 0 | 22 | 302 | 126 | 54 |
| Binary | 10000 | 10100010 | 11010000 | 1011100 | 10110 | 0 | 10010 | 11000010 | 1010110 | 101100 |
Color Harmonies of #10A2D0
Complementary color
Monochromatic Colors of #10A2D0
Black with #10A2D0
Text Example
Text Example
White with #10A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A2D0; }
p { color: rgb(16,162,208); }
H1.HeaderClassName
{
color: #10A2D0;
}
.AnyTagClassName
{
color: #10A2D0;
}
</style>
background-color css
<style>
a { background-color: #10A2D0; }
a { background-color: rgb(16,162,208); }
div.DivClassName
{
background-color: #10A2D0;
}
.BgClassName
{
background-color: #10A2D0;
}
</style>
border-color css
<style>
span { border-color: #10A2D0; }
span { border-color: rgb(16,162,208); }
td.TdClassName
{
border-color: #10A2D0;
}
.TagClassName
{
border-color: #10A2D0;
}
</style>