Shades of Pacific Blue #10A0CB
Tints of Pacific Blue #10A0CB
RGB
CMYK
RGB Variations
Color information
#10A0CB (or 0x10A0CB) is known color: Pacific Blue. HEX triplet: 10, A0 and CB. RGB value is (16,160,203). Sum of RGB (Red+Green+Blue) = 16+160+203=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #10A0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0CB is #EF5F34. Grayscale: #797979. Windows color (decimal): -15687477 or 13344784. OLE color: 13344784.
HSL color Cylindrical-coordinate representation of color #10A0CB: hue angle of 193.8º 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 #10A0CB is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 160 | 203 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.20 |
| HSL | 193.8º | 0.85% | 0.43% | - |
| HSV(B) | 193.8º | 0.92% | 0.8% | - |
| XYZ | 23.56 | 29.56 | 60.96 | - |
| YUV | 121.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 203 | 0.92 | 0.21 | 0 | 0.20 | 193.8 | 0.85 | 0.43 |
| Hex | 10 | A0 | CB | 5C | 15 | 0 | 14 | C2 | 55 | 2B |
| Octal | 20 | 240 | 313 | 134 | 25 | 0 | 24 | 302 | 125 | 53 |
| Binary | 10000 | 10100000 | 11001011 | 1011100 | 10101 | 0 | 10100 | 11000010 | 1010101 | 101011 |
Color Harmonies of #10A0CB
Complementary color
Monochromatic Colors of #10A0CB
Black with #10A0CB
Text Example
Text Example
White with #10A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A0CB; }
p { color: rgb(16,160,203); }
H1.HeaderClassName
{
color: #10A0CB;
}
.AnyTagClassName
{
color: #10A0CB;
}
</style>
background-color css
<style>
a { background-color: #10A0CB; }
a { background-color: rgb(16,160,203); }
div.DivClassName
{
background-color: #10A0CB;
}
.BgClassName
{
background-color: #10A0CB;
}
</style>
border-color css
<style>
span { border-color: #10A0CB; }
span { border-color: rgb(16,160,203); }
td.TdClassName
{
border-color: #10A0CB;
}
.TagClassName
{
border-color: #10A0CB;
}
</style>