Shades of Pacific Blue #11A0DC
Tints of Pacific Blue #11A0DC
RGB
CMYK
RGB Variations
Color information
#11A0DC (or 0x11A0DC) is known color: Pacific Blue. HEX triplet: 11, A0 and DC. RGB value is (17,160,220). Sum of RGB (Red+Green+Blue) = 17+160+220=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #11A0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A0DC is #EE5F23. Grayscale: #7B7B7B. Windows color (decimal): -15621924 or 14458897. OLE color: 14458897.
HSL color Cylindrical-coordinate representation of color #11A0DC: hue angle of 197.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A0DC is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 160 | 220 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.14 |
| HSL | 197.73º | 0.86% | 0.46% | - |
| HSV(B) | 197.73º | 0.92% | 0.86% | - |
| XYZ | 25.72 | 30.43 | 72.23 | - |
| YUV | 124.08 | 182.12 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 220 | 0.92 | 0.27 | 0 | 0.14 | 197.73 | 0.86 | 0.46 |
| Hex | 11 | A0 | DC | 5C | 1B | 0 | E | C6 | 56 | 2E |
| Octal | 21 | 240 | 334 | 134 | 33 | 0 | 16 | 306 | 126 | 56 |
| Binary | 10001 | 10100000 | 11011100 | 1011100 | 11011 | 0 | 1110 | 11000110 | 1010110 | 101110 |
Color Harmonies of #11A0DC
Complementary color
Monochromatic Colors of #11A0DC
Black with #11A0DC
Text Example
Text Example
White with #11A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A0DC; }
p { color: rgb(17,160,220); }
H1.HeaderClassName
{
color: #11A0DC;
}
.AnyTagClassName
{
color: #11A0DC;
}
</style>
background-color css
<style>
a { background-color: #11A0DC; }
a { background-color: rgb(17,160,220); }
div.DivClassName
{
background-color: #11A0DC;
}
.BgClassName
{
background-color: #11A0DC;
}
</style>
border-color css
<style>
span { border-color: #11A0DC; }
span { border-color: rgb(17,160,220); }
td.TdClassName
{
border-color: #11A0DC;
}
.TagClassName
{
border-color: #11A0DC;
}
</style>