Shades of Pacific Blue #10A6CC
Tints of Pacific Blue #10A6CC
RGB
CMYK
RGB Variations
Color information
#10A6CC (or 0x10A6CC) is known color: Pacific Blue. HEX triplet: 10, A6 and CC. RGB value is (16,166,204). Sum of RGB (Red+Green+Blue) = 16+166+204=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #10A6CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6CC is #EF5933. Grayscale: #7D7D7D. Windows color (decimal): -15685940 or 13411856. OLE color: 13411856.
HSL color Cylindrical-coordinate representation of color #10A6CC: hue angle of 192.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A6CC is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 166 | 204 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.2 |
| HSL | 192.13º | 0.85% | 0.43% | - |
| HSV(B) | 192.13º | 0.92% | 0.8% | - |
| XYZ | 24.75 | 31.74 | 61.95 | - |
| YUV | 125.48 | 172.31 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 204 | 0.92 | 0.19 | 0 | 0.2 | 192.13 | 0.85 | 0.43 |
| Hex | 10 | A6 | CC | 5C | 13 | 0 | 14 | C0 | 55 | 2B |
| Octal | 20 | 246 | 314 | 134 | 23 | 0 | 24 | 300 | 125 | 53 |
| Binary | 10000 | 10100110 | 11001100 | 1011100 | 10011 | 0 | 10100 | 11000000 | 1010101 | 101011 |
Color Harmonies of #10A6CC
Complementary color
Monochromatic Colors of #10A6CC
Black with #10A6CC
Text Example
Text Example
White with #10A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A6CC; }
p { color: rgb(16,166,204); }
H1.HeaderClassName
{
color: #10A6CC;
}
.AnyTagClassName
{
color: #10A6CC;
}
</style>
background-color css
<style>
a { background-color: #10A6CC; }
a { background-color: rgb(16,166,204); }
div.DivClassName
{
background-color: #10A6CC;
}
.BgClassName
{
background-color: #10A6CC;
}
</style>
border-color css
<style>
span { border-color: #10A6CC; }
span { border-color: rgb(16,166,204); }
td.TdClassName
{
border-color: #10A6CC;
}
.TagClassName
{
border-color: #10A6CC;
}
</style>