Shades of Pacific Blue #10A7CB
Tints of Pacific Blue #10A7CB
RGB
CMYK
RGB Variations
Color information
#10A7CB (or 0x10A7CB) is known color: Pacific Blue. HEX triplet: 10, A7 and CB. RGB value is (16,167,203). Sum of RGB (Red+Green+Blue) = 16+167+203=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #10A7CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A7CB is #EF5834. Grayscale: #7D7D7D. Windows color (decimal): -15685685 or 13346576. OLE color: 13346576.
HSL color Cylindrical-coordinate representation of color #10A7CB: hue angle of 191.55º 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 #10A7CB is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 167 | 203 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.20 |
| HSL | 191.55º | 0.85% | 0.43% | - |
| HSV(B) | 191.55º | 0.92% | 0.8% | - |
| XYZ | 24.81 | 32.06 | 61.38 | - |
| YUV | 125.96 | 171.47 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 203 | 0.92 | 0.18 | 0 | 0.20 | 191.55 | 0.85 | 0.43 |
| Hex | 10 | A7 | CB | 5C | 12 | 0 | 14 | C0 | 55 | 2B |
| Octal | 20 | 247 | 313 | 134 | 22 | 0 | 24 | 300 | 125 | 53 |
| Binary | 10000 | 10100111 | 11001011 | 1011100 | 10010 | 0 | 10100 | 11000000 | 1010101 | 101011 |
Color Harmonies of #10A7CB
Complementary color
Monochromatic Colors of #10A7CB
Black with #10A7CB
Text Example
Text Example
White with #10A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A7CB; }
p { color: rgb(16,167,203); }
H1.HeaderClassName
{
color: #10A7CB;
}
.AnyTagClassName
{
color: #10A7CB;
}
</style>
background-color css
<style>
a { background-color: #10A7CB; }
a { background-color: rgb(16,167,203); }
div.DivClassName
{
background-color: #10A7CB;
}
.BgClassName
{
background-color: #10A7CB;
}
</style>
border-color css
<style>
span { border-color: #10A7CB; }
span { border-color: rgb(16,167,203); }
td.TdClassName
{
border-color: #10A7CB;
}
.TagClassName
{
border-color: #10A7CB;
}
</style>