Shades of Pacific Blue #10A2CB
Tints of Pacific Blue #10A2CB
RGB
CMYK
RGB Variations
Color information
#10A2CB (or 0x10A2CB) is known color: Pacific Blue. HEX triplet: 10, A2 and CB. RGB value is (16,162,203). Sum of RGB (Red+Green+Blue) = 16+162+203=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #10A2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A2CB is #EF5D34. Grayscale: #7A7A7A. Windows color (decimal): -15686965 or 13345296. OLE color: 13345296.
HSL color Cylindrical-coordinate representation of color #10A2CB: hue angle of 193.16º 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 #10A2CB is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 162 | 203 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.20 |
| HSL | 193.16º | 0.85% | 0.43% | - |
| HSV(B) | 193.16º | 0.92% | 0.8% | - |
| XYZ | 23.91 | 30.26 | 61.08 | - |
| YUV | 123.02 | 173.13 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 203 | 0.92 | 0.20 | 0 | 0.20 | 193.16 | 0.85 | 0.43 |
| Hex | 10 | A2 | CB | 5C | 14 | 0 | 14 | C1 | 55 | 2B |
| Octal | 20 | 242 | 313 | 134 | 24 | 0 | 24 | 301 | 125 | 53 |
| Binary | 10000 | 10100010 | 11001011 | 1011100 | 10100 | 0 | 10100 | 11000001 | 1010101 | 101011 |
Color Harmonies of #10A2CB
Complementary color
Monochromatic Colors of #10A2CB
Black with #10A2CB
Text Example
Text Example
White with #10A2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A2CB; }
p { color: rgb(16,162,203); }
H1.HeaderClassName
{
color: #10A2CB;
}
.AnyTagClassName
{
color: #10A2CB;
}
</style>
background-color css
<style>
a { background-color: #10A2CB; }
a { background-color: rgb(16,162,203); }
div.DivClassName
{
background-color: #10A2CB;
}
.BgClassName
{
background-color: #10A2CB;
}
</style>
border-color css
<style>
span { border-color: #10A2CB; }
span { border-color: rgb(16,162,203); }
td.TdClassName
{
border-color: #10A2CB;
}
.TagClassName
{
border-color: #10A2CB;
}
</style>