Shades of Pacific Blue #11A2DF
Tints of Pacific Blue #11A2DF
RGB
CMYK
RGB Variations
Color information
#11A2DF (or 0x11A2DF) is known color: Pacific Blue. HEX triplet: 11, A2 and DF. RGB value is (17,162,223). Sum of RGB (Red+Green+Blue) = 17+162+223=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #11A2DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A2DF is #EE5D20. Grayscale: #7D7D7D. Windows color (decimal): -15621409 or 14656017. OLE color: 14656017.
HSL color Cylindrical-coordinate representation of color #11A2DF: hue angle of 197.77º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A2DF is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 162 | 223 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.13 |
| HSL | 197.77º | 0.86% | 0.47% | - |
| HSV(B) | 197.77º | 0.92% | 0.87% | - |
| XYZ | 26.47 | 31.29 | 74.46 | - |
| YUV | 125.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 223 | 0.92 | 0.27 | 0 | 0.13 | 197.77 | 0.86 | 0.47 |
| Hex | 11 | A2 | DF | 5C | 1B | 0 | D | C6 | 56 | 2F |
| Octal | 21 | 242 | 337 | 134 | 33 | 0 | 15 | 306 | 126 | 57 |
| Binary | 10001 | 10100010 | 11011111 | 1011100 | 11011 | 0 | 1101 | 11000110 | 1010110 | 101111 |
Color Harmonies of #11A2DF
Complementary color
Monochromatic Colors of #11A2DF
Black with #11A2DF
Text Example
Text Example
White with #11A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A2DF; }
p { color: rgb(17,162,223); }
H1.HeaderClassName
{
color: #11A2DF;
}
.AnyTagClassName
{
color: #11A2DF;
}
</style>
background-color css
<style>
a { background-color: #11A2DF; }
a { background-color: rgb(17,162,223); }
div.DivClassName
{
background-color: #11A2DF;
}
.BgClassName
{
background-color: #11A2DF;
}
</style>
border-color css
<style>
span { border-color: #11A2DF; }
span { border-color: rgb(17,162,223); }
td.TdClassName
{
border-color: #11A2DF;
}
.TagClassName
{
border-color: #11A2DF;
}
</style>