Shades of Pacific Blue #11A7BA
Tints of Pacific Blue #11A7BA
RGB
CMYK
RGB Variations
Color information
#11A7BA (or 0x11A7BA) is known color: Pacific Blue. HEX triplet: 11, A7 and BA. RGB value is (17,167,186). Sum of RGB (Red+Green+Blue) = 17+167+186=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #11A7BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A7BA is #EE5845. Grayscale: #7C7C7C. Windows color (decimal): -15620166 or 12232465. OLE color: 12232465.
HSL color Cylindrical-coordinate representation of color #11A7BA: hue angle of 186.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A7BA is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 167 | 186 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.27 |
| HSL | 186.75º | 0.83% | 0.4% | - |
| HSV(B) | 186.75º | 0.91% | 0.73% | - |
| XYZ | 22.91 | 31.3 | 51.29 | - |
| YUV | 124.32 | 162.81 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 186 | 0.91 | 0.10 | 0 | 0.27 | 186.75 | 0.83 | 0.4 |
| Hex | 11 | A7 | BA | 5B | A | 0 | 1B | BB | 53 | 28 |
| Octal | 21 | 247 | 272 | 133 | 12 | 0 | 33 | 273 | 123 | 50 |
| Binary | 10001 | 10100111 | 10111010 | 1011011 | 1010 | 0 | 11011 | 10111011 | 1010011 | 101000 |
Color Harmonies of #11A7BA
Complementary color
Monochromatic Colors of #11A7BA
Black with #11A7BA
Text Example
Text Example
White with #11A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A7BA; }
p { color: rgb(17,167,186); }
H1.HeaderClassName
{
color: #11A7BA;
}
.AnyTagClassName
{
color: #11A7BA;
}
</style>
background-color css
<style>
a { background-color: #11A7BA; }
a { background-color: rgb(17,167,186); }
div.DivClassName
{
background-color: #11A7BA;
}
.BgClassName
{
background-color: #11A7BA;
}
</style>
border-color css
<style>
span { border-color: #11A7BA; }
span { border-color: rgb(17,167,186); }
td.TdClassName
{
border-color: #11A7BA;
}
.TagClassName
{
border-color: #11A7BA;
}
</style>