Shades of Pacific Blue #11A0CE
Tints of Pacific Blue #11A0CE
RGB
CMYK
RGB Variations
Color information
#11A0CE (or 0x11A0CE) is known color: Pacific Blue. HEX triplet: 11, A0 and CE. RGB value is (17,160,206). Sum of RGB (Red+Green+Blue) = 17+160+206=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #11A0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A0CE is #EE5F31. Grayscale: #7A7A7A. Windows color (decimal): -15621938 or 13541393. OLE color: 13541393.
HSL color Cylindrical-coordinate representation of color #11A0CE: hue angle of 194.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A0CE is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 160 | 206 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.19 |
| HSL | 194.6º | 0.85% | 0.44% | - |
| HSV(B) | 194.6º | 0.92% | 0.81% | - |
| XYZ | 23.94 | 29.72 | 62.87 | - |
| YUV | 122.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 206 | 0.92 | 0.22 | 0 | 0.19 | 194.6 | 0.85 | 0.44 |
| Hex | 11 | A0 | CE | 5C | 16 | 0 | 13 | C3 | 55 | 2C |
| Octal | 21 | 240 | 316 | 134 | 26 | 0 | 23 | 303 | 125 | 54 |
| Binary | 10001 | 10100000 | 11001110 | 1011100 | 10110 | 0 | 10011 | 11000011 | 1010101 | 101100 |
Color Harmonies of #11A0CE
Complementary color
Monochromatic Colors of #11A0CE
Black with #11A0CE
Text Example
Text Example
White with #11A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A0CE; }
p { color: rgb(17,160,206); }
H1.HeaderClassName
{
color: #11A0CE;
}
.AnyTagClassName
{
color: #11A0CE;
}
</style>
background-color css
<style>
a { background-color: #11A0CE; }
a { background-color: rgb(17,160,206); }
div.DivClassName
{
background-color: #11A0CE;
}
.BgClassName
{
background-color: #11A0CE;
}
</style>
border-color css
<style>
span { border-color: #11A0CE; }
span { border-color: rgb(17,160,206); }
td.TdClassName
{
border-color: #11A0CE;
}
.TagClassName
{
border-color: #11A0CE;
}
</style>