Shades of Pacific Blue #11A5C1
Tints of Pacific Blue #11A5C1
RGB
CMYK
RGB Variations
Color information
#11A5C1 (or 0x11A5C1) is known color: Pacific Blue. HEX triplet: 11, A5 and C1. RGB value is (17,165,193). Sum of RGB (Red+Green+Blue) = 17+165+193=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #11A5C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A5C1 is #EE5A3E. Grayscale: #7B7B7B. Windows color (decimal): -15620671 or 12690705. OLE color: 12690705.
HSL color Cylindrical-coordinate representation of color #11A5C1: hue angle of 189.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A5C1 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 165 | 193 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.24 |
| HSL | 189.55º | 0.84% | 0.41% | - |
| HSV(B) | 189.55º | 0.91% | 0.76% | - |
| XYZ | 23.31 | 30.88 | 55.18 | - |
| YUV | 123.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 193 | 0.91 | 0.15 | 0 | 0.24 | 189.55 | 0.84 | 0.41 |
| Hex | 11 | A5 | C1 | 5B | F | 0 | 18 | BE | 54 | 29 |
| Octal | 21 | 245 | 301 | 133 | 17 | 0 | 30 | 276 | 124 | 51 |
| Binary | 10001 | 10100101 | 11000001 | 1011011 | 1111 | 0 | 11000 | 10111110 | 1010100 | 101001 |
Color Harmonies of #11A5C1
Complementary color
Monochromatic Colors of #11A5C1
Black with #11A5C1
Text Example
Text Example
White with #11A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A5C1; }
p { color: rgb(17,165,193); }
H1.HeaderClassName
{
color: #11A5C1;
}
.AnyTagClassName
{
color: #11A5C1;
}
</style>
background-color css
<style>
a { background-color: #11A5C1; }
a { background-color: rgb(17,165,193); }
div.DivClassName
{
background-color: #11A5C1;
}
.BgClassName
{
background-color: #11A5C1;
}
</style>
border-color css
<style>
span { border-color: #11A5C1; }
span { border-color: rgb(17,165,193); }
td.TdClassName
{
border-color: #11A5C1;
}
.TagClassName
{
border-color: #11A5C1;
}
</style>