Shades of Pacific Blue #10A6CF
Tints of Pacific Blue #10A6CF
RGB
CMYK
RGB Variations
Color information
#10A6CF (or 0x10A6CF) is known color: Pacific Blue. HEX triplet: 10, A6 and CF. RGB value is (16,166,207). Sum of RGB (Red+Green+Blue) = 16+166+207=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #10A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6CF is #EF5930. Grayscale: #7D7D7D. Windows color (decimal): -15685937 or 13608464. OLE color: 13608464.
HSL color Cylindrical-coordinate representation of color #10A6CF: hue angle of 192.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A6CF is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 166 | 207 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.19 |
| HSL | 192.88º | 0.86% | 0.44% | - |
| HSV(B) | 192.88º | 0.92% | 0.81% | - |
| XYZ | 25.11 | 31.89 | 63.86 | - |
| YUV | 125.82 | 173.81 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 207 | 0.92 | 0.20 | 0 | 0.19 | 192.88 | 0.86 | 0.44 |
| Hex | 10 | A6 | CF | 5C | 14 | 0 | 13 | C1 | 56 | 2C |
| Octal | 20 | 246 | 317 | 134 | 24 | 0 | 23 | 301 | 126 | 54 |
| Binary | 10000 | 10100110 | 11001111 | 1011100 | 10100 | 0 | 10011 | 11000001 | 1010110 | 101100 |
Color Harmonies of #10A6CF
Complementary color
Monochromatic Colors of #10A6CF
Black with #10A6CF
Text Example
Text Example
White with #10A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A6CF; }
p { color: rgb(16,166,207); }
H1.HeaderClassName
{
color: #10A6CF;
}
.AnyTagClassName
{
color: #10A6CF;
}
</style>
background-color css
<style>
a { background-color: #10A6CF; }
a { background-color: rgb(16,166,207); }
div.DivClassName
{
background-color: #10A6CF;
}
.BgClassName
{
background-color: #10A6CF;
}
</style>
border-color css
<style>
span { border-color: #10A6CF; }
span { border-color: rgb(16,166,207); }
td.TdClassName
{
border-color: #10A6CF;
}
.TagClassName
{
border-color: #10A6CF;
}
</style>