Shades of Pacific Blue #10A1C2
Tints of Pacific Blue #10A1C2
RGB
CMYK
RGB Variations
Color information
#10A1C2 (or 0x10A1C2) is known color: Pacific Blue. HEX triplet: 10, A1 and C2. RGB value is (16,161,194). Sum of RGB (Red+Green+Blue) = 16+161+194=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #10A1C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A1C2 is #EF5E3D. Grayscale: #797979. Windows color (decimal): -15687230 or 12755216. OLE color: 12755216.
HSL color Cylindrical-coordinate representation of color #10A1C2: hue angle of 191.12º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A1C2 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 161 | 194 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.24 |
| HSL | 191.12º | 0.85% | 0.41% | - |
| HSV(B) | 191.12º | 0.92% | 0.76% | - |
| XYZ | 22.7 | 29.49 | 55.54 | - |
| YUV | 121.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 194 | 0.92 | 0.17 | 0 | 0.24 | 191.12 | 0.85 | 0.41 |
| Hex | 10 | A1 | C2 | 5C | 11 | 0 | 18 | BF | 55 | 29 |
| Octal | 20 | 241 | 302 | 134 | 21 | 0 | 30 | 277 | 125 | 51 |
| Binary | 10000 | 10100001 | 11000010 | 1011100 | 10001 | 0 | 11000 | 10111111 | 1010101 | 101001 |
Color Harmonies of #10A1C2
Complementary color
Monochromatic Colors of #10A1C2
Black with #10A1C2
Text Example
Text Example
White with #10A1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A1C2; }
p { color: rgb(16,161,194); }
H1.HeaderClassName
{
color: #10A1C2;
}
.AnyTagClassName
{
color: #10A1C2;
}
</style>
background-color css
<style>
a { background-color: #10A1C2; }
a { background-color: rgb(16,161,194); }
div.DivClassName
{
background-color: #10A1C2;
}
.BgClassName
{
background-color: #10A1C2;
}
</style>
border-color css
<style>
span { border-color: #10A1C2; }
span { border-color: rgb(16,161,194); }
td.TdClassName
{
border-color: #10A1C2;
}
.TagClassName
{
border-color: #10A1C2;
}
</style>